Home
last modified time | relevance | path

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

12345678910>>...25

/linux/Documentation/devicetree/bindings/sound/
H A Drt5640.txt38 - realtek,jack-detect-source
40 0: jack-detect is not used
41 1: Use GPIO1 for jack-detect
42 2: Use JD1_IN4P for jack-detect
43 3: Use JD2_IN4N for jack-detect
44 4: Use GPIO2 for jack-detect
45 5: Use GPIO3 for jack-detect
46 6: Use GPIO4 for jack-detect
48 - realtek,jack-detect-not-inverted
49 bool. Normal jack-detect switches give an inverted signal, set this bool
[all …]
H 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
H 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
/linux/Documentation/devicetree/bindings/net/
H 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/sound/firewire/digi00x/
H 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/gpu/drm/
H A Ddrm_privacy_screen_x86.c17 bool (*detect)(void); member
68 .detect = detect_thinkpad_privacy_screen,
78 .detect = detect_chromeos_privacy_screen,
88 if (!arch_init_data[i].detect()) in drm_privacy_screen_lookup_init()
/linux/Documentation/driver-api/media/drivers/
H 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/arch/arm64/boot/dts/qcom/
H A Dpm4125.dtsi56 interrupt-names = "or-rid-detect-change",
57 "vpd-detect",
62 "legacy-cable-detect",
63 "try-snk-src-detect";
H A Dpmi632.dtsi64 interrupt-names = "or-rid-detect-change",
65 "vpd-detect",
70 "legacy-cable-detect",
71 "try-snk-src-detect";
H A Dpm8150b.dtsi82 interrupt-names = "or-rid-detect-change",
83 "vpd-detect",
88 "legacy-cable-detect",
89 "try-snk-src-detect",
H A Dpm6150.dtsi93 interrupt-names = "or-rid-detect-change",
94 "vpd-detect",
99 "legacy-cable-detect",
100 "try-snk-src-detect",
H A Dpm7250b.dtsi73 interrupt-names = "or-rid-detect-change",
74 "vpd-detect",
79 "legacy-cable-detect",
80 "try-snk-src-detect",
/linux/drivers/gpu/drm/display/
H A Ddrm_bridge_connector.c181 struct drm_bridge *detect = bridge_connector->bridge_detect; in drm_bridge_connector_detect() local
184 if (detect) { in drm_bridge_connector_detect()
185 status = detect->funcs->detect(detect); in drm_bridge_connector_detect()
232 .detect = drm_bridge_connector_detect,
/linux/drivers/usb/common/
H 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/
H A Dipmi_poweroff.c514 int (*detect)(struct ipmi_user *user); member
520 .detect = ipmi_atca_detect,
523 .detect = ipmi_cpi1_detect,
526 .detect = ipmi_dell_chassis_detect,
529 .detect = ipmi_hp_chassis_detect,
534 .detect = ipmi_chassis_detect,
612 if (poweroff_functions[i].detect(ipmi_user)) in ipmi_po_new_smi()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-rt947124 This entry allows enabling the USB BC12 port detect function of rt9471 charger
26 port detect and report the usb port type when port detect is done. See
/linux/arch/arm/boot/dts/st/
H A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
H 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/drivers/net/phy/
H A Dmicrochip_t1.c874 int detect = -1; in lan87xx_cable_test_report() local
909 detect = 2; in lan87xx_cable_test_report()
911 detect = 1; in lan87xx_cable_test_report()
915 if (detect == 1 || detect == 2) in lan87xx_cable_test_report()
920 detect = 0; in lan87xx_cable_test_report()
923 lan87xx_cable_test_report_trans(detect)); in lan87xx_cable_test_report()
1657 int detect; in lan887x_cable_test_report() local
1713 detect = LAN87XX_CABLE_TEST_SAME_SHORT; in lan887x_cable_test_report()
1720 detect = LAN87XX_CABLE_TEST_OPEN; in lan887x_cable_test_report()
1722 detect = LAN87XX_CABLE_TEST_OK; in lan887x_cable_test_report()
[all …]
/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c142 struct delayed_work detect; member
363 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_init()
486 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on()
507 mod_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy_power_off()
546 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_set_mode()
586 container_of(work, struct sun4i_usb_phy_data, detect.work); in sun4i_usb_phy0_id_vbus_det_scan()
658 queue_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy0_id_vbus_det_scan()
666 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq()
680 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
711 cancel_delayed_work_sync(&data->detect); in sun4i_usb_phy_remove()
[all …]
/linux/Documentation/sound/cards/
H 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/Documentation/input/devices/
H 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
/linux/Documentation/hwmon/
H A Dnzxt-smart2.rst30 must be reloaded to detect configuration changes; otherwise, new fans can't
32 device has a dedicated "detect fans" command, and currently, it is executed only
35 `liquidctl`_) can be used to run "detect fans" command through hidraw interface.
/linux/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt7 - interrupts: 3 interrupts, named "card detect", "data" and "SDIO" must be
32 interrupt-names = "card detect", "data", "SDIO";
/linux/Documentation/i2c/
H A Dgpio-fault-injection.rst26 because the bus master under test will not be able to clock. It should detect
36 master under test should detect this condition and trigger a bus recovery (see
48 there are I2C client devices which detect a stuck SDA on their side and release
50 device deglitching and monitoring the I2C bus. It could also detect a stuck SDA
63 above, the bus master under test should detect this condition and try a bus
102 address sent out should have a lot of '1' bits to be able to detect corruption.

12345678910>>...25