Home
last modified time | relevance | path

Searched defs:node (Results 201 – 225 of 3482) sorted by relevance

12345678910>>...140

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dutil.h22 #define node_to_item(node, container, member) \ argument
31 #define list_for_each(node, list) \ argument
34 #define list_for_each_reverse(node, list) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c525 struct mwifiex_sta_node *node; in mwifiex_get_sta_entry() local
541 struct mwifiex_sta_node *node; in mwifiex_get_tdls_sta_entry() local
605 struct mwifiex_sta_node *node; in mwifiex_add_sta_entry() local
632 int ies_len, struct mwifiex_sta_node *node) in mwifiex_set_sta_ht_cap()
659 struct mwifiex_sta_node *node; in mwifiex_del_sta_entry() local
676 struct mwifiex_sta_node *node, *tmp; in mwifiex_del_all_sta_list() local
/OK3568_Linux_fs/kernel/net/qrtr/
H A Dns.c60 unsigned int node; member
73 struct qrtr_node *node; in node_get() local
194 struct qrtr_node *node; in announce_servers() local
236 struct qrtr_node *node; in server_add() local
273 static int server_del(struct qrtr_node *node, unsigned int port) in server_del()
348 struct qrtr_node *node; in ctrl_cmd_bye() local
428 struct qrtr_node *node; in ctrl_cmd_del_client() local
554 struct qrtr_node *node; in ctrl_cmd_del_server() local
584 struct qrtr_node *node; in ctrl_cmd_new_lookup() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dadvancing_front.h92 inline void AdvancingFront::set_head(Node* node) in set_head()
101 inline void AdvancingFront::set_tail(Node* node) in set_tail()
111 inline void AdvancingFront::set_search(Node* node) in set_search()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dnssearch.c64 struct acpi_namespace_node *node; in acpi_ns_search_one_scope() local
164 struct acpi_namespace_node *node, in acpi_ns_search_parent_tree()
253 struct acpi_namespace_node *node, in acpi_ns_search_and_enter()
H A Ddsopcode.c273 struct acpi_namespace_node *node; in acpi_ds_eval_buffer_field_operands() local
359 struct acpi_namespace_node *node; in acpi_ds_eval_region_operands() local
466 struct acpi_namespace_node *node; in acpi_ds_eval_table_region_operands() local
686 struct acpi_namespace_node *node; in acpi_ds_eval_bank_field_operands() local
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents_status.c181 struct rb_node *node; in ext4_es_print_tree() local
213 struct rb_node *node = root->rb_node; in __es_tree_search() local
263 struct rb_node *node; in __es_find_extent_range() local
542 struct rb_node *node; in ext4_es_try_to_merge_left() local
566 struct rb_node *node; in ext4_es_try_to_merge_right() local
923 struct rb_node *node; in ext4_es_lookup_extent() local
1014 struct rb_node *node; in init_rsvd() local
1137 struct rb_node *node = root->rb_node; in __pr_tree_search() local
1182 struct rb_node *node; in get_rsvd() local
1307 struct rb_node *node; in __es_remove_extent() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c57 int node) in mlx5_dma_zalloc_coherent_node()
75 struct mlx5_frag_buf *buf, int node) in mlx5_buf_alloc_node()
122 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node()
181 int node) in mlx5_alloc_db_pgdir()
234 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
76 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
105 static inline void hash_del(struct hlist_node *node) in hash_del()
114 static inline void hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
H A Drbtree_augmented.h47 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
54 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
198 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
300 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
309 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree_augmented.h49 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
56 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
187 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
291 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
300 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c32 u32 mali_mem_block_get_ref_count(mali_page_node *node) in mali_mem_block_get_ref_count()
43 u32 mali_mem_block_add_ref(mali_page_node *node) in mali_mem_block_add_ref()
53 u32 mali_mem_block_dec_ref(mali_page_node *node) in mali_mem_block_dec_ref()
216 void mali_mem_block_free_node(struct mali_page_node *node) in mali_mem_block_free_node()
237 _mali_osk_errcode_t mali_mem_block_unref_node(struct mali_page_node *node) in mali_mem_block_unref_node()
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu-sun5i.c987 static void __init sun5i_ccu_init(struct device_node *node, in sun5i_ccu_init()
1018 static void __init sun5i_a10s_ccu_setup(struct device_node *node) in sun5i_a10s_ccu_setup()
1025 static void __init sun5i_a13_ccu_setup(struct device_node *node) in sun5i_a13_ccu_setup()
1032 static void __init sun5i_gr8_ccu_setup(struct device_node *node) in sun5i_gr8_ccu_setup()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c82 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_v3d_debugfs_regs() local
129 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_v3d_debugfs_ident() local
198 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_debugfs_bo_stats() local
214 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_measure_clock() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp617 const CvFileNode* node; member in cv::FileNode
737 template<typename _Tp> static inline void read(const FileNode& node, Point_<_Tp>& value, const Poin… in read()
743 template<typename _Tp> static inline void read(const FileNode& node, Point3_<_Tp>& value, const Poi… in read()
750 template<typename _Tp> static inline void read(const FileNode& node, Size_<_Tp>& value, const Size_… in read()
756 template<typename _Tp> static inline void read(const FileNode& node, Complex<_Tp>& value, const Com… in read()
762 template<typename _Tp> static inline void read(const FileNode& node, Rect_<_Tp>& value, const Rect_… in read()
769 template<typename _Tp, int cn> static inline void read(const FileNode& node, Vec<_Tp, cn>& value, c… in read()
775 template<typename _Tp> static inline void read(const FileNode& node, Scalar_<_Tp>& value, const Sca… in read()
782 static inline void read(const FileNode& node, Range& value, const Range& default_value) in read()
1099 void read(const FileNode& node, bool& value, bool default_value) in read()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp617 const CvFileNode* node; member in cv::FileNode
737 template<typename _Tp> static inline void read(const FileNode& node, Point_<_Tp>& value, const Poin… in read()
743 template<typename _Tp> static inline void read(const FileNode& node, Point3_<_Tp>& value, const Poi… in read()
750 template<typename _Tp> static inline void read(const FileNode& node, Size_<_Tp>& value, const Size_… in read()
756 template<typename _Tp> static inline void read(const FileNode& node, Complex<_Tp>& value, const Com… in read()
762 template<typename _Tp> static inline void read(const FileNode& node, Rect_<_Tp>& value, const Rect_… in read()
769 template<typename _Tp, int cn> static inline void read(const FileNode& node, Vec<_Tp, cn>& value, c… in read()
775 template<typename _Tp> static inline void read(const FileNode& node, Scalar_<_Tp>& value, const Sca… in read()
782 static inline void read(const FileNode& node, Range& value, const Range& default_value) in read()
1099 void read(const FileNode& node, bool& value, bool default_value) in read()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp617 const CvFileNode* node; member in cv::FileNode
737 template<typename _Tp> static inline void read(const FileNode& node, Point_<_Tp>& value, const Poin… in read()
743 template<typename _Tp> static inline void read(const FileNode& node, Point3_<_Tp>& value, const Poi… in read()
750 template<typename _Tp> static inline void read(const FileNode& node, Size_<_Tp>& value, const Size_… in read()
756 template<typename _Tp> static inline void read(const FileNode& node, Complex<_Tp>& value, const Com… in read()
762 template<typename _Tp> static inline void read(const FileNode& node, Rect_<_Tp>& value, const Rect_… in read()
769 template<typename _Tp, int cn> static inline void read(const FileNode& node, Vec<_Tp, cn>& value, c… in read()
775 template<typename _Tp> static inline void read(const FileNode& node, Scalar_<_Tp>& value, const Sca… in read()
782 static inline void read(const FileNode& node, Range& value, const Range& default_value) in read()
1099 void read(const FileNode& node, bool& value, bool default_value) in read()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-hook.c52 x_list *node, *cell; in X_PFX() local
73 x_list *node; in X_PFX() local
90 x_list *node; in X_PFX() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dvio.c207 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle()
240 u64 node; in vio_vdev_node() local
413 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add()
421 u64 node; member
428 u64 node; in vio_md_node_match() local
440 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove()
471 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dnuma.h38 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node()
46 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node()
68 static inline void numa_set_node(int cpu, int node) { } in numa_set_node()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Dproc.c125 struct pnp_bios_node *node; in pnp_devices_proc_show() local
156 struct pnp_bios_node *node; in pnpbios_proc_show() local
183 struct pnp_bios_node *node; in pnpbios_proc_write() local
221 int pnpbios_interface_attach_device(struct pnp_bios_node *node) in pnpbios_interface_attach_device()
/OK3568_Linux_fs/kernel/drivers/clk/keystone/
H A Dpll.c158 static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) in _of_pll_clk_init()
226 static void __init of_keystone_pll_clk_init(struct device_node *node) in of_keystone_pll_clk_init()
237 static void __init of_keystone_main_pll_clk_init(struct device_node *node) in of_keystone_main_pll_clk_init()
248 static void __init of_pll_div_clk_init(struct device_node *node) in of_pll_div_clk_init()
297 static void __init of_pll_mux_clk_init(struct device_node *node) in of_pll_mux_clk_init()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Ddevtree.c137 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize) in dt_get_reg_format()
237 static int dt_xlate(void *node, int res, int reglen, unsigned long *addr, in dt_xlate()
319 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg()
327 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr) in dt_xlate_addr()
337 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
356 int dt_get_virtual_reg(void *node, void **addr, int nres) in dt_get_virtual_reg()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c493 int node = __this_cpu_read(slab_reap_node); in next_reap_node() local
533 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache()
607 static inline struct alien_cache **alloc_alien_cache(int node, in alloc_alien_cache()
644 static struct alien_cache *__alloc_alien_cache(int node, int entries, in __alloc_alien_cache()
659 static struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) in alloc_alien_cache()
696 struct array_cache *ac, int node, in __drain_alien_cache()
722 int node = __this_cpu_read(slab_reap_node); in reap_alien() local
764 int node, int page_node) in __cache_free_alien()
797 int node = numa_mem_id(); in cache_free_alien() local
818 static int init_cache_node(struct kmem_cache *cachep, int node, gfp_t gfp) in init_cache_node()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/sunxi/
H A Dclk-a10-pll2.c38 static void __init sun4i_pll2_setup(struct device_node *node, in sun4i_pll2_setup()
181 static void __init sun4i_a10_pll2_setup(struct device_node *node) in sun4i_a10_pll2_setup()
189 static void __init sun5i_a13_pll2_setup(struct device_node *node) in sun5i_a13_pll2_setup()

12345678910>>...140