Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/platform_data/
Dmmc-pxamci.h14 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */ member
/linux-6.12.1/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.h275 u32 detect_delay_ms; member
Ddw_mmc.c2725 msecs_to_jiffies(host->pdata->detect_delay_ms)); in dw_mci_handle_cd()
3239 &pdata->detect_delay_ms); in dw_mci_parse_dt()
/linux-6.12.1/arch/arm/mach-pxa/
Dspitz.c723 .detect_delay_ms = 250,