Searched refs:profile_list (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibApi.cpp | 58 static void ClearBayernrV2Setting3DList(struct list_head *profile_list) { in ClearBayernrV2Setting3DList() argument 60 struct list_head* pListItem = profile_list->next; in ClearBayernrV2Setting3DList() 62 while (pListItem != profile_list) { in ClearBayernrV2Setting3DList() 71 INIT_LIST_HEAD(profile_list); in ClearBayernrV2Setting3DList() 75 static void ClearBayernrV2Setting2DList(struct list_head *profile_list) { in ClearBayernrV2Setting2DList() argument 77 struct list_head* pListItem = profile_list->next; in ClearBayernrV2Setting2DList() 79 while (pListItem != profile_list) { in ClearBayernrV2Setting2DList() 88 INIT_LIST_HEAD(profile_list); in ClearBayernrV2Setting2DList() 92 static void ClearBayernrV2ProfileList(struct list_head *profile_list) { in ClearBayernrV2ProfileList() argument 94 struct list_head* pListItem = profile_list->next; in ClearBayernrV2ProfileList() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/ |
| H A D | RkAiqCalibApi.h | 59 bool AddAecCalibProfile2AecCalibList(struct list_head *profile_list, CalibDb_Aec_CalibPara_t* pAddA… 60 bool GetAecProfileFromAecCalibListBySceneName(const struct list_head* profile_list, const char* nam… 61 bool GetAecProfileFromAecCalibListByIdx(const struct list_head* profile_list, int idx, const CalibD… 62 bool AddAecTuneProfile2AecTuneList(struct list_head *profile_list, CalibDb_Aec_TunePara_t* pAddAec); 63 bool GetAecProfileFromAecTuneListBySceneName(const struct list_head* profile_list, const char* name… 64 bool GetAecProfileFromAecTuneListByIdx(const struct list_head* profile_list, int idx, const CalibDb… 65 bool AddAwbCalibV200Profile2AwbCalibV200List(struct list_head *profile_list, CalibDb_Awb_Calib_Para… 66 bool GetAwbProfileFromAwbCalibV200ListBySceneName(const struct list_head* profile_list, const char*… 67 bool GetAwbProfileFromAwbCalibV200ListByIdx(const struct list_head* profile_list, int idx, const Ca… 68 bool AddAwbCalibV201Profile2AwbCalibV201List(struct list_head *profile_list, CalibDb_Awb_Calib_Para… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ddp.c | 37 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_exist() local 47 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_exist() 48 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_exist() 49 if (i40e_ddp_profiles_eq(pinfo, &profile_list->p_info[i])) in i40e_ddp_does_profile_exist() 92 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_overlap() local 102 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_overlap() 103 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_overlap() 105 &profile_list->p_info[i])) in i40e_ddp_does_profile_overlap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 271 struct list_head *head = &btrtl_coex.profile_list; in find_by_psm() 408 struct list_head *head = &coex->profile_list; in init_profile_hash() 449 list_add_tail(&(pprof_info->list), &(btrtl_coex.profile_list)); in list_allocate_add() 468 struct list_head *head = &coex->profile_list; in flush_profile_hash() 485 struct list_head *head = &coex->profile_list; in find_profile_by_handle_scid() 502 struct list_head *head = &coex->profile_list; in find_profile_by_handle_dcid() 520 struct list_head *head = &coex->profile_list; in find_profile_by_handle_dcid_scid() 2038 list_for_each_safe(iter, temp, &coex->profile_list) { in disconn_acl()
|
| H A D | rtk_coex.h | 228 struct list_head profile_list; //hash for profile info member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 271 struct list_head *head = &btrtl_coex.profile_list; in find_by_psm() 408 struct list_head *head = &coex->profile_list; in init_profile_hash() 449 list_add_tail(&(pprof_info->list), &(btrtl_coex.profile_list)); in list_allocate_add() 468 struct list_head *head = &coex->profile_list; in flush_profile_hash() 485 struct list_head *head = &coex->profile_list; in find_profile_by_handle_scid() 502 struct list_head *head = &coex->profile_list; in find_profile_by_handle_dcid() 520 struct list_head *head = &coex->profile_list; in find_profile_by_handle_dcid_scid() 2038 list_for_each_safe(iter, temp, &coex->profile_list) { in disconn_acl()
|
| H A D | rtk_coex.h | 228 struct list_head profile_list; //hash for profile info member
|