Home
last modified time | relevance | path

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

/include/linux/mmc/
Dsdio_func.h17 struct sdio_func;
19 typedef void (sdio_irq_handler_t)(struct sdio_func *);
34 struct sdio_func { struct
70 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) argument
79 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 …]
Dcard.h233 struct sdio_func;
331 struct sdio_func *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */ member
332 struct sdio_func *sdio_single_irq; /* SDIO function when only one IRQ active */
/include/linux/ssb/
Dssb.h444 struct sdio_func *host_sdio;
540 struct sdio_func *sdio_func,