/linux/Documentation/devicetree/bindings/opp/ |
H A 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
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 266 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 299 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 337 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 547 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 557 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 558 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 559 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 563 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 565 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
H A 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() 1414 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1417 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
H A D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
/linux/drivers/regulator/ |
H A D | ti-abb-regulator.c | 84 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB 89 * @settling_time: SoC specific settling time for LDO VBB 231 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias 264 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp() 266 * be performed *before* switch to bias mode else VBB glitches. in ti_abb_set_opp() 284 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp() 286 * be performed *after* switch to bypass else VBB glitches. in ti_abb_set_opp()
|
H A D | tps65910-regulator.c | 187 .name = "vbb", 978 { .name = "vbb", .driver_data = (void *) &tps65910_regs[13] },
|
/linux/drivers/opp/ |
H A D | ti-opp-supply.c | 313 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 317 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 336 ret = _opp_set_voltage(dev, old_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators()
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tps65910.txt | 24 vaux2, vaux33, vmmc, vbb 41 vcc7-supply: VRTC and VBB input.
|
/linux/arch/arm/boot/dts/ |
H A D | tps65910.dtsi | 85 regulator-compatible = "vbb";
|
/linux/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 195 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 567 vb2_get_plane_payload(&b->vbb.vb2_buf, 0); in cio2_buffer_done() 571 dev_dbg(dev, "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 573 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 574 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 575 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 580 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 790 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers()
|
H A D | ipu3-cio2.h | 331 struct vb2_v4l2_buffer vbb; member 337 #define to_cio2_buffer(vb) container_of(vb, struct cio2_buffer, vbb.vb2_buf)
|
/linux/drivers/video/fbdev/ |
H A 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()
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra74x.dtsi | 28 vbb-supply = <&abb_mpu>;
|
/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 267 u_short vbb; member
|