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

1234567

/drivers/char/ipmi/
H A Dipmi_si_sm.h125 * Attempt to detect an SMI. Returns 0 on success or nonzero
128 int (*detect)(struct si_sm_data *smi); member in struct:si_sm_handlers
H A Dipmi_poweroff.c522 int (*detect)(ipmi_user_t user); member in struct:poweroff_function
528 .detect = ipmi_atca_detect,
531 .detect = ipmi_cpi1_detect,
534 .detect = ipmi_dell_chassis_detect,
539 .detect = ipmi_chassis_detect,
620 if (poweroff_functions[i].detect(ipmi_user))
/drivers/gpu/drm/i915/
H A Ddvo.h116 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
H A Dintel_crt.c186 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
216 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
235 * On 4 series desktop, CRT detect sequence need to be done twice
329 DRM_DEBUG_KMS("starting load-detect on CRT\n");
366 int count, detect; local
398 detect = 0;
405 detect++;
417 status = detect * 4 > count * 3 ?
452 /* for pre-945g platforms use load detect */
521 .detect
[all...]
H A Ddvo_sil164.c135 /* this will detect the SIL164 chip on the specified i2c bus */
257 .detect = sil164_detect,
/drivers/pcmcia/
H A Dsa1100_simpad.c44 /* the detect signal is inverted - fix that up here */
45 state->detect = !state->detect;
H A Dpxa2xx_palmld.c49 state->detect = 1; /* always inserted */
H A Dpxa2xx_palmtx.c49 state->detect = 1; /* always inserted */
H A Dpxa2xx_palmtc.c53 state->detect = 1; /* always inserted */
H A Dsoc_common.h58 #define SOC_STAT_CD 0 /* Card detect */
76 unsigned detect: 1, member in struct:pcmcia_state
H A Dpxa2xx_trizeps4.c83 state->detect = 0;
H A Dsa1111_generic.c73 state->detect = status & PCSR_S0_DETECT ? 0 : 1;
83 state->detect = status & PCSR_S1_DETECT ? 0 : 1;
153 s->soc.stat[SOC_STAT_CD].name = "SA1111 CF card detect";
159 s->soc.stat[SOC_STAT_CD].name = "SA1111 PCMCIA card detect";
H A Dpxa2xx_colibri.c83 state->detect = !!gpio_get_value(colibri_pcmcia_gpios[DETECT].gpio);
H A Dpxa2xx_mainstone.c80 state->detect = (status & MST_PCMCIA_nCD) ? 0 : 1;
/drivers/pnp/pnpbios/
H A DKconfig16 If you would like the kernel to detect and allocate resources to
/drivers/input/mouse/
H A Dpsmouse-base.c121 int (*detect)(struct psmouse *, bool); member in struct:psmouse_protocol
632 * Cortron PS/2 protocol detection. There's no special way to detect it, so it
688 static int psmouse_do_detect(int (*detect)(struct psmouse *psmouse,
695 return detect(psmouse, set_properties);
883 .detect = ps2bare_detect,
890 .detect = ps2pp_init,
897 .detect = thinking_detect,
903 .detect = genius_detect,
911 .detect = intellimouse_detect,
919 .detect
[all...]
/drivers/mmc/core/
H A Dcore.h22 void (*detect)(struct mmc_host *); member in struct:mmc_bus_ops
/drivers/scsi/
H A Dscsi_module.c34 sht->detect(sht);
H A Dmvme147.c141 .detect = mvme147_detect,
/drivers/staging/omapdrm/
H A Domap_connector.c125 if (dssdrv->detect) {
126 if (dssdrv->detect(dssdev)) {
275 .detect = omap_connector_detect,
/drivers/gpu/drm/udl/
H A Dudl_connector.c117 .detect = udl_detect,
/drivers/power/
H A Disp1704_charger.c236 int detect; local
255 /* detect charger */
256 detect = isp1704_charger_detect(isp);
258 if (detect) {
259 isp->present = detect;
/drivers/video/omap2/dss/
H A Dti_hdmi.h93 bool (*detect)(struct hdmi_ip_data *ip_data); member in struct:ti_hdmi_ip_ops
/drivers/gpu/drm/nouveau/
H A Dnv04_tv.c239 .detect = sfuncs->detect,
/drivers/hwmon/
H A Dlm73.c193 .detect = lm73_detect,

Completed in 422 milliseconds

1234567