Home
last modified time | relevance | path

Searched refs:det (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-analog-audio.dtsi17 rockchip,hp-det-gpios = <&gpio6 RK_PA5 GPIO_ACTIVE_HIGH>;
18 rockchip,mic-det-gpios = <&gpio6 RK_PB3 GPIO_ACTIVE_LOW>;
76 hp_det: hp-det {
89 mic_det: mic-det {
/freebsd/lib/libc/iconv/
H A Dcitrus_db_factory.c263 struct _citrus_db_factory_entry *de, **depp, *det; in _citrus_db_factory_serialize() local
292 det = depp[de->de_hashvalue]; in _citrus_db_factory_serialize()
293 while (det->de_next != NULL) in _citrus_db_factory_serialize()
294 det = det->de_next; in _citrus_db_factory_serialize()
295 det->de_next = de; in _citrus_db_factory_serialize()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Ddialog,da7219.yaml114 dlg,mic-det-thr:
126 dlg,jack-ins-det-pty:
132 dlg,jack-det-rate:
223 dlg,mic-det-thr = <500>;
225 dlg,jack-ins-det-pty = "low";
226 dlg,jack-det-rate = "32_64";
H A Dalc5623.txt14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
24 jack-det-ctrl = <0x4810>;
H A Dda7219.txt51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms)
55 - dlg,jack-det-rate: Jack type detection latency (3/4 pole)
99 dlg,mic-det-thr = <500>;
101 dlg,jack-det-rate = "32ms_64ms";
H A Dnvidia,tegra-audio-common.yaml59 nvidia,hp-det-gpios:
63 nvidia,mic-det-gpios:
83 nvidia,coupled-mic-hp-det:
H A Dcs42l42.txt55 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
63 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after
111 cirrus,btn-det-init-dbnce = <100>;
112 cirrus,btn-det-event-dbnce = <10>;
H A Daudio-graph.yaml39 hp-det-gpio:
41 mic-det-gpio:
H A Drockchip,rk3288-hdmi-analog.txt18 - rockchip,hp-det-gpios = The phandle of the GPIO that detects the headphone
32 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>;
H A Dnvidia,tegra-audio-max98090.txt28 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in
29 - nvidia,mic-det-gpios : The GPIO that detect microphones are plugged in
H A Dnvidia,tegra-audio-rt5640.txt28 - nvidia,hp-det-gpios : The GPIO that detects headphones are plugged in
48 nvidia,hp-det-gpios = <&gpio 143 0>; /* GPIO PR7 */
H A Dcirrus,cs42l42.yaml113 cirrus,btn-det-init-dbnce:
127 cirrus,btn-det-event-dbnce:
221 cirrus,btn-det-init-dbnce = <100>;
222 cirrus,btn-det-event-dbnce = <10>;
H A Dnvidia,tegra-audio-wm8903.txt29 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in
55 nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
H A Dnvidia,tegra-audio-rt5677.txt30 - nvidia,hp-det-gpios : The GPIO that detects headphones are plugged in
58 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(R, 7) GPIO_ACTIVE_HIGH>;
H A Daudio-graph-card.txt21 - hp-det-gpio
22 - mic-det-gpio
H A Dfsl-asoc-card.txt82 - hp-det-gpio : The GPIO that detect headphones are plugged in
83 - mic-det-gpio : The GPIO that detect microphones are plugged in
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c183 print_event_detail(const struct gpio_event_detail *det) in print_event_detail() argument
185 print_timestamp("time", det->gp_time); in print_event_detail()
186 printf("pin %hu state %u\n", det->gp_pin, det->gp_pinstate); in print_event_detail()
214 const struct gpio_event_detail det[numrecs]; in run_read() member
245 print_event_detail(&buffer.det[i]); in run_read()
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui-audio-da7219.dtsi28 dlg,mic-det-thr = <500>;
30 dlg,jack-det-rate = "32ms_64ms";
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt13 - st,touch-det-delay : Touch detect interrupt delay (recommended is 3)
93 st,touch-det-delay = <5>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-rock-pi-4a-plus.dts24 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
H A Drk3399-roc-pc-plus.dts54 simple-audio-card,hp-det-gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
150 hp_det_pin: hp-det-pin {
H A Drk3326-anbernic-rg351m.dtsi52 simple-audio-card,hp-det-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_HIGH>;
446 hp_det: hp-det {
458 dc_det: dc-det {
H A Drk3399-rock-pi-4b-plus.dts42 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dmmp2-olpc-xo-1-75.dts116 hp-det-gpio = <&gpio 97 GPIO_ACTIVE_HIGH>;
117 mic-det-gpio = <&gpio 96 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_mcvevk.dts67 ts,touch-det-delay = <3>;

1234567