Home
last modified time | relevance | path

Searched refs:detect (Results 1 - 25 of 509) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/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()
H A Dpci-dma.c47 if (p && p->detect && p->detect() > 0) { in pci_iommu_alloc()
/kernel/linux/linux-5.10/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()
H A Ddigi00x-pcm.c105 bool detect; in pcm_open() local
121 err = snd_dg00x_stream_check_external_clock(dg00x, &detect); in pcm_open()
124 if (!detect) { in pcm_open()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
H A Ddrm_bridge_connector.c161 struct drm_bridge *detect = bridge_connector->bridge_detect; in drm_bridge_connector_detect() local
164 if (detect) { in drm_bridge_connector_detect()
165 status = detect->funcs->detect(detect); in drm_bridge_connector_detect()
218 .detect = drm_bridge_connector_detect,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dpsmouse-base.c709 * Cortron PS/2 protocol detection. There's no special way to detect it, so it
732 .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
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dpsmouse-base.c706 * Cortron PS/2 protocol detection. There's no special way to detect it, so it
729 .detect = ps2bare_detect,
737 .detect = ps2pp_detect,
744 .detect = thinking_detect,
751 .detect = cypress_detect,
759 .detect = genius_detect,
767 .detect = intellimouse_detect,
776 .detect = im_explorer_detect,
784 .detect = synaptics_detect,
791 .detect
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Diommu_table.h35 initcall_t detect; member
62 * detect routine returns a positive value), the other IOMMUs
69 #define IOMMU_INIT_POST_FINISH(detect) \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmicrochip_t1.c700 int detect = -1; in lan87xx_cable_test_report() local
735 detect = 2; in lan87xx_cable_test_report()
737 detect = 1; in lan87xx_cable_test_report()
741 if (detect == 1 || detect == 2) in lan87xx_cable_test_report()
746 detect = 0; in lan87xx_cable_test_report()
749 lan87xx_cable_test_report_trans(detect)); in lan87xx_cable_test_report()
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dinit.c65 if (!check_mach->detect) in plat_get_fdt()
68 if (!check_mach->detect()) in plat_get_fdt()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dinit.c64 if (!check_mach->detect) in plat_get_fdt()
67 if (!check_mach->detect()) in plat_get_fdt()
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
H A Dfutextest.h118 * @detect: whether (1) or not (0) to perform deadlock detection
121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument
124 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
H A Dfutextest.h118 * @detect: whether (1) or not (0) to perform deadlock detection
121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument
124 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dpci.h13 bool detect, bool mmio, u64 subdev_mask,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dpci.h13 bool detect, bool mmio, u64 subdev_mask,
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile178 feature-detect-clean:
179 $(call QUIET_CLEAN, feature-detect)
182 clean: $(LIBBPF)-clean feature-detect-clean
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c278 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new()
352 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_tegra_new()
374 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new()
275 nvkm_device_tegra_new(const struct nvkm_device_tegra_func *func, struct platform_device *pdev, const char *cfg, const char *dbg, bool detect, bool mmio, u64 subdev_mask, struct nvkm_device **pdevice) nvkm_device_tegra_new() argument
371 nvkm_device_tegra_new(const struct nvkm_device_tegra_func *func, struct platform_device *pdev, const char *cfg, const char *dbg, bool detect, bool mmio, u64 subdev_mask, struct nvkm_device **pdevice) nvkm_device_tegra_new() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c240 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new()
314 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_tegra_new()
336 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new()
237 nvkm_device_tegra_new(const struct nvkm_device_tegra_func *func, struct platform_device *pdev, const char *cfg, const char *dbg, bool detect, bool mmio, u64 subdev_mask, struct nvkm_device **pdevice) nvkm_device_tegra_new() argument
333 nvkm_device_tegra_new(const struct nvkm_device_tegra_func *func, struct platform_device *pdev, const char *cfg, const char *dbg, bool detect, bool mmio, u64 subdev_mask, struct nvkm_device **pdevice) nvkm_device_tegra_new() argument

Completed in 23 milliseconds

12345678910>>...21