Home
last modified time | relevance | path

Searched defs:mmc_host_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h105702 struct mmc_host_ops { struct
105703 void (*post_req)(struct mmc_host *, struct mmc_request *, int);
105704 void (*pre_req)(struct mmc_host *, struct mmc_request *);
105705 void (*request)(struct mmc_host *, struct mmc_request *);
105706 int (*request_atomic)(struct mmc_host *, struct mmc_request *);
105707 void (*set_ios)(struct mmc_host *, struct mmc_ios *);
105708 int (*get_ro)(struct mmc_host *);
105709 int (*get_cd)(struct mmc_host *);
105710 void (*enable_sdio_irq)(struct mmc_host *, int);
105711 void (*ack_sdio_irq)(struct mmc_host *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h115568 struct mmc_host_ops { struct
115569 void (*post_req)(struct mmc_host *, struct mmc_request *, int);
115570 void (*pre_req)(struct mmc_host *, struct mmc_request *);
115571 void (*request)(struct mmc_host *, struct mmc_request *);
115572 int (*request_atomic)(struct mmc_host *, struct mmc_request *);
115573 void (*set_ios)(struct mmc_host *, struct mmc_ios *);
115574 int (*get_ro)(struct mmc_host *);
115575 int (*get_cd)(struct mmc_host *);
115576 void (*enable_sdio_irq)(struct mmc_host *, int);
115577 void (*ack_sdio_irq)(struct mmc_host *);
[all …]