Lines Matching defs:mmc
57 static int mmc_rpmb_request(struct mmc *mmc, const void *s, in mmc_rpmb_request()
90 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s, in mmc_rpmb_response()
138 static int mmc_rpmb_status(struct mmc *mmc, unsigned short expected) in mmc_rpmb_status()
194 int mmc_rpmb_get_counter(struct mmc *mmc, unsigned long *pcounter) in mmc_rpmb_get_counter()
213 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key()
227 int mmc_rpmb_read(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_read()
283 int mmc_rpmb_write(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_write()
341 int read_counter(struct mmc *mmc, struct s_rpmb *requestpackets) in read_counter()
352 int program_key(struct mmc *mmc, struct s_rpmb *requestpackets) in program_key()
367 int authenticated_read(struct mmc *mmc, in authenticated_read()
380 int authenticated_write(struct mmc *mmc, struct s_rpmb *requestpackets) in authenticated_write()