Home
last modified time | relevance | path

Searched refs:cd_ihandler (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c50 void * cd_ihandler; member
140 NULL, cd_intr, gpio, &gpio->cd_ihandler) != 0) { in cd_setup()
142 gpio->cd_ihandler = NULL; in cd_setup()
152 if (gpio->cd_ihandler == NULL) { in cd_setup()
220 if (gpio->cd_ihandler != NULL) in sdhci_fdt_gpio_teardown()
221 bus_teardown_intr(gpio->dev, gpio->cd_ires, gpio->cd_ihandler); in sdhci_fdt_gpio_teardown()
/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.c131 if (helper->cd_ihandler == NULL) in cd_card_task()
213 NULL, cd_intr, helper, &helper->cd_ihandler) != 0) { in cd_setup()
215 helper->cd_ihandler = NULL; in cd_setup()
224 if (helper->cd_ihandler == NULL) { in cd_setup()
295 if (helper->cd_ihandler != NULL) in mmc_fdt_gpio_teardown()
296 bus_teardown_intr(helper->dev, helper->cd_ires, helper->cd_ihandler); in mmc_fdt_gpio_teardown()
H A Dmmc_helpers.h39 void * cd_ihandler; member