Searched refs:fs_list (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | ak4642.c | 432 static const u32 fs_list[] = { in ak4642_set_mcko() local 455 for (fs = 0; fs < ARRAY_SIZE(fs_list); fs++) { in ak4642_set_mcko() 456 if (frequency == ps_list[ps] * fs_list[fs]) { in ak4642_set_mcko()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_init.c | 864 static void gen_pic_list_from_frame_list(RK_S32 currStructure, H264_FrameStore_t **fs_list, in gen_pic_list_from_frame_list() argument 875 if (fs_list[top_idx]->is_used & 1) { in gen_pic_list_from_frame_list() 876 if (is_ref(fs_list[top_idx]->top_field)) { in gen_pic_list_from_frame_list() 878 list[(RK_S16)*list_size] = fs_list[top_idx]->top_field; in gen_pic_list_from_frame_list() 886 if (fs_list[bot_idx]->is_used & 2) { in gen_pic_list_from_frame_list() 887 if (is_ref(fs_list[bot_idx]->bottom_field)) { in gen_pic_list_from_frame_list() 889 list[(RK_S16)*list_size] = fs_list[bot_idx]->bottom_field; in gen_pic_list_from_frame_list() 901 if (fs_list[bot_idx]->is_used & 2) { in gen_pic_list_from_frame_list() 902 if (is_ref(fs_list[bot_idx]->bottom_field)) { in gen_pic_list_from_frame_list() 904 list[(RK_S16)*list_size] = fs_list[bot_idx]->bottom_field; in gen_pic_list_from_frame_list() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | volumes.c | 359 INIT_LIST_HEAD(&fs_devs->fs_list); in alloc_fs_devices() 400 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 401 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 452 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 478 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 493 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 609 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 636 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 731 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_inprogress() 758 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_changed() [all …]
|
| H A D | volumes.h | 219 struct list_head fs_list; member
|
| H A D | sysfs.c | 979 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib.h | 409 struct list_head fs_list; member
|