Searched refs:sdio_func (Results 1 – 3 of 3) sorted by relevance
17 struct sdio_func;19 typedef void (sdio_irq_handler_t)(struct sdio_func *);34 struct sdio_func { struct70 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) argument79 int (*probe)(struct sdio_func *, const struct sdio_device_id *);80 void (*remove)(struct sdio_func *);130 extern void sdio_claim_host(struct sdio_func *func);131 extern void sdio_release_host(struct sdio_func *func);133 extern int sdio_enable_func(struct sdio_func *func);134 extern int sdio_disable_func(struct sdio_func *func);[all …]
233 struct sdio_func;331 struct sdio_func *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */ member332 struct sdio_func *sdio_single_irq; /* SDIO function when only one IRQ active */
444 struct sdio_func *host_sdio;540 struct sdio_func *sdio_func,