Home
last modified time | relevance | path

Searched refs:VP (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dtda1997x.txt80 /* Y[11:8]<->VP[15:12]<->CSI_DATA[19:16] */
82 /* Y[7:4]<->VP[11:08]<->CSI_DATA[15:12] */
84 /* CbCc[11:8]<->VP[07:04]<->CSI_DATA[11:8] */
86 /* CbCr[7:4]<->VP[03:00]<->CSI_DATA[7:4] */
99 - VP[15:8] connected to IMX6 CSI_DATA[19:12] for 8bit BT656
122 /* Y[11:8]<->VP[15:12]<->CSI_DATA[19:16] */
124 /* Y[7:4]<->VP[11:08]<->CSI_DATA[15:12] */
126 /* CbCc[11:8]<->VP[07:04]<->CSI_DATA[11:8] */
128 /* CbCr[7:4]<->VP[03:00]<->CSI_DATA[7:4] */
164 /* YCbCr[11:8]<->VP[15:12]<->CSI_DATA[19:16] */
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h103 #define VTOZ(VP) ((struct znode *)(VP)->v_data) argument
104 #define VTOZ_SMR(VP) ((znode_t *)vn_load_v_data_smr(VP)) argument
105 #define ITOZ(VP) ((struct znode *)(VP)->v_data) argument
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l32.txt10 - VA-supply, VP-supply : power supplies for the device,
23 if LEDs are OFF (VBST = VP).
24 2 = (Default) Boost voltage fixed in Bypass Mode (VBST = VP).
39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
45 - cirrus,battery-threshold : Low battery nominal threshold, falling VP.
H A Dcs35l36.txt9 - VA-supply, VP-supply : power supplies for the device,
16 (Default) VP
110 - cirrus,vpbr-thld : Initial VPBR threshold. Configures the VP brownout
115 condition is present and the VP brownout condition is in an attacking state.
117 - cirrus,vpbr-atk-vol : VP brownout prevention step size. Configures the VP
121 - cirrus,vpbr-max-attn : Maximum attenuation that the VP brownout prevention
125 no longer being present and the VP brownout prevention entering an attenuation
130 is not longer present and the VP brownout is in an attenuation release state.
142 VP-supply = <&dummy_vreg>;
H A Dcs53l30.txt9 - VA-supply, VP-supply : power supplies for the device,
43 VP-supply = <&cs53l30_vp>;
H A Dcs43130.txt10 - VA-supply, VP-supply, VL-supply, VCP-supply, VD-supply:
56 VP-supply = <&dummy_vreg>;
H A Dcs35l33.txt9 - VA-supply, VP-supply : power supplies for the device,
22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with
79 reference to the VP voltage for when to start generating a boosted VBST.
101 VP-supply = <&ldo5_reg>;
H A Dcs35l34.txt9 - VA-supply, VP-supply : power supplies for the device,
14 converter's output voltage in mV. The range is from VP to 8V with
H A Dcs35l35.txt9 - VA-supply, VP-supply : power supplies for the device,
58 (Default) VP
100 Section 7.34 Class H VP Control
146 VP-supply = <&dummy_vreg>;
H A Dcs42l42.txt9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply :
91 VP-supply = <&dummy_vreg>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6q-gw54xx.dts68 * which we map to VP[15:08]<->CSI_DATA[19:12]
71 /*G_Y_11_8<->VP[15:12]<->CSI_DATA[19:16]*/
73 /*G_Y_7_4<->VP[11:08]<->CSI_DATA[15:12]*/
75 /*R_CR_CBCR_11_8<->VP[07:04]<->CSI_DATA[11:08]*/
77 /*R_CR_CBCR_7_4<->VP[03:00]<->CSI_DATA[07:04]*/
H A Dimx6qdl-gw551x.dtsi460 * which we map to VP[15:08]<->CSI_DATA[19:12]
463 /*G_Y_11_8<->VP[15:12]<->CSI_DATA[19:16]*/
465 /*G_Y_7_4<->VP[11:08]<->CSI_DATA[15:12]*/
467 /*R_CR_CBCR_11_8<->VP[07:04]<->CSI_DATA[11:08]*/
469 /*R_CR_CBCR_7_4<->VP[03:00]<->CSI_DATA[07:04]*/
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dxilinx-xadc.txt35 0: VP/VN
62 0: VP/VN
/f-stack/freebsd/sys/
H A Dmount.h886 #define VFS_RECLAIM_LOWERVP(MP, VP) do { \ argument
888 (*(MP)->mnt_op->vfs_reclaim_lowervp)((MP), (VP)); \
892 #define VFS_UNLINK_LOWERVP(MP, VP) do { \ argument
894 (*(MP)->mnt_op->vfs_unlink_lowervp)((MP), (VP)); \
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c4312 MKT(UNI_BEARER_TVP, transparent-VP), in DEF_IE_PRINT()