Searched defs:rpmb_state (Results 1 – 4 of 4) sorted by relevance
46 struct rpmb_state { struct47 struct rpmb_key key;48 void* mmc_handle;49 uint32_t write_counter;50 bool first_write_complete;51 bool verify_failed;
76 struct rpmb_state* rpmb_state; member124 struct rpmb_state* rpmb_state; member
127 static int rpmb_check(struct rpmb_state* rpmb_state, uint16_t block) { in rpmb_check()135 static uint32_t rpmb_search_size(struct rpmb_state* rpmb_state, uint16_t hint) { in rpmb_search_size()287 struct rpmb_state* rpmb_state, in block_device_tipc_init_dev_rpmb()
45 static struct rpmb_dev_state rpmb_state = { variable