Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/linux/Documentation/devicetree/bindings/power/supply/
A Dmax8925_battery.txt5 - batt-detect: whether support battery detect
8 - no-temp-support: whether support temperature protection detect
9 - no-insert-detect: whether support insert detect
13 batt-detect = <0>;
17 no-insert-detect = <0>;
A Dsbs,sbs-manager.yaml79 sbs,battery-detect-gpios = <&batman 1 1>;
91 sbs,battery-detect-gpios = <&batman 2 1>;
103 sbs,battery-detect-gpios = <&batman 3 1>;
A Dsc27xx-fg.yaml27 battery-detect-gpios:
55 - battery-detect-gpios
90 battery-detect-gpios = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
A Dsbs,sbs-battery.yaml47 sbs,battery-detect-gpios:
50 needs to be polled to detect the battery.
81 sbs,battery-detect-gpios = <&gpio 122 GPIO_ACTIVE_HIGH>;
/linux/Documentation/devicetree/bindings/sound/
A Drt5640.txt35 - realtek,jack-detect-source
37 0: jack-detect is not used
38 1: Use GPIO1 for jack-detect
39 2: Use JD1_IN4P for jack-detect
40 3: Use JD2_IN4N for jack-detect
41 4: Use GPIO2 for jack-detect
42 5: Use GPIO3 for jack-detect
43 6: Use GPIO4 for jack-detect
45 - realtek,jack-detect-not-inverted
46 bool. Normal jack-detect switches give an inverted signal, set this bool
[all …]
A Drt5651.txt19 - realtek,jack-detect-source
21 1: Use JD1_1 pin for jack-detect
22 2: Use JD1_2 pin for jack-detect
23 3: Use JD2 pin for jack-detect
25 - realtek,jack-detect-not-inverted
26 bool. Normal jack-detect switches give an inverted (active-low) signal,
27 set this bool in the rare case you've a jack-detect switch which is not
A Dst,sta32x.txt46 - st,fault-detect-recovery:
47 If present, fault detect recovery is enabled.
52 - st,fault-detect-recovery:
78 - st,invalid-input-detect-mute:
79 If present, automatic invalid input detect mute is enabled.
99 st,invalid-input-detect-mute; // mute if no valid digital
A Drt5645.txt19 - hp-detect-gpios:
20 a GPIO spec for the external headphone detect pin. If jd-mode = 0,
21 we will get the JD status by getting the value of hp-detect-gpios.
70 hp-detect-gpios = <&gpio 19 0>;
A Dsamsung,aries-wm8994.yaml68 headset-detect-gpios:
81 const: headset-detect
93 - headset-detect-gpios
115 io-channel-names = "headset-detect";
116 headset-detect-gpios = <&gph0 6 GPIO_ACTIVE_HIGH>;
/linux/Documentation/devicetree/bindings/net/
A Dsmsc-lan87xx.txt12 - smsc,disable-energy-detect:
13 If set, do not enable energy detect mode for the SMSC phy.
14 default: enable energy detect mode
17 smsc phy with disabled energy detect mode on an am335x based board.
25 smsc,disable-energy-detect;
/linux/arch/x86/kernel/
A Dpci-iommu_table.c18 if (p->detect == q->depend) in find_dependents_of()
58 p->detect, q->detect); in check_iommu_entries()
68 p->detect, q->detect); in check_iommu_entries()
/linux/sound/firewire/digi00x/
A Ddigi00x-proc.c42 bool detect; in proc_read_clock() local
58 if (snd_dg00x_stream_check_external_clock(dg00x, &detect) < 0) in proc_read_clock()
60 snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not"); in proc_read_clock()
61 if (!detect) in proc_read_clock()
/linux/drivers/input/mouse/
A Dpsmouse-base.c732 .detect = ps2bare_detect,
740 .detect = ps2pp_detect,
754 .detect = cypress_detect,
762 .detect = genius_detect,
813 .detect = alps_detect,
848 .detect = hgpk_detect,
875 .detect = fsp_detect,
883 .detect = cortron_detect,
899 .detect = vmmouse_detect,
908 .detect = byd_detect,
[all …]
/linux/drivers/gpu/drm/
A Ddrm_bridge_connector.c178 struct drm_bridge *detect = bridge_connector->bridge_detect; in drm_bridge_connector_detect() local
181 if (detect) { in drm_bridge_connector_detect()
182 status = detect->funcs->detect(detect); in drm_bridge_connector_detect()
221 .detect = drm_bridge_connector_detect,
/linux/Documentation/driver-api/media/drivers/
A Dradiotrack.rst129 Default: BASE <-- 0xc8 (current volume, no stereo detect,
132 Card Off: BASE <-- 0x00 (audio mute, no stereo detect,
138 Volume Down: BASE <-- 0x48 (volume down, no stereo detect,
143 Volume Up: BASE <-- 0x88 (volume up, no stereo detect,
148 Check Stereo: BASE <-- 0xd8 (current volume, stereo detect,
160 BASE <-- 0x01 (audio mute, no stereo detect, radio
162 BASE <-- 0x03 (audio mute, no stereo detect, radio
165 BASE <-- 0x05 (audio mute, no stereo detect, radio
167 BASE <-- 0x07 (audio mute, no stereo detect, radio
/linux/Documentation/devicetree/bindings/iio/frequency/
A Dadi,adf4350.yaml33 description: Lock detect GPIO.
63 adi,lock-detect-precision-6ns-enable:
65 description: Enables 6ns lock detect precision. Default = 10ns.
67 adi,lock-detect-function-integer-n-enable:
70 Enables lock detect for integer-N mode. Default = factional-N mode.
88 5: Analog lock detect
89 6: Digital lock detect
/linux/drivers/net/phy/
A Dmicrochip_t1.c424 int detect = -1; in lan87xx_cable_test_report() local
459 detect = 2; in lan87xx_cable_test_report()
461 detect = 1; in lan87xx_cable_test_report()
465 if (detect == 1 || detect == 2) in lan87xx_cable_test_report()
470 detect = 0; in lan87xx_cable_test_report()
473 lan87xx_cable_test_report_trans(detect)); in lan87xx_cable_test_report()
/linux/drivers/usb/common/
A DKconfig23 of registers that can be used to detect the vendor and product which
46 to detect USB ID pin, and another input GPIO may be also used to detect
48 device if an input GPIO is only used to detect Vbus pin.
/linux/drivers/char/ipmi/
A Dipmi_poweroff.c518 int (*detect)(struct ipmi_user *user); member
524 .detect = ipmi_atca_detect,
527 .detect = ipmi_cpi1_detect,
530 .detect = ipmi_dell_chassis_detect,
533 .detect = ipmi_hp_chassis_detect,
538 .detect = ipmi_chassis_detect,
616 if (poweroff_functions[i].detect(ipmi_user)) in ipmi_po_new_smi()
/linux/drivers/phy/allwinner/
A Dphy-sun4i-usb.c153 struct delayed_work detect; member
329 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_init()
447 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on()
468 mod_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy_power_off()
507 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_set_mode()
547 container_of(work, struct sun4i_usb_phy_data, detect.work); in sun4i_usb_phy0_id_vbus_det_scan()
619 queue_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy0_id_vbus_det_scan()
627 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq()
641 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
672 cancel_delayed_work_sync(&data->detect); in sun4i_usb_phy_remove()
[all …]
/linux/arch/arm/boot/dts/
A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
A Dste-nomadik-s8815.dts25 /* This hog will bias the MMC/SD card detect line */
30 line-name = "card detect bias";
141 /* Configure card detect for the uSD slot */
/linux/Documentation/sound/cards/
A Djoystick.rst43 als4000 joystick_port 0 = disable (default), 1 = auto-detect,
48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect,
50 cmipci joystick_port 0 = disable (default), 1 = auto-detect,
59 ymfpci joystick_port 0 = disable (default), 1 = auto-detect,
/linux/arch/x86/include/asm/
A Diommu_table.h35 initcall_t detect; member
69 #define IOMMU_INIT_POST_FINISH(detect) \ argument
/linux/Documentation/input/devices/
A Dcma3000_d0x.rst17 CMA3000 Tri-axis accelerometer supports Motion detect, Measurement and
65 Motion detect g range threshold value
68 Motion detect and free fall time threshold value

Completed in 38 milliseconds

12345678910>>...30