Home
last modified time | relevance | path

Searched full:vo (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-class-wakeup3 Contact: Tri Vo <[email protected]>
10 Contact: Tri Vo <[email protected]>
16 Contact: Tri Vo <[email protected]>
23 Contact: Tri Vo <[email protected]>
30 Contact: Tri Vo <[email protected]>
37 Contact: Tri Vo <[email protected]>
44 Contact: Tri Vo <[email protected]>
52 Contact: Tri Vo <[email protected]>
59 Contact: Tri Vo <[email protected]>
66 Contact: Tri Vo <[email protected]>
[all …]
/linux-6.14.4/drivers/media/pci/cobalt/
Dcobalt-v4l2.c143 struct m00514_syncgen_flow_evcnt_regmap __iomem *vo = in cobalt_enable_output() local
177 iowrite32(0, &vo->control); in cobalt_enable_output()
179 iowrite32(bt->hsync, &vo->sync_generator_h_sync_length); in cobalt_enable_output()
180 iowrite32(bt->hbackporch, &vo->sync_generator_h_backporch_length); in cobalt_enable_output()
181 iowrite32(bt->width, &vo->sync_generator_h_active_length); in cobalt_enable_output()
182 iowrite32(bt->hfrontporch, &vo->sync_generator_h_frontporch_length); in cobalt_enable_output()
183 iowrite32(bt->vsync, &vo->sync_generator_v_sync_length); in cobalt_enable_output()
184 iowrite32(bt->vbackporch, &vo->sync_generator_v_backporch_length); in cobalt_enable_output()
185 iowrite32(bt->height, &vo->sync_generator_v_active_length); in cobalt_enable_output()
186 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgddr5.c37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
49 vo = ram->next->bios.ramcfg_11_06; in nvkm_gddr5_calc()
101 if (!vo) in nvkm_gddr5_calc()
102 vo = (ram->mr[6] & 0xff0) >> 4; in nvkm_gddr5_calc()
106 ram->mr[6] |= (vo & 0xff) << 4; in nvkm_gddr5_calc()
/linux-6.14.4/Documentation/devicetree/bindings/display/rockchip/
Drockchip,rk3588-dw-hdmi-qp.yaml110 rockchip,vo-grf:
113 Additional HDMI QP related data is accessed through VO GRF regs.
127 - rockchip,vo-grf
164 rockchip,vo-grf = <&vo1_grf>;
Drockchip-vop2.yaml77 Phandle to VO GRF regs used for control the polarity of dclk/hsync/vsync of hdmi
/linux-6.14.4/drivers/staging/rtl8723bs/hal/
Dhal_com.c348 pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ in _OneOutPipeMapping()
365 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping()
369 pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[1];/* VO */ in _TwoOutPipeMapping()
382 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping()
386 pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ in _TwoOutPipeMapping()
406 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
410 pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ in _ThreeOutPipeMapping()
423 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
427 pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ in _ThreeOutPipeMapping()
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Drohm,bd71847-regulator.yaml127 # Vout_o = Vo - (Vpu - Vo)*R2/R1
132 # Vo is original voltage output at vsel reg value 0
Drohm,bd71837-regulator.yaml132 # Vout_o = Vo - (Vpu - Vo)*R2/R1
137 # Vo is original voltage output at vsel reg value 0
/linux-6.14.4/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.yaml57 - const: rockchip,rk3588-vo-grf
60 description: Use rockchip,rk3588-vo{0,1}-grf instead.
292 - rockchip,rk3588-vo-grf
/linux-6.14.4/Documentation/devicetree/bindings/phy/
Dphy-rockchip-usbdp.yaml82 rockchip,vo-grf:
148 rockchip,vo-grf = <&vo0_grf>;
/linux-6.14.4/drivers/media/pci/saa7134/
Dsaa7134-video.c1756 int vo = saa7134_boards[dev->board].video_out; in saa7134_videoport_init() local
1761 saa_writeb(SAA7134_VIDEO_PORT_CTRL0, video_out[vo][0]); in saa7134_videoport_init()
1762 video_reg = video_out[vo][1]; in saa7134_videoport_init()
1766 saa_writeb(SAA7134_VIDEO_PORT_CTRL2, video_out[vo][2]); in saa7134_videoport_init()
1767 saa_writeb(SAA7134_VIDEO_PORT_CTRL4, video_out[vo][4]); in saa7134_videoport_init()
1768 video_reg = video_out[vo][5]; in saa7134_videoport_init()
1774 video_reg = video_out[vo][6]; in saa7134_videoport_init()
1780 saa_writeb(SAA7134_VIDEO_PORT_CTRL7, video_out[vo][7]); in saa7134_videoport_init()
1781 saa_writeb(SAA7134_VIDEO_PORT_CTRL8, video_out[vo][8]); in saa7134_videoport_init()
1784 saa_writeb(SAA7134_VIDEO_PORT_CTRL3, video_out[vo][3]); in saa7134_videoport_init()
/linux-6.14.4/drivers/reset/starfive/
Dreset-starfive-jh7110.c88 .name = "clk_starfive_jh7110_sys.rst-vo",
/linux-6.14.4/arch/x86/boot/compressed/
Dkaslr.c296 * the uncompressed kernel (VO) and relocs.
332 * uncompressed kernel (VO) and its run size (bss, brk, etc).
334 * [output, output+output_size) is VO plus relocs (i.e. the entire
375 /* No need to set mapping for initrd, it will be handled in VO. */ in mem_avoid_init()
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/
Dsdio_txrx.c24 FIELD_GET(TXQ_CNT_L, data[4]), /* VO */ in mt76s_refill_sched_quota()
30 FIELD_GET(TXQ_CNT_H, data[1]), /* VO */ in mt76s_refill_sched_quota()
/linux-6.14.4/drivers/gpu/drm/rockchip/
Ddw_hdmi_qp-rockchip.c319 "rockchip,vo-grf"); in dw_hdmi_qp_rockchip_bind()
321 dev_err(hdmi->dev, "Unable to get rockchip,vo-grf\n"); in dw_hdmi_qp_rockchip_bind()
/linux-6.14.4/sound/pci/ctxfi/
Dctsrc.h59 int (*set_vo)(struct src *src, unsigned int vo);
Dctatc.c455 unsigned int vo:1; member
472 conf[0].vo = 1; in setup_src_node_conf()
480 conf[0].vo = 0; in setup_src_node_conf()
484 conf[1].vo = 1; in setup_src_node_conf()
492 conf[0].vo = 1; in setup_src_node_conf()
573 src->ops->set_vo(src, src_node_conf[i/multi].vo); in atc_pcm_capture_get_resources()
/linux-6.14.4/drivers/staging/rtl8723bs/include/
Dhal_com.h82 /* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
/linux-6.14.4/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c193 /* DATA VO */ in ath9k_init_htc_services()
578 ath_err(common, "Unable to setup xmit queue for VO traffic\n"); in ath9k_init_queues()
896 "WMI:%d, BCN:%d, CAB:%d, UAPSD:%d, MGMT:%d, BE:%d, BK:%d, VI:%d, VO:%d\n", in ath9k_init_device()
Dhtc_drv_debug.c229 "%20s : %10u\n", "VO queued", in read_file_xmit()
336 "Data VO endpoint", skb_queue_len(&priv->tx.data_vo_queue)); in read_file_queue()
/linux-6.14.4/net/mac80211/
Dwme.c39 skb->priority = 5; /* VO -> VI */ in wme_downgrade_ac()
/linux-6.14.4/drivers/clk/starfive/
Dclk-starfive-jh7110-vout.c190 ret = jh7110_reset_controller_register(priv, "rst-vo", 4); in jh7110_voutcrg_probe()
/linux-6.14.4/drivers/gpu/drm/radeon/
Dradeon_atombios.c3398 ATOM_VOLTAGE_OBJECT *vo = (ATOM_VOLTAGE_OBJECT *)(start + offset); in atom_lookup_voltage_object_v1() local
3399 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v1()
3400 return vo; in atom_lookup_voltage_object_v1()
3402 vo->asFormula.ucNumOfVoltageEntries; in atom_lookup_voltage_object_v1()
3415 ATOM_VOLTAGE_OBJECT_V2 *vo = (ATOM_VOLTAGE_OBJECT_V2 *)(start + offset); in atom_lookup_voltage_object_v2() local
3416 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v2()
3417 return vo; in atom_lookup_voltage_object_v2()
3419 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY)); in atom_lookup_voltage_object_v2()
3432 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in atom_lookup_voltage_object_v3() local
3433 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in atom_lookup_voltage_object_v3()
[all …]
/linux-6.14.4/arch/s390/lib/
Dcrc32be-vx.c167 * Compute the GF(2) product of the CRC polynomial in VO with T1(x) in in crc32_be_vgfm_16()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1272 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in amdgpu_atombios_lookup_voltage_object_v3() local
1273 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in amdgpu_atombios_lookup_voltage_object_v3()
1274 (vo->asGpioVoltageObj.sHeader.ucVoltageMode == voltage_mode)) in amdgpu_atombios_lookup_voltage_object_v3()
1275 return vo; in amdgpu_atombios_lookup_voltage_object_v3()
1276 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in amdgpu_atombios_lookup_voltage_object_v3()

1234