Home
last modified time | relevance | path

Searched refs:detect_delay_ms (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mmc/host/
H A Dpxamci.c60 unsigned long detect_delay_ms; member
565 mmc_detect_change(devid, msecs_to_jiffies(host->detect_delay_ms)); in pxamci_detect_irq()
590 host->detect_delay_ms = tmp; in pxamci_of_init()
717 host->detect_delay_ms = host->pdata->detect_delay_ms; in pxamci_probe()
H A Ddw_mmc.c2809 msecs_to_jiffies(host->pdata->detect_delay_ms)); in dw_mci_handle_cd()
3317 &pdata->detect_delay_ms); in dw_mci_parse_dt()
/linux/include/linux/platform_data/
H A Dmmc-pxamci.h14 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */ member
/linux/arch/arm/mach-pxa/
H A Dspitz.c723 .detect_delay_ms = 250,