Searched defs:blk (Results 1 – 6 of 6) sorted by relevance
24 struct rt_blk_device *blk = to_blk(dev); in blk_dev_open() local31 struct rt_blk_device *blk = to_blk(dev); in blk_dev_close() local39 struct rt_blk_device *blk = to_blk(dev); in blk_dev_read() local54 struct rt_blk_device *blk = to_blk(dev); in blk_dev_write() local69 struct rt_blk_device *blk = to_blk(dev); in blk_dev_control() local152 rt_err_t blk_dev_initialize(struct rt_blk_device *blk) in blk_dev_initialize()176 rt_err_t disk_add_blk_dev(struct rt_blk_disk *disk, struct rt_blk_device *blk) in disk_add_blk_dev()240 rt_err_t disk_remove_blk_dev(struct rt_blk_device *blk, rt_bool_t lockless) in disk_remove_blk_dev()
24 #define to_blk_name(blk) rt_dm_dev_get_name(&(blk)->parent) argument27 #define to_blk_name(blk) (blk)->parent.parent.name argument
32 struct rt_blk_device *blk = rt_calloc(1, sizeof(*blk)); in blk_put_partition() local
20 struct rt_blk_device *blk, *blk_next; in blk_remove_all() local
116 struct rt_rbb_blk *blk; in find_empty_blk_in_set() local482 rt_rbb_blk_t blk; in rt_rbb_blk_queue_len() local519 rt_rbb_blk_t blk, next_blk; in rt_rbb_blk_queue_free() local
61 const struct flash_blk *blk = &device_table[i]->blocks[j]; in fal_flash_init() local
Completed in 6 milliseconds