Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/fs/exfat/
Dballoc.c99 struct exfat_chain clu; in exfat_load_bitmap() local
148 int exfat_set_bitmap(struct inode *inode, unsigned int clu) in exfat_set_bitmap()
169 void exfat_clear_bitmap(struct inode *inode, unsigned int clu) in exfat_clear_bitmap()
204 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu) in exfat_find_free_bitmap()
Dfatent.c157 unsigned int clu; in exfat_free_cluster() local
205 unsigned int clu, next; in exfat_find_last_cluster() local
232 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu) in exfat_zeroed_cluster()
399 unsigned int clu; in exfat_count_num_clusters() local
Ddir.c67 struct exfat_chain dir, clu; in exfat_readdir() local
312 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir()
622 unsigned int *clu) in exfat_walk_fat_chain()
656 unsigned int off, clu = 0; in exfat_find_location() local
820 unsigned int off, byte_offset, clu = 0; in exfat_get_dentry_set() local
923 struct exfat_chain clu; in exfat_find_dir_entry() local
1153 struct exfat_chain clu; in exfat_count_dir_entries() local
Dnamei.c208 struct exfat_chain clu; in exfat_search_empty_slot() local
311 struct exfat_chain clu; in exfat_find_empty_entry() local
479 struct exfat_chain clu; in exfat_add_entry() local
879 struct exfat_chain clu; in exfat_check_dir_empty() local
Dfile.c99 struct exfat_chain clu; in __exfat_truncate() local
Dexfat_fs.h117 #define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS) argument
127 #define IGNORED_BITS_REMAINED(clu, clu_base) ((1 << ((clu) - (clu_base))) - 1) argument
161 unsigned int clu; member
Dnls.c754 struct exfat_chain clu; in exfat_create_upcase_table() local
Dinode.c106 unsigned int *clu, int create) in exfat_map_cluster()