Searched refs:detect (Results 26 - 50 of 163) sorted by relevance

1234567

/drivers/video/omap2/dss/
H A Dhdmi_panel.c236 .detect = hdmi_detect,
/drivers/mmc/core/
H A Dcore.c1309 if (host->bus_ops->detect && !host->bus_dead)
1310 host->bus_ops->detect(host);
1370 * MMC drivers should call this when they detect a card has been
1386 mmc_schedule_delayed_work(&host->detect, delay);
1727 * As there's no way to detect the discard support bit at v4.5
2016 * detect a change or host requires polling to provide card detection.
2027 * Schedule a detect work as soon as possible to let a
2030 cancel_delayed_work(&host->detect);
2043 container_of(work, struct mmc_host, detect.work);
2056 if (host->bus_ops && host->bus_ops->detect
[all...]
/drivers/gpu/drm/i915/
H A Dintel_dvo.c232 return intel_dvo->dev.dev_ops->detect(&intel_dvo->dev);
279 .detect = intel_dvo_detect,
H A Ddvo_ch7xxx.c179 /* this will detect the CH7xxx chip on the specified i2c bus */
325 .detect = ch7xxx_detect,
H A Ddvo_ivch.c260 DRM_DEBUG_KMS("ivch detect failed due to address mismatch "
418 .detect = ivch_detect,
H A Ddvo_tfp410.c171 /* this will detect the tfp410 chip on the specified i2c bus */
298 .detect = tfp410_detect,
/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c627 .detect = radeon_lvds_detect,
714 ret = encoder_funcs->detect(encoder, connector);
724 * vbios to deal with KVMs. If we have one and are not able to detect a monitor
745 .detect = radeon_vga_detect,
799 ret = encoder_funcs->detect(encoder, connector);
815 .detect = radeon_tv_detect,
895 DRM_ERROR("%s: detected RS690 floating bus bug, stopping ddc detect\n", drm_get_connector_name(connector));
978 if (encoder_funcs->detect) {
980 ret = encoder_funcs->detect(encoder, connector);
998 * vbios to deal with KVMs. If we have one and are not able to detect
[all...]
/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c148 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
168 * On a CDV thep, CRT detect sequence need to be done twice
251 .detect = cdv_intel_crt_detect,
H A Dcdv_intel_hdmi.c55 /* Should set this when detect hotplug */
299 .detect = cdv_hdmi_detect,
/drivers/gpu/drm/nouveau/
H A Dnouveau_temp.c278 if (!client->driver || client->driver->detect(client, info)) {
H A Dnv50_dac.c265 .detect = nv50_dac_detect,
H A Dnv04_dac.c496 .detect = nv04_dac_detect
507 .detect = nv17_dac_detect
/drivers/hwmon/
H A Dads7828.c176 .detect = ads7828_detect,
H A Dds1621.c313 .detect = ds1621_detect,
H A Dtmp421.c323 .detect = tmp421_detect,
H A Dw83l785ts.c104 .detect = w83l785ts_detect,
/drivers/misc/eeprom/
H A Deeprom.c228 .detect = eeprom_detect,
/drivers/pcmcia/
H A Dpxa2xx_sharpsl.c87 /* card detect */
95 state->detect = (csr & 0x0004) ? 0 : 1;
H A Dsoc_common.c209 state.detect = !gpio_get_value(skt->stat[SOC_STAT_CD].gpio);
221 stat = state.detect ? SS_DETECT : 0;
391 * the value of the voltage detect chipselect register.
/drivers/scsi/
H A Dmac_scsi.c566 .detect = macscsi_detect,
H A Dt128.c434 .detect = t128_detect,
/drivers/usb/storage/
H A Disd200.c917 int detect )
925 if ( detect )
930 /* loop until we detect !BSY or timeout */
946 if (!detect) {
1001 if (!detect)
1004 US_DEBUGP(" Device detect timeout!\n");
/drivers/video/omap2/displays/
H A Dpanel-dvi.c343 .detect = panel_dvi_detect,
/drivers/char/ipmi/
H A Dipmi_kcs_sm.c547 .detect = kcs_detect,
/drivers/gpu/drm/exynos/
H A Dexynos_drm_connector.c289 .detect = exynos_drm_connector_detect,

Completed in 643 milliseconds

1234567