| /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/include/linux/ |
| H A D | list.h | 24 struct list_head name = LIST_HEAD_INIT(name) 33 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 40 extern bool __list_add_valid(struct list_head *new, 41 struct list_head *prev, 42 struct list_head *next); 43 extern bool __list_del_entry_valid(struct list_head *entry); 45 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() 46 struct list_head *prev, in __list_add_valid() 47 struct list_head *next) in __list_add_valid() 51 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibApi.cpp | 36 list_head *list = (struct list_head*)(CALIBDB_GET_MODULE_PTR(pCamCalibDbCtx, list_bayernr_v2)); in CamCalibDbCreate() 40 list = (struct list_head*)(CALIBDB_GET_MODULE_PTR(pCamCalibDbCtx, list_ynr_v2)); in CamCalibDbCreate() 44 list = (struct list_head*)(CALIBDB_GET_MODULE_PTR(pCamCalibDbCtx, list_cnr_v1)); in CamCalibDbCreate() 48 list = (struct list_head*)(CALIBDB_GET_MODULE_PTR(pCamCalibDbCtx, list_sharp_v3)); in CamCalibDbCreate() 58 static void ClearBayernrV2Setting3DList(struct list_head *profile_list) { in ClearBayernrV2Setting3DList() 60 struct list_head* pListItem = profile_list->next; in ClearBayernrV2Setting3DList() 64 struct list_head* pTemp = pListItem->next; in ClearBayernrV2Setting3DList() 75 static void ClearBayernrV2Setting2DList(struct list_head *profile_list) { in ClearBayernrV2Setting2DList() 77 struct list_head* pListItem = profile_list->next; in ClearBayernrV2Setting2DList() 81 struct list_head* pTemp = pListItem->next; in ClearBayernrV2Setting2DList() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 36 struct list_head { struct 37 struct list_head *next, *prev; argument 43 struct list_head name = LIST_HEAD_INIT(name) 45 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 57 static inline void __list_add(struct list_head *n, in __list_add() 58 struct list_head *prev, in __list_add() 59 struct list_head *next) in __list_add() 75 static inline void list_add(struct list_head *n, struct list_head *head) in list_add() 90 static inline void list_add_tail(struct list_head *n, struct list_head *head) in list_add_tail() 103 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 9 struct list_head { struct 10 struct list_head *next, *prev; argument 75 struct list_head name = LIST_HEAD_INIT(name) 84 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 97 static inline void __list_add(struct list_head *new, in __list_add() 98 struct list_head *prev, in __list_add() 99 struct list_head *next) { in __list_add() 106 extern void __list_add(struct list_head *new, 107 struct list_head *prev, 108 struct list_head *next); [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | list.h | 23 struct list_head name = LIST_HEAD_INIT(name) 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 38 static inline void __list_add(struct list_head *new, in __list_add() 39 struct list_head *prev, in __list_add() 40 struct list_head *next) in __list_add() 48 extern void __list_add(struct list_head *new, 49 struct list_head *prev, 50 struct list_head *next); 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.h | 14 struct list_head; 30 bool have_tracepoints(struct list_head *evlist); 45 int parse_events_terms(struct list_head *terms, const char *str); 110 struct list_head list; 133 struct list_head list; 138 struct list_head *terms; 159 void parse_events_terms__delete(struct list_head *terms); 160 void parse_events_terms__purge(struct list_head *terms); 162 int parse_events__modifier_event(struct list_head *list, char *str, bool add); 163 int parse_events__modifier_group(struct list_head *list, char *event_mod); [all …]
|
| H A D | pmu.h | 29 struct list_head list; 41 struct list_head format; /* HEAD struct perf_pmu_format -> list */ 42 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */ 43 struct list_head caps; /* HEAD struct perf_pmu_caps -> list */ 44 struct list_head list; /* ELEM */ 66 struct list_head terms; /* HEAD struct parse_events_term -> list */ 67 struct list_head list; /* ELEM */ 80 struct list_head *head_terms, 82 int perf_pmu__config_terms(const char *pmu_name, struct list_head *formats, 84 struct list_head *head_terms, [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 29 struct list_head { struct 30 struct list_head *next, *prev; argument 75 struct list_head name = LIST_HEAD_INIT(name) 77 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 90 static inline void __list_add(struct list_head *new, in __list_add() 91 struct list_head *prev, in __list_add() 92 struct list_head *next) in __list_add() 100 extern void __list_add(struct list_head *new, 101 struct list_head *prev, 102 struct list_head *next); [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 22 struct list_head { struct 23 struct list_head *next, *prev; argument 29 struct list_head name = LIST_HEAD_INIT(name) 31 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 43 static inline void __list_add(struct list_head *new, in __list_add() 44 struct list_head *prev, in __list_add() 45 struct list_head *next) in __list_add() 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | compression.h | 114 struct list_head idle_ws; 124 struct list_head *btrfs_get_workspace(int type, unsigned int level); 125 void btrfs_put_workspace(int type, struct list_head *ws); 147 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping, 150 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb); 151 int zlib_decompress(struct list_head *ws, unsigned char *data_in, 154 struct list_head *zlib_alloc_workspace(unsigned int level); 155 void zlib_free_workspace(struct list_head *ws); 156 struct list_head *zlib_get_workspace(unsigned int level); 158 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping, [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | state.h | 100 struct list_head sc_cp_list; 114 struct list_head cp_list; /* per parent nfs4_stid */ 143 struct list_head dl_perfile; 144 struct list_head dl_perclnt; 145 struct list_head dl_recall_lru; /* delegation recalled */ 245 struct list_head cn_persession; 260 struct list_head se_hash; /* hash by sessionid */ 261 struct list_head se_perclnt; 270 struct list_head se_conns; 313 struct list_head cl_idhash; /* hash by cl_clientid.id */ [all …]
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_list.h | 91 struct list_head { struct 92 struct list_head *next, *prev; argument 98 struct list_head name = LIST_HEAD_INIT(name) 118 struct list_head *head__ = (ptr); \ 119 struct list_head *pos__ = head__->next; \ 151 static __inline void __list_add(struct list_head * _new, in __list_add() 152 struct list_head * prev, in __list_add() 153 struct list_head * next) in __list_add() 161 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 166 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() [all …]
|
| /OK3568_Linux_fs/kernel/net/netlabel/ |
| H A D | netlabel_addrlist.h | 38 struct list_head list; 53 struct list_head list; 58 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() 59 struct list_head *h) in __af4list_valid() 61 struct list_head *i = s; in __af4list_valid() 70 static inline struct netlbl_af4list *__af4list_valid_rcu(struct list_head *s, in __af4list_valid_rcu() 71 struct list_head *h) in __af4list_valid_rcu() 73 struct list_head *i = s; in __af4list_valid_rcu() 99 struct list_head *head); 101 struct list_head *head); [all …]
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | jffs2_fs_sb.h | 98 struct list_head clean_list; /* Blocks 100% full of clean data */ 99 struct list_head very_dirty_list; /* Blocks with lots of dirty space */ 100 struct list_head dirty_list; /* Blocks with some dirty space */ 101 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */ 102 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre… 103 struct list_head erasing_list; /* Blocks which are currently erasing */ 104 struct list_head erase_checking_list; /* Blocks which are being checked and marked */ 105 struct list_head erase_pending_list; /* Blocks which need erasing now */ 106 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written… 107 struct list_head free_list; /* Blocks which are free and ready to be used */ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list_sort.c | 11 struct list_head *, struct list_head *); 19 static struct list_head *merge(void *priv, cmp_func cmp, in merge() 20 struct list_head *a, struct list_head *b) in merge() 22 struct list_head *head, **tail = &head; in merge() 55 static void merge_final(void *priv, cmp_func cmp, struct list_head *head, in merge_final() 56 struct list_head *a, struct list_head *b) in merge_final() 58 struct list_head *tail = head; in merge_final() 188 void list_sort(void *priv, struct list_head *head, in list_sort() 189 int (*cmp)(void *priv, struct list_head *a, in list_sort() 190 struct list_head *b)) in list_sort() [all …]
|
| /OK3568_Linux_fs/kernel/include/target/ |
| H A D | target_core_base.h | 236 struct list_head lba_map_mem_list; 244 struct list_head lba_map_list; 245 struct list_head lba_map_mem_list; 256 struct list_head lba_map_list; 263 struct list_head tg_pt_gps_list; 273 struct list_head lu_gp_node; 274 struct list_head lu_gp_mem_list; 283 struct list_head lu_gp_mem_list; 304 struct list_head tg_pt_gp_list; 305 struct list_head tg_pt_gp_lun_list; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | iep_drv.h | 95 struct list_head list_session; 97 struct list_head waiting; 99 struct list_head ready; 101 struct list_head running; 113 struct list_head waiting; /* link to link_reg in struct iep_reg */ 115 struct list_head ready; /* link to link_reg in struct iep_reg */ 116 struct list_head running; /* link to link_reg in struct iep_reg */ 117 struct list_head done; /* link to link_reg in struct iep_reg */ 118 struct list_head session; /* link to list_session in struct vpu_session */ 134 struct list_head session_link; /* link to rga service session */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | list.h | 110 struct list_head { struct 111 struct list_head *next, *prev; argument 125 struct list_head name = LIST_HEAD_INIT(name) 128 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 134 __list_add(struct list_head *entry, in __list_add() 135 struct list_head *prev, struct list_head *next) in __list_add() 159 list_add(struct list_head *entry, struct list_head *head) in list_add() 180 list_add_tail(struct list_head *entry, struct list_head *head) in list_add_tail() 186 __list_del(struct list_head *prev, struct list_head *next) in __list_del() 207 list_del(struct list_head *entry) in list_del() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/vme/ |
| H A D | vme_bridge.h | 12 struct list_head list; 29 struct list_head list; 55 struct list_head list; 57 struct list_head entries; 62 struct list_head list; 67 struct list_head pending; 68 struct list_head running; 73 struct list_head list; 82 struct list_head list; 110 struct list_head master_resources; [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | list.h | 24 struct list_head { struct 25 struct list_head *next, *prev; argument 32 struct list_head name = LIST_HEAD_INIT(name) 71 static inline int list_empty(const struct list_head *head) in list_empty() 82 static inline void __list_add(struct list_head *_new, in __list_add() 83 struct list_head *prev, in __list_add() 84 struct list_head *next) in __list_add() 100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 126 static inline void list_del(struct list_head *entry) in list_del() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | list.h | 23 struct list_head { struct 24 struct list_head *next, *prev; argument 31 struct list_head name = LIST_HEAD_INIT(name) 70 static inline int list_empty(const struct list_head *head) in list_empty() 81 static inline void __list_add(struct list_head *_new, in __list_add() 82 struct list_head *prev, in __list_add() 83 struct list_head *next) in __list_add() 99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 125 static inline void list_del(struct list_head *entry) in list_del() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | list.h | 24 struct list_head { struct 25 struct list_head *next, *prev; argument 32 struct list_head name = LIST_HEAD_INIT(name) 71 static inline int list_empty(const struct list_head *head) in list_empty() 82 static inline void __list_add(struct list_head *_new, in __list_add() 83 struct list_head *prev, in __list_add() 84 struct list_head *next) in __list_add() 100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 126 static inline void list_del(struct list_head *entry) in list_del() [all …]
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | name_table.h | 85 struct list_head binding_node; 86 struct list_head binding_sock; 87 struct list_head local_publ; 88 struct list_head all_publ; 89 struct list_head list; 105 struct list_head node_scope; 106 struct list_head cluster_scope; 117 u32 scope, bool exact, struct list_head *dports); 123 struct list_head *dsts, int *dstcnt, u32 exclude, 142 struct list_head list; [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | list_sort.c | 20 static struct list_head *merge(void *priv, in merge() 21 int (*cmp)(void *priv, struct list_head *a, in merge() 22 struct list_head *b), in merge() 23 struct list_head *a, struct list_head *b) in merge() 25 struct list_head head, *tail = &head; in merge() 50 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links() 51 struct list_head *b), in merge_and_restore_back_links() 52 struct list_head *head, in merge_and_restore_back_links() 53 struct list_head *a, struct list_head *b) in merge_and_restore_back_links() 55 struct list_head *tail = head; in merge_and_restore_back_links() [all …]
|