Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dpxamci.c61 unsigned long detect_delay_ms; member
566 mmc_detect_change(devid, msecs_to_jiffies(host->detect_delay_ms)); in pxamci_detect_irq()
591 host->detect_delay_ms = tmp; in pxamci_of_init()
728 host->detect_delay_ms = host->pdata->detect_delay_ms; in pxamci_probe()
Ddw_mmc-pci.c30 .detect_delay_ms = 200,
Ddw_mmc.h263 u32 detect_delay_ms; member
Ddw_mmc.c2611 msecs_to_jiffies(host->pdata->detect_delay_ms)); in dw_mci_handle_cd()
3114 &pdata->detect_delay_ms); in dw_mci_parse_dt()