Searched refs:msb_data (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/memstick/core/ |
D | ms_block.c | 147 static int msb_validate_used_block_bitmap(struct msb_data *msb) in msb_validate_used_block_bitmap() 168 static void msb_mark_block_used(struct msb_data *msb, int pba) in msb_mark_block_used() 188 static void msb_mark_block_unused(struct msb_data *msb, int pba) in msb_mark_block_unused() 207 static void msb_invalidate_reg_window(struct msb_data *msb) in msb_invalidate_reg_window() 217 static int msb_run_state_machine(struct msb_data *msb, int (*state_func) in msb_run_state_machine() 238 static int msb_exit_state_machine(struct msb_data *msb, int error) in msb_exit_state_machine() 255 static int msb_read_int_reg(struct msb_data *msb, long timeout) in msb_read_int_reg() 282 static int msb_read_regs(struct msb_data *msb, int offset, int len) in msb_read_regs() 303 static int msb_write_regs(struct msb_data *msb, int offset, int len, void *buf) in msb_write_regs() 338 struct msb_data *msb = memstick_get_drvdata(card); in h_msb_read_page() [all …]
|
D | ms_block.h | 145 struct msb_data { struct 271 static int msb_reset(struct msb_data *msb, bool full);
|