Lines Matching defs:mmc
57 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount()
70 static int mmc_rpmb_request(struct mmc *mmc, const void *s, in mmc_rpmb_request()
103 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s, in mmc_rpmb_response()
151 static int mmc_rpmb_status(struct mmc *mmc, unsigned short expected) in mmc_rpmb_status()
207 int mmc_rpmb_get_counter(struct mmc *mmc, unsigned long *pcounter) in mmc_rpmb_get_counter()
226 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key()
240 int mmc_rpmb_read(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_read()
296 int mmc_rpmb_write(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_write()
354 int read_counter(struct mmc *mmc, struct s_rpmb *requestpackets) in read_counter()
365 int program_key(struct mmc *mmc, struct s_rpmb *requestpackets) in program_key()
380 int authenticated_read(struct mmc *mmc, in authenticated_read()
393 int authenticated_write(struct mmc *mmc, struct s_rpmb *requestpackets) in authenticated_write()