Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_clu.c28 static inline void vsp1_clu_write(struct vsp1_clu *clu, in vsp1_clu_write()
43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table()
66 struct vsp1_clu *clu = in clu_s_ctrl() local
177 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() local
195 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_frame() local
223 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_destroy() local
240 struct vsp1_clu *clu; in vsp1_clu_create() local
Dvsp1_clu.h34 struct vsp1_dl_body *clu; member
Dvsp1.h85 struct vsp1_clu *clu; member
/Linux-v5.4/drivers/staging/exfat/
Dexfat_core.c139 s32 clear_cluster(struct super_block *sb, u32 clu) in clear_cluster()
307 u32 clu, prev; in fat_free_cluster() local
348 u32 clu; in exfat_free_cluster() local
405 u32 clu, next; in find_last_cluster() local
427 u32 clu; in count_num_clusters() local
453 u32 clu; in fat_count_used_clusters() local
512 struct chain_t clu; in load_alloc_bitmap() local
592 s32 set_alloc_bitmap(struct super_block *sb, u32 clu) in set_alloc_bitmap()
609 s32 clr_alloc_bitmap(struct super_block *sb, u32 clu) in clr_alloc_bitmap()
643 u32 test_alloc_bitmap(struct super_block *sb, u32 clu) in test_alloc_bitmap()
[all …]
Dexfat_super.c689 u32 clu; in ffsReadFile() local
816 u32 clu, last_clu; in ffsWriteFile() local
1072 struct chain_t clu; in ffsTruncateFile() local
1738 static int ffsMapCluster(struct inode *inode, s32 clu_offset, u32 *clu) in ffsMapCluster()
1941 struct chain_t dir, clu; in ffsReadDir() local
Dexfat.h512 struct chain_t clu; member