Home
last modified time | relevance | path

Searched full:vpos (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dlm363x-regulator.txt11 - enable-gpios: Two GPIO specifiers for Vpos and Vneg control pins.
12 The first entry is Vpos, the second is Vneg enable pin.
19 - vpos
24 - vpos
59 vpos {
82 /* GPIO1_16 for Vpos, GPIO1_28 is for Vneg */
93 vpos {
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dti-lmu.txt91 vpos {
135 vpos {
244 vpos {
H A Dmediatek,mt6370.yaml264 regulator-name = "mt6370-dsv-vpos";
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_peap.c831 const u8 *pos, *vpos; in eap_peap_process_phase2_soh() local
881 vpos = pos + 4; in eap_peap_process_phase2_soh()
882 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh()
883 tlv_type = vpos[0] & 0x3f; in eap_peap_process_phase2_soh()
884 tlv_type = (tlv_type << 8) | vpos[1]; in eap_peap_process_phase2_soh()
885 vtlv_len = ((int) vpos[2] << 8) | vpos[3]; in eap_peap_process_phase2_soh()
886 vpos += 4; in eap_peap_process_phase2_soh()
887 if (vpos + vtlv_len > pos + left) { in eap_peap_process_phase2_soh()
895 soh_tlv = vpos; in eap_peap_process_phase2_soh()
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c552 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local
600 /* Get vertical and horizontal scanout pos. vpos, hpos. */ in drm_calc_vbltimestamp_from_scanoutpos()
601 vbl_status = dev->driver->get_scanout_position(dev, crtc, &vpos, &hpos); in drm_calc_vbltimestamp_from_scanoutpos()
636 * vpos is >=0 in video scanout area, but negative in drm_calc_vbltimestamp_from_scanoutpos()
646 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns; in drm_calc_vbltimestamp_from_scanoutpos()
648 /* Is vpos outside nominal vblank area, but less than in drm_calc_vbltimestamp_from_scanoutpos()
659 ((vdisplay - vpos) < vtotal / 100)) { in drm_calc_vbltimestamp_from_scanoutpos()
679 crtc, (int)vbl_status, hpos, vpos, (uintmax_t)raw_time.tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()
H A DdrmP.h780 * \param *vpos Target location for current vertical scanout position.
783 * Returns vpos as a positive number while in active scanout area.
784 * Returns vpos as a negative number inside vblank, counting the number
798 int *vpos, int *hpos);
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm36274.txt57 vpos {
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ltc2664.yaml162 v-pos-supply = <&vpos>;