| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/ |
| D | ti-omap5-opp-supply.txt | 9 Also, some supplies may have an associated vbb-supply which is an Adaptive Body 20 - vbb-supply: phandle to regulator controlling Body Bias supply 25 "ti,omap-opp-supply" - basic OPP supply controlling VDD and VBB 27 along with VBB 29 but no VBB. 48 vbb-supply = <&abb_mpu>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/opp/ |
| D | ti,omap-opp-supply.yaml | 16 Also, some supplies may have an associated vbb-supply, an Adaptive 35 - description: Basic OPP supply controlling VDD and VBB 38 VBB. 40 - description: OMAP5+ optimized voltages in efuse(class0) VDD but no VBB
|
| /kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
| D | ipu3.c | 265 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 336 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 550 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 560 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 561 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 562 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 566 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 568 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
| D | ipu3-v4l2.c | 309 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init() 325 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup() 344 vid_buf.vbb.vb2_buf); in imgu_vb2_buf_queue() 454 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_return_all_buffers() 1386 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1389 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
| D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
| /kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
| D | ipu3.c | 265 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 336 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 546 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 556 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 557 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 558 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 562 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 564 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
| D | ipu3-v4l2.c | 317 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init() 333 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup() 352 vid_buf.vbb.vb2_buf); in imgu_vb2_buf_queue() 462 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_return_all_buffers() 1394 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1397 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
| D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/cpufreq/ |
| D | ti-cpufreq.txt | 25 - "vdd-supply", "vbb-supply": to define two regulators for dra7xx 26 - "cpu0-supply", "vbb-supply": to define two regulators for omap36xx
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | ti-abb-regulator.c | 93 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB 98 * @settling_time: SoC specific settling time for LDO VBB 240 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias 273 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp() 275 * be performed *before* switch to bias mode else VBB glitches. in ti_abb_set_opp() 293 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp() 295 * be performed *after* switch to bypass else VBB glitches. in ti_abb_set_opp()
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | ti-abb-regulator.c | 85 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB 90 * @settling_time: SoC specific settling time for LDO VBB 232 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias 265 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp() 267 * be performed *before* switch to bias mode else VBB glitches. in ti_abb_set_opp() 285 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp() 287 * be performed *after* switch to bypass else VBB glitches. in ti_abb_set_opp()
|
| /kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
| D | ipu3-cio2.c | 177 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 569 "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 571 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 572 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 573 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 574 if (b->vbb.vb2_buf.planes[0].length != bytes) in cio2_buffer_done() 576 b->vbb.vb2_buf.planes[0].length, in cio2_buffer_done() 578 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 792 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers() 836 container_of(vb, struct cio2_buffer, vbb.vb2_buf); in cio2_vb2_buf_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/opp/ |
| D | ti-opp-supply.c | 312 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 316 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 335 ret = _opp_set_voltage(dev, old_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators()
|
| /kernel/linux/linux-5.10/drivers/opp/ |
| D | ti-opp-supply.c | 303 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_supply_set_opp() 321 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_supply_set_opp() 341 ret = _opp_set_voltage(dev, old_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_supply_set_opp()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | tps65910.txt | 24 vaux2, vaux33, vmmc, vbb 41 vcc7-supply: VRTC and VBB input.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | tps65910.txt | 24 vaux2, vaux33, vmmc, vbb 41 vcc7-supply: VRTC and VBB input.
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | omap36xx.dtsi | 23 vbb-supply = <&abb_mpu_iva>; 40 * vbb-supply: <target min max>
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap36xx.dtsi | 26 vbb-supply = <&abb_mpu_iva>; 43 * vbb-supply: <target min max>
|
| D | tps65910.dtsi | 85 regulator-compatible = "vbb";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ |
| D | tps65910.dtsi | 85 regulator-compatible = "vbb";
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | ti-cpufreq.c | 202 static const char * const omap3_reg_names[] = {"cpu0", "vbb", NULL}; 364 const char * const default_reg_names[] = {"vdd", "vbb", NULL}; in ti_cpufreq_probe()
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | ti-cpufreq.c | 176 static const char * const omap3_reg_names[] = {"cpu0", "vbb"}; 329 const char * const default_reg_names[] = {"vdd", "vbb"}; in ti_cpufreq_probe()
|
| /kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
| D | ipu3-cio2.c | 194 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 566 vb2_get_plane_payload(&b->vbb.vb2_buf, 0); in cio2_buffer_done() 570 dev_dbg(dev, "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 572 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 573 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 574 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 579 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 789 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers()
|
| D | ipu3-cio2.h | 335 struct vb2_v4l2_buffer vbb; member 341 #define to_cio2_buffer(vb) container_of(vb, struct cio2_buffer, vbb.vb2_buf)
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | atafb.c | 121 short vft, vbb, vbe, vdb, vde, vss; member 146 #define VBB hw.falcon.vbb macro 1273 par->VBB = par->VDE; in falcon_decode_var() 1274 par->VFT = par->VBB + (lower_margin * 2 - 1) - 1; in falcon_decode_var() 1276 /* vbb,vss,vft must be even in interlace mode */ in falcon_decode_var() 1278 par->VBB++; in falcon_decode_var() 1535 hw->vbb = videl.vbb; in falcon_get_par() 1597 videl.vbb = hw->vbb; in falcon_vbl_switcher()
|