| /kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
| D | vsp1_clu.c | 28 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
|
| D | vsp1_clu.h | 34 struct vsp1_dl_body *clu; member
|
| D | vsp1.h | 85 struct vsp1_clu *clu; member
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
| D | vsp1_clu.c | 28 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 178 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() local 196 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_frame() local 224 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_destroy() local 241 struct vsp1_clu *clu; in vsp1_clu_create() local
|
| D | vsp1_clu.h | 34 struct vsp1_dl_body *clu; member
|
| D | vsp1.h | 89 struct vsp1_clu *clu; member
|
| /kernel/linux/linux-5.10/fs/exfat/ |
| D | balloc.c | 99 struct exfat_chain clu; in exfat_load_bitmap() local 144 int exfat_set_bitmap(struct inode *inode, unsigned int clu) in exfat_set_bitmap() 163 void exfat_clear_bitmap(struct inode *inode, unsigned int clu) in exfat_clear_bitmap() 199 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu) in exfat_find_free_bitmap()
|
| D | fatent.c | 149 unsigned int clu; in exfat_free_cluster() local 197 unsigned int clu, next; in exfat_find_last_cluster() local 224 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu) in exfat_zeroed_cluster() 391 unsigned int clu; in exfat_count_num_clusters() local
|
| D | dir.c | 71 struct exfat_chain dir, clu; in exfat_readdir() local 313 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir() 627 unsigned int *clu) in exfat_walk_fat_chain() 661 unsigned int off, clu = 0; in exfat_find_location() local 825 unsigned int off, byte_offset, clu = 0; in exfat_get_dentry_set() local 944 struct exfat_chain clu; in exfat_find_dir_entry() local 1177 struct exfat_chain clu; in exfat_count_dir_entries() local
|
| D | namei.c | 208 struct exfat_chain clu; in exfat_search_empty_slot() local 311 struct exfat_chain clu; in exfat_find_empty_entry() local 490 struct exfat_chain clu; in exfat_add_entry() local 902 struct exfat_chain clu; in exfat_check_dir_empty() local
|
| D | file.c | 99 struct exfat_chain clu; in __exfat_truncate() local
|
| D | exfat_fs.h | 117 #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
|
| D | nls.c | 754 struct exfat_chain clu; in exfat_create_upcase_table() local
|
| D | inode.c | 106 unsigned int *clu, int create) in exfat_map_cluster()
|
| /kernel/linux/linux-6.6/fs/exfat/ |
| D | balloc.c | 99 struct exfat_chain clu; in exfat_load_bitmap() local 144 int exfat_set_bitmap(struct inode *inode, unsigned int clu, bool sync) in exfat_set_bitmap() 163 int exfat_clear_bitmap(struct inode *inode, unsigned int clu, bool sync) in exfat_clear_bitmap() 205 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu) in exfat_find_free_bitmap()
|
| D | fatent.c | 154 unsigned int clu; in __exfat_free_cluster() local 254 unsigned int clu, next; in exfat_find_last_cluster() local 281 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu) in exfat_zeroed_cluster() 440 unsigned int clu; in exfat_count_num_clusters() local
|
| D | dir.c | 72 struct exfat_chain dir, clu; in exfat_readdir() local 322 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir() 662 unsigned int *clu) in exfat_walk_fat_chain() 696 unsigned int off, clu = 0; in exfat_find_location() local 905 unsigned int clu = exfat_sector_to_cluster(sbi, sec); in exfat_get_dentry_set() local 942 struct exfat_hint_femp *candi_empty, struct exfat_chain *clu, in exfat_set_empty_hint() 992 struct exfat_chain clu; in exfat_find_dir_entry() local 1217 struct exfat_chain clu; in exfat_count_dir_entries() local
|
| D | namei.c | 218 struct exfat_chain clu; in exfat_search_empty_slot() local 333 struct exfat_chain clu; in exfat_find_empty_entry() local 501 struct exfat_chain clu; in exfat_add_entry() local 896 struct exfat_chain clu; in exfat_check_dir_empty() local
|
| D | exfat_fs.h | 111 #define EXFAT_CLU_TO_DEN(clu, sbi) \ argument 129 #define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS) argument 139 #define IGNORED_BITS_REMAINED(clu, clu_base) ((1 << ((clu) - (clu_base))) - 1) argument 184 unsigned int clu; member
|
| D | file.c | 100 struct exfat_chain clu; in __exfat_truncate() local
|
| D | nls.c | 754 struct exfat_chain clu; in exfat_create_upcase_table() local
|
| D | inode.c | 112 unsigned int *clu, int create) in exfat_map_cluster()
|