Lines Matching defs:mmc
76 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount()
89 static int mmc_rpmb_request(struct mmc *mmc, const struct s_rpmb *s, in mmc_rpmb_request()
122 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s, in mmc_rpmb_response()
170 static int mmc_rpmb_status(struct mmc *mmc, unsigned short expected) in mmc_rpmb_status()
226 int mmc_rpmb_get_counter(struct mmc *mmc, unsigned long *pcounter) in mmc_rpmb_get_counter()
245 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key()
259 int mmc_rpmb_read(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_read()
292 int mmc_rpmb_write(struct mmc *mmc, void *addr, unsigned short blk, in mmc_rpmb_write()
325 static int send_write_mult_block(struct mmc *mmc, const struct s_rpmb *frm, in send_write_mult_block()
342 static int send_read_mult_block(struct mmc *mmc, struct s_rpmb *frm, in send_read_mult_block()
359 static int rpmb_route_write_req(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_write_req()
396 static int rpmb_route_read_req(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_read_req()
424 static int rpmb_route_frames(struct mmc *mmc, struct s_rpmb *req, in rpmb_route_frames()
466 int mmc_rpmb_route_frames(struct mmc *mmc, void *req, unsigned long reqlen, in mmc_rpmb_route_frames()