| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_data_impl.cpp | 58 static void rc_data_node_init(DataGroupImpl *p, RcDataNode *node, RK_S32 slot_idx) in rc_data_node_init() 122 RcDataNode *node = (RcDataNode *)node_group_get(p->node, i); in rc_data_group_reset() local 144 RcDataNode *node = NULL; in rc_data_group_get_node_by_seq_id() local 184 void rc_data_group_put_node(DataGroupImpl *p, RcDataNode *node) in rc_data_group_put_node() 267 RcDataNode *node = rc_data_group_get_node_by_status( in rc_data_get_next() local 276 RcDataNode *node = rc_data_group_get_node_by_status( in rc_data_get_curr_latest() local 285 RcDataNode *node = rc_data_group_get_node_by_status( in rc_data_get_curr_oldest() local 294 RcDataNode *node = rc_data_group_get_node_by_status( in rc_data_get_last_latest() local 303 RcDataNode *node = rc_data_group_get_node_by_status( in rc_data_get_last_oldest() local
|
| H A D | rc_data.cpp | 104 RcDataNode *node = (RcDataNode *)data; in rc_data_get_seq_id() local 114 RcDataNode *node = (RcDataNode *)data; in rc_data_get_qp_sum() local 124 RcDataNode *node = (RcDataNode *)data; in rc_data_get_strm_size() local 134 RcDataNode *node = (RcDataNode *)data; in rc_data_get_frm_status() local 144 RcDataNode *node = (RcDataNode *)data; in rc_data_get_hal_set() local 156 RcDataNode *node = (RcDataNode *)data; in rc_data_get_hal_ret() local
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_vma_manager.h | 99 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local 147 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset() 168 static inline unsigned long drm_vma_node_start(const struct drm_vma_offset_node *node) in drm_vma_node_start() 185 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size() 202 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr() 219 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap() 240 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bootconfig.h | 70 static inline __init bool xbc_node_is_value(struct xbc_node *node) in xbc_node_is_value() 81 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key() 92 static inline __init bool xbc_node_is_array(struct xbc_node *node) in xbc_node_is_array() 106 static inline __init bool xbc_node_is_leaf(struct xbc_node *node) in xbc_node_is_leaf() 161 static inline struct xbc_node * __init xbc_node_get_subkey(struct xbc_node *node) in xbc_node_get_subkey() 224 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument 238 #define xbc_node_for_each_key_value(node, knode, value) \ argument 267 static inline int __init xbc_node_compose_key(struct xbc_node *node, in xbc_node_compose_key()
|
| H A D | reset.h | 83 struct device_node *node, in __of_reset_control_get() 251 struct device_node *node, const char *id) in of_reset_control_get_exclusive() 276 struct device_node *node, const char *id) in of_reset_control_get_shared() 293 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index() 321 struct device_node *node, int index) in of_reset_control_get_shared_by_index() 458 struct device_node *node, const char *id) in of_reset_control_get() 464 struct device_node *node, int index) in of_reset_control_get_by_index() 516 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive() 522 of_reset_control_array_get_exclusive_released(struct device_node *node) in of_reset_control_array_get_exclusive_released() 528 of_reset_control_array_get_shared(struct device_node *node) in of_reset_control_array_get_shared() [all …]
|
| H A D | nodemask.h | 127 #define node_set(node, dst) __node_set((node), &(dst)) argument 128 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 134 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 154 #define node_test_and_set(node, nodemask) \ argument 156 static inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 281 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node() 287 #define nodemask_of_node(node) \ argument 378 #define for_each_node_mask(node, mask) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 139 int node; in spu_update_sched_info() local 155 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed() 167 static int node_allowed(struct spu_context *ctx, int node) in node_allowed() 180 int node; in do_notify_spus_active() local 296 int node, n; in aff_ref_location() local 368 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location() 562 int node, n; in spu_get_idle() local 621 int node, n; in find_victim() local 707 int node = spu->node; in __spu_schedule() local 753 int node = spu->node; in spu_unschedule() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 275 Tree.prototype.findLastNode = function (node) { argument 311 Tree.prototype.move = function(node, destination) { argument 341 Tree.prototype.removeNode = function(node) { argument 366 Tree.prototype.sortBranch = function(node, sortFun) { argument 376 Tree.prototype.unloadBranch = function(node) { argument 391 Tree.prototype._moveRows = function(node, destination) { argument 501 loadBranch: function(node, rows) { argument 540 node: function(id) { method 568 sortBranch: function(node, columnOrFunction) { argument 580 extractValue = function(node) { argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | fibonacci_heap.h | 205 K replace_key (fibonacci_node_t *node, K key) in replace_key() 214 K decrease_key (fibonacci_node_t *node, K key) in decrease_key() 237 V *replace_data (fibonacci_node_t *node, V *data) in replace_data() 360 fibonacci_node<K,V> *node = new (m_allocator->allocate ()) in insert() local 370 fibonacci_heap<K,V>::insert (fibonacci_node_t *node, K key, V *data) in insert() 383 fibonacci_heap<K,V>::insert_node (fibonacci_node_t *node) in insert_node() 402 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data() 479 fibonacci_heap<K,V>::delete_node (fibonacci_node<K,V> *node, bool release) in delete_node() 541 fibonacci_heap<K,V>::insert_root (fibonacci_node_t *node) in insert_root() 562 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, in cut() [all …]
|
| H A D | typed-splay-tree.h | 137 splay_tree_node node = splay_tree_lookup (key); in lookup() local 148 splay_tree_node node = splay_tree_predecessor (key); in predecessor() local 159 splay_tree_node node = splay_tree_successor (key); in successor() local 219 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::node_to_value (splay_tree_node node) in node_to_value() 248 VALUE_TYPE>::splay_tree_delete_helper (splay_tree_node node) in splay_tree_delete_helper() 406 splay_tree_node node, in splay_tree_foreach_helper() 471 splay_tree_node node; in splay_tree_insert() local 595 splay_tree_node node; in splay_tree_predecessor() local 628 splay_tree_node node; in splay_tree_successor() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | fibonacci_heap.h | 205 K replace_key (fibonacci_node_t *node, K key) in replace_key() 214 K decrease_key (fibonacci_node_t *node, K key) in decrease_key() 237 V *replace_data (fibonacci_node_t *node, V *data) in replace_data() 360 fibonacci_node<K,V> *node = new (m_allocator->allocate ()) in insert() local 370 fibonacci_heap<K,V>::insert (fibonacci_node_t *node, K key, V *data) in insert() 383 fibonacci_heap<K,V>::insert_node (fibonacci_node_t *node) in insert_node() 402 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data() 479 fibonacci_heap<K,V>::delete_node (fibonacci_node<K,V> *node, bool release) in delete_node() 541 fibonacci_heap<K,V>::insert_root (fibonacci_node_t *node) in insert_root() 562 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, in cut() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | rbtree.py | 45 def rb_parent(node): argument 50 def rb_empty_node(node): argument 54 def rb_next(node): argument 77 def rb_prev(node): argument 149 def invoke(self, node): argument 169 def invoke(self, node): argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vma_manager.c | 144 struct drm_mm_node *node, *best; in drm_vma_offset_lookup_locked() local 202 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add() 230 struct drm_vma_offset_node *node) in drm_vma_offset_remove() 263 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow() 325 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke() 366 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | quorum.c | 164 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold() 176 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold() 197 void o2quo_hb_up(u8 node) in o2quo_hb_up() 221 void o2quo_hb_down(u8 node) in o2quo_hb_down() 246 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up() 265 void o2quo_conn_up(u8 node) in o2quo_conn_up() 291 void o2quo_conn_err(u8 node) in o2quo_conn_err()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_debugger.c | 41 struct rknpu_debugger_node *node = m->private; in rknpu_load_show() local 80 struct rknpu_debugger_node *node = m->private; in rknpu_power_show() local 97 struct rknpu_debugger_node *node = priv->private; in rknpu_power_set() local 134 struct rknpu_debugger_node *node = m->private; in rknpu_power_put_delay_show() local 149 struct rknpu_debugger_node *node = priv->private; in rknpu_power_put_delay_set() local 179 struct rknpu_debugger_node *node = m->private; in rknpu_freq_show() local 201 struct rknpu_debugger_node *node = priv->private; in rknpu_freq_set() local 249 struct rknpu_debugger_node *node = m->private; in rknpu_volt_show() local 264 struct rknpu_debugger_node *node = m->private; in rknpu_reset_show() local 281 struct rknpu_debugger_node *node = priv->private; in rknpu_reset_set() local [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 162 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 163 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 164 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 165 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 312 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local 317 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p() 324 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local 332 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body() 340 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument 356 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | btree.c | 74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() 131 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs() 137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory.c | 438 void _mali_page_node_ref(struct mali_page_node *node) in _mali_page_node_ref() 452 void _mali_page_node_unref(struct mali_page_node *node) in _mali_page_node_unref() 465 void _mali_page_node_add_page(struct mali_page_node *node, struct page *page) in _mali_page_node_add_page() 472 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item() 478 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item() 485 int _mali_page_node_get_ref_count(struct mali_page_node *node) in _mali_page_node_get_ref_count() 501 dma_addr_t _mali_page_node_get_dma_addr(struct mali_page_node *node) in _mali_page_node_get_dma_addr() 516 unsigned long _mali_page_node_get_pfn(struct mali_page_node *node) in _mali_page_node_get_pfn()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | util.c | 19 struct qtnf_sta_node *node; in qtnf_sta_list_lookup() local 35 struct qtnf_sta_node *node; in qtnf_sta_list_lookup_index() local 52 struct qtnf_sta_node *node; in qtnf_sta_list_add() local 78 struct qtnf_sta_node *node; in qtnf_sta_list_del() local 96 struct qtnf_sta_node *node, *tmp; in qtnf_sta_list_free() local
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-of.c | 23 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info() 69 struct device_node *node) in of_i2c_register_device() 90 struct device_node *bus, *node; in of_i2c_register_devices() local 131 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() 149 struct i2c_adapter *of_find_i2c_adapter_by_node(struct device_node *node) in of_find_i2c_adapter_by_node() 168 struct i2c_adapter *of_get_i2c_adapter_by_node(struct device_node *node) in of_get_i2c_adapter_by_node()
|
| /OK3568_Linux_fs/kernel/arch/c6x/platforms/ |
| H A D | plldata.c | 168 static void __init c6455_setup_clocks(struct device_node *node) in c6455_setup_clocks() 206 static void __init c6457_setup_clocks(struct device_node *node) in c6457_setup_clocks() 256 static void __init c6472_setup_clocks(struct device_node *node) in c6472_setup_clocks() 305 static void __init c6474_setup_clocks(struct device_node *node) in c6474_setup_clocks() 354 static void __init c6678_setup_clocks(struct device_node *node) in c6678_setup_clocks() 422 struct device_node *node; in c64x_setup_clocks() local
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_list.cpp | 41 static inline void list_node_init(mpp_list_node *node) in list_node_init() 46 static inline void list_node_init_with_key_and_size(mpp_list_node *node, RK_U32 key, RK_S32 size) in list_node_init_with_key_and_size() 55 mpp_list_node *node = (mpp_list_node*)malloc(sizeof(mpp_list_node) + size); in create_list() local 88 mpp_list_node *node = create_list(data, size, 0); in add_at_head() local 104 mpp_list_node *node = create_list(data, size, 0); in add_at_tail() local 116 static void release_list(mpp_list_node*node, void *data, RK_S32 size) in release_list() 137 static inline void mpp_list_del_init(mpp_list_node *node) in mpp_list_del_init() 143 static inline void _list_del_node_no_lock(mpp_list_node *node, void *data, RK_S32 size) in _list_del_node_no_lock() 173 mpp_list_node *node = (mpp_list_node*)malloc(sizeof(mpp_list_node) + in create_list_with_size() local 190 mpp_list_node *node = create_list_with_size(data, size, 0); in fifo_wr() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | intlist.c | 18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local 37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local 45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local 55 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove() 63 struct int_node *node = NULL; in __intlist__findnew() local 137 struct int_node *node = NULL; in intlist__entry() local
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | omapdss-boot-init.c | 28 struct device_node *node; member 44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop() 80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node() 111 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list() 122 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains() 134 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | btree.c | 95 unsigned long *node; in btree_node_alloc() local 148 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() 153 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval() 158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() 164 static void setval(struct btree_geo *geo, unsigned long *node, int n, in setval() 170 static void clearpair(struct btree_geo *geo, unsigned long *node, int n) in clearpair() 211 unsigned long *node = head->node; in btree_last() local 224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp() 245 unsigned long *node = head->node; in btree_lookup() local 275 unsigned long *node = head->node; in btree_update() local [all …]
|