Lines Matching defs:mmc
78 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount()
91 static int mmc_rpmb_request(struct mmc *mmc, const struct s_rpmb *s, in mmc_rpmb_request()
128 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s, in mmc_rpmb_response()
176 static int mmc_rpmb_status(struct mmc *mmc, unsigned short expected) in mmc_rpmb_status()
232 int mmc_rpmb_get_counter(struct mmc *mmc, unsigned long *pcounter) in mmc_rpmb_get_counter()
251 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key()
265 int mmc_rpmb_read(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_read()
298 int mmc_rpmb_write(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_write()
331 static int send_write_mult_block(struct mmc *mmc, const struct s_rpmb *frm, in send_write_mult_block()
348 static int send_read_mult_block(struct mmc *mmc, struct s_rpmb *frm, in send_read_mult_block()
365 static int rpmb_route_write_req(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_write_req()
402 static int rpmb_route_read_req(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_read_req()
430 static int rpmb_route_frames(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_frames()
472 int mmc_rpmb_route_frames(struct mmc *mmc, void *req, unsigned long reqlen, in mmc_rpmb_route_frames()