Home
last modified time | relevance | path

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

12345678910>>...45

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H 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>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H 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 …]
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
H 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>;
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-iommu_table.c21 if (p->detect == q->depend) in find_dependents_of()
61 p->detect, q->detect); in check_iommu_entries()
71 p->detect, q->detect); in check_iommu_entries()
/OK3568_Linux_fs/debian/scripts/rkstage0/--exclude=info/debootstrap/
H A Ddebootstrap.log1 I don't know how to detect arch '--components', sorry.
2 I don't know how to detect arch '--components', sorry.
3 I don't know how to detect arch '--components', sorry.
4 I don't know how to detect arch '--components', sorry.
/OK3568_Linux_fs/buildroot/package/python-pyzmq/
H A D0001-use-buildroot-zmq-version-instead-of-detect.patch1 detect.py: fix the ZMQ version check to the ZMQ version of the buildroot
23 buildutils/detect.py | 14 ++++++++------
26 diff --git a/buildutils/detect.py b/buildutils/detect.py
28 --- a/buildutils/detect.py
29 +++ b/buildutils/detect.py
/OK3568_Linux_fs/buildroot/package/pulseaudio/
H A Ddefault.pa46 .ifexists module-udev-detect.so
47 load-module module-udev-detect tsched=0
50 load-module module-detect
54 .ifexists module-jackdbus-detect.so
56 load-module module-jackdbus-detect channels=2
/OK3568_Linux_fs/debian/overlay/etc/pulse/
H A Ddefault.pa47 .ifexists module-udev-detect.so
48 load-module module-udev-detect tsched=0
51 load-module module-detect
55 .ifexists module-jackdbus-detect.so
57 load-module module-jackdbus-detect channels=2
/OK3568_Linux_fs/buildroot/board/rockchip/rk3308/fs-overlay/etc/pulse/
H A Ddefault.pa46 .ifexists module-udev-detect.so
47 load-module module-udev-detect tsched=0
50 load-module module-detect
54 .ifexists module-jackdbus-detect.so
56 load-module module-jackdbus-detect channels=2
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/
H A Dadf4350.txt13 - gpios: GPIO Lock detect - If set with a valid phandle and GPIO number,
24 - adi,lock-detect-precision-6ns-enable: Enables 6ns lock detect precision.
26 - adi,lock-detect-function-integer-n-enable: Enables lock detect
37 5: Analog lock detect
38 6: Digital lock detect
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dpsmouse-base.c732 .detect = ps2bare_detect,
740 .detect = ps2pp_detect,
747 .detect = thinking_detect,
754 .detect = cypress_detect,
762 .detect = genius_detect,
770 .detect = intellimouse_detect,
779 .detect = im_explorer_detect,
787 .detect = synaptics_detect,
794 .detect = synaptics_detect,
803 .detect = synaptics_detect,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-Check-for-clang-before-guessing-gcc-or-lcc.patch25 mesonbuild/compilers/detect.py | 15 ++++++++-------
28 diff --git a/mesonbuild/compilers/detect.py b/mesonbuild/compilers/detect.py
30 --- a/mesonbuild/compilers/detect.py
31 +++ b/mesonbuild/compilers/detect.py
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.extra-part45 Partition name, set "<dev>" to detect from device identifier.
83 Set "auto" to auto detect.
123 Partition name, set "<dev>" to detect from device identifier.
161 Set "auto" to auto detect.
200 Partition name, set "<dev>" to detect from device identifier.
234 Set "auto" to auto detect.
273 Partition name, set "<dev>" to detect from device identifier.
307 Set "auto" to auto detect.
346 Partition name, set "<dev>" to detect from device identifier.
380 Set "auto" to auto detect.
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c511 .detect = detect_i2c,
531 .detect = NULL,
551 .detect = NULL,
571 .detect = detect_i2c,
591 .detect = NULL,
611 .detect = detect_i2c,
631 .detect = detect_i2c,
651 .detect = NULL,
671 .detect = detect_i2c,
691 .detect = 0,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Druntest.patch248 "Failed to detect invalid char for Byte 0x%02X: %c\n",
258 "Failed to detect illegal char %c for Byte 0x%02X\n", i, i);
267 "Failed to detect invalid char for Byte 0x%02X\n", i);
294 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n",
308 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n",
322 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n",
336 "Failed to detect invalid char for Bytes 0x%02X 0x%02X 0x00\n",
466 "Failed to detect invalid char for Byte 0x%02X\n", i);
495 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n",
509 "Failed to detect invalid char for Bytes 0x%02X 0x%02X: %d\n",
[all …]
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/buildroot/package/lm-sensors/
H A DConfig.in48 bool "sensors-detect"
51 Sensors-detect is an interactive program for detecting
54 comment "sensors-detect needs perl"
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H 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()
/OK3568_Linux_fs/kernel/drivers/phy/allwinner/
H 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 …]

12345678910>>...45