Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 6 of 6) sorted by relevance

/components/drivers/block/
A Dblk_dev.c24 struct rt_blk_device *blk = to_blk(dev); in blk_dev_open() local
31 struct rt_blk_device *blk = to_blk(dev); in blk_dev_close() local
39 struct rt_blk_device *blk = to_blk(dev); in blk_dev_read() local
54 struct rt_blk_device *blk = to_blk(dev); in blk_dev_write() local
69 struct rt_blk_device *blk = to_blk(dev); in blk_dev_control() local
152 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()
A Dblk_dev.h24 #define to_blk_name(blk) rt_dm_dev_get_name(&(blk)->parent) argument
27 #define to_blk_name(blk) (blk)->parent.parent.name argument
A Dblk_partition.c32 struct rt_blk_device *blk = rt_calloc(1, sizeof(*blk)); in blk_put_partition() local
A Dblk.c20 struct rt_blk_device *blk, *blk_next; in blk_remove_all() local
/components/drivers/ipc/
A Dringblk_buf.c116 struct rt_rbb_blk *blk; in find_empty_blk_in_set() local
482 rt_rbb_blk_t blk; in rt_rbb_blk_queue_len() local
519 rt_rbb_blk_t blk, next_blk; in rt_rbb_blk_queue_free() local
/components/fal/src/
A Dfal_flash.c61 const struct flash_blk *blk = &device_table[i]->blocks[j]; in fal_flash_init() local

Completed in 7 milliseconds