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

1234567891011

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dpci.h13 bool detect, bool mmio, u64 subdev_mask,
H A Dtegra.h54 bool detect, bool mmio, u64 subdev_mask,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-proc.c42 bool detect; local
58 if (snd_dg00x_stream_check_external_clock(dg00x, &detect) < 0)
60 snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not");
61 if (!detect)
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c17 bool (*detect)(void); member in struct:arch_init_data
68 .detect = detect_thinkpad_privacy_screen,
78 .detect = detect_chromeos_privacy_screen,
88 if (!arch_init_data[i].detect())
H A Ddrm_bridge_connector.c172 struct drm_bridge *detect = bridge_connector->bridge_detect; local
175 if (detect) {
176 status = detect->funcs->detect(detect);
225 .detect = drm_bridge_connector_detect,
/linux-master/drivers/char/ipmi/
H A Dipmi_si_sm.h87 * Attempt to detect an SMI. Returns 0 on success or nonzero
90 int (*detect)(struct si_sm_data *smi); member in struct:si_sm_handlers
H A Dipmi_poweroff.c514 int (*detect)(struct ipmi_user *user); member in struct:poweroff_function
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))
/linux-master/drivers/mtd/nand/raw/
H A Dnand_amd.c51 .detect = amd_nand_decode_id,
H A Dnand_esmt.c57 .detect = esmt_nand_decode_id,
H A Dnand_samsung.c137 .detect = samsung_nand_decode_id,
/linux-master/arch/x86/include/asm/
H A Dhypervisor.h46 uint32_t (*detect)(void); member in struct:hypervisor_x86
/linux-master/arch/mips/include/asm/
H A Dmachine.h16 bool (*detect)(void); member in struct:mips_machine
/linux-master/arch/mips/generic/
H A Dboard-ocelot.c77 .detect = ocelot_detect,
H A Dinit.c64 if (!check_mach->detect)
67 if (!check_mach->detect())
/linux-master/arch/x86/kernel/cpu/
H A Dacrn.c77 .detect = acrn_detect,
H A Dhypervisor.c71 pri = (*p)->detect();
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dvo_dev.h90 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
/linux-master/include/pcmcia/
H A Dsoc_common.h13 unsigned detect: 1, member in struct:pcmcia_state
59 #define SOC_STAT_CD 0 /* Card detect */
/linux-master/tools/perf/tests/shell/common/
H A Dinit.sh98 VIRT=`systemd-detect-virt 2>/dev/null`
/linux-master/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...]
/linux-master/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, argument
124 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dic.c44 to_i2c_driver(client->dev.driver)->detect(client, info)) {
/linux-master/tools/build/
H A DMakefile41 $(call QUIET_CLEAN, feature-detect)
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_connector.c80 .detect = mdp4_lvds_connector_detect,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpriv.h59 bool detect, bool mmio, u64 subdev_mask,

Completed in 266 milliseconds

1234567891011