Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/platform_data/
Dmmc-pxamci.h13 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */ member
/Linux-v6.6/drivers/mmc/host/
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()
728 host->detect_delay_ms = host->pdata->detect_delay_ms; in pxamci_probe()
Ddw_mmc-pci.c30 .detect_delay_ms = 200,
Ddw_mmc.h274 u32 detect_delay_ms; member
Ddw_mmc.c2720 msecs_to_jiffies(host->pdata->detect_delay_ms)); in dw_mci_handle_cd()
3234 &pdata->detect_delay_ms); in dw_mci_parse_dt()
/Linux-v6.6/arch/arm/mach-pxa/
Dspitz.c623 .detect_delay_ms = 250,