/drivers/input/mouse/ |
D | psmouse-base.c | 114 int (*detect)(struct psmouse *, int); member 720 .detect = ps2bare_detect, 727 .detect = ps2pp_init, 734 .detect = thinking_detect, 740 .detect = genius_detect, 747 .detect = intellimouse_detect, 754 .detect = im_explorer_detect, 761 .detect = synaptics_detect, 770 .detect = alps_detect, 787 .detect = trackpoint_detect, [all …]
|
/drivers/pcmcia/ |
D | au1000_xxs1500.c | 99 state->detect = 0; in xxs1500_pcmcia_socket_state() 115 state->detect = 1; in xxs1500_pcmcia_socket_state() 118 if (state->detect) { in xxs1500_pcmcia_socket_state()
|
D | au1000_pb1x00.c | 135 state->detect = 0; in pb1x00_pcmcia_socket_state() 152 state->detect = 1; in pb1x00_pcmcia_socket_state() 170 state->detect = 1; in pb1x00_pcmcia_socket_state() 174 if (state->detect) { in pb1x00_pcmcia_socket_state()
|
D | sa1100_shannon.c | 49 state->detect = (levels & SHANNON_GPIO_EJECT_0) ? 0 : 1; in shannon_pcmcia_socket_state() 59 state->detect = (levels & SHANNON_GPIO_EJECT_1) ? 0 : 1; in shannon_pcmcia_socket_state()
|
D | sa1100_h3600.c | 52 state->detect = levels & GPIO_H3600_PCMCIA_CD0 ? 0 : 1; in h3600_pcmcia_socket_state() 62 state->detect = levels & GPIO_H3600_PCMCIA_CD1 ? 0 : 1; in h3600_pcmcia_socket_state()
|
D | pxa2xx_e740.c | 61 state->detect = gpio_get_value(GPIO_E740_PCMCIA_CD0) ? 0 : 1; in e740_pcmcia_socket_state() 64 state->detect = gpio_get_value(GPIO_E740_PCMCIA_CD1) ? 0 : 1; in e740_pcmcia_socket_state()
|
D | sa1111_generic.c | 51 state->detect = status & PCSR_S0_DETECT ? 0 : 1; in sa1111_pcmcia_socket_state() 61 state->detect = status & PCSR_S1_DETECT ? 0 : 1; in sa1111_pcmcia_socket_state()
|
D | pxa2xx_trizeps4.c | 125 state->detect = gpio_get_value(GPIO_PCD) ? 0 : 1; in trizeps_pcmcia_socket_state() 137 state->detect = 0; in trizeps_pcmcia_socket_state()
|
D | au1000_db1x00.c | 92 state->detect = 0; in db1x00_pcmcia_socket_state() 132 state->detect = 1; in db1x00_pcmcia_socket_state()
|
D | au1000_generic.h | 66 unsigned detect: 1, member
|
D | sa1100_cerf.c | 45 state->detect = (levels & CERF_GPIO_CF_CD) ?0:1; in cerf_pcmcia_socket_state()
|
D | sa1100_assabet.c | 48 state->detect = (levels & ASSABET_GPIO_CF_CD) ? 0 : 1; in assabet_pcmcia_socket_state()
|
D | pxa2xx_cm_x270.c | 60 state->detect = (gpio_get_value(GPIO_PCMCIA_S0_CD_VALID) == 0) ? 1 : 0; in cmx270_pcmcia_socket_state()
|
D | pxa2xx_palmld.c | 71 state->detect = 1; /* always inserted */ in palmld_pcmcia_socket_state()
|
D | soc_common.h | 62 unsigned detect: 1, member
|
D | pxa2xx_viper.c | 94 state->detect = gpio_get_value(VIPER_CF_CD_GPIO) ? 0 : 1; in viper_pcmcia_socket_state()
|
D | sa1100_simpad.c | 52 state->detect=((levels & GPIO_CF_CD)==0)?1:0; in simpad_pcmcia_socket_state()
|
/drivers/mmc/core/ |
D | core.c | 677 if (host->bus_ops->detect && !host->bus_dead) in mmc_resume_bus() 678 host->bus_ops->detect(host); in mmc_resume_bus() 755 mmc_schedule_delayed_work(&host->detect, delay); in mmc_detect_change() 764 container_of(work, struct mmc_host, detect.work); in mmc_rescan() 773 host->bus_ops->detect && !host->bus_dead) { in mmc_rescan() 774 host->bus_ops->detect(host); in mmc_rescan() 852 mmc_schedule_delayed_work(&host->detect, HZ); in mmc_rescan() 870 cancel_delayed_work(&host->detect); in mmc_stop_host() 901 cancel_delayed_work(&host->detect); in mmc_suspend_host()
|
D | core.h | 20 void (*detect)(struct mmc_host *); member
|
D | host.c | 85 INIT_DELAYED_WORK(&host->detect, mmc_rescan); in mmc_alloc_host()
|
/drivers/char/ipmi/ |
D | ipmi_poweroff.c | 522 int (*detect)(ipmi_user_t user); member 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)) in ipmi_po_new_smi()
|
D | ipmi_si_sm.h | 128 int (*detect)(struct si_sm_data *smi); member
|
/drivers/i2c/chips/ |
D | Kconfig | 33 These devices are hard to detect and rarely found on mainstream 51 This device is hard to detect and is rarely found on mainstream 77 These devices are hard to detect and rarely found on mainstream
|
/drivers/gpu/drm/i915/ |
D | dvo.h | 129 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member
|
/drivers/scsi/ |
D | scsi_module.c | 34 sht->detect(sht); in init_this_scsi_driver()
|