Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 3482) sorted by relevance

12345678910>>...140

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_graph.h60 static inline bool of_graph_is_present(const struct device_node *node) in of_graph_is_present()
65 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
77 struct device_node *node, u32 id) in of_graph_get_port_by_id()
96 const struct device_node *node) in of_graph_get_remote_endpoint()
102 struct device_node *node) in of_graph_get_port_parent()
108 const struct device_node *node) in of_graph_get_remote_port_parent()
114 const struct device_node *node) in of_graph_get_remote_port()
119 const struct device_node *node, in of_graph_get_remote_node()
H A Drbtree_latch.h41 struct rb_node node[2]; member
70 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb()
81 struct rb_node *node = &ltn->node[idx]; in __lt_insert() local
107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find()
109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local
144 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert()
171 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase()
203 struct latch_tree_node *node; in latch_tree_find() local
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.h181 struct node { struct
185 struct node *children; argument
187 struct node *parent; argument
188 struct node *next_sibling; argument
190 char *fullpath;
191 int basenamelen;
193 cell_t phandle;
194 int addr_cells, size_cells;
196 struct label *labels;
197 const struct bus_type *bus;
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/arm64/
H A Diort.c82 struct acpi_iort_node *node) in iort_get_fwnode()
104 static inline void iort_delete_fwnode(struct acpi_iort_node *node) in iort_delete_fwnode()
260 static acpi_status iort_match_node_callback(struct acpi_iort_node *node, in iort_match_node_callback()
369 static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node, in iort_node_get_id()
405 static int iort_get_id_mapping_index(struct acpi_iort_node *node) in iort_get_id_mapping_index()
446 static struct acpi_iort_node *iort_node_map_id(struct acpi_iort_node *node, in iort_node_map_id()
513 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id()
544 struct acpi_iort_node *node; in iort_find_dev_node() local
577 struct acpi_iort_node *node; in iort_msi_map_id() local
598 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local
[all …]
/OK3568_Linux_fs/kernel/arch/x86/platform/olpc/
H A Dolpc_dt.c22 static phandle __init olpc_dt_getsibling(phandle node) in olpc_dt_getsibling()
36 static phandle __init olpc_dt_getchild(phandle node) in olpc_dt_getchild()
52 static int __init olpc_dt_getproplen(phandle node, const char *prop) in olpc_dt_getproplen()
69 static int __init olpc_dt_getproperty(phandle node, const char *prop, in olpc_dt_getproperty()
90 static int __init olpc_dt_nextprop(phandle node, char *prev, char *buf) in olpc_dt_nextprop()
107 static int __init olpc_dt_pkg2path(phandle node, char *buf, in olpc_dt_pkg2path()
168 phandle node; in olpc_dt_finddevice() local
203 phandle node; in olpc_dt_get_board_revision() local
219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
239 phandle node; in olpc_dt_fixup() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp55 Node* node = &PointEvent(tcx, point); in SweepPoints() local
77 Node& node = tcx.LocateNode(point); in PointEvent() local
92 void Sweep::EdgeEvent(SweepContext& tcx, Edge* edge, Node* node) in EdgeEvent()
178 Node& Sweep::NewFrontTriangle(SweepContext& tcx, Point& point, Node& node) in NewFrontTriangle()
200 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
226 Node* node = n.next; in FillAdvancingFront() local
255 bool Sweep::LargeHole_DontFill(Node* node) { in LargeHole_DontFill()
309 double Sweep::BasinAngle(Node& node) in BasinAngle()
316 double Sweep::HoleAngle(Node& node) in HoleAngle()
479 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
[all …]
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dtopology.h38 #define set_numa_node(node) argument
41 #define set_cpu_numa_node(cpu, node) argument
49 #define cpumask_of_node(node) ((node) == 0 ? cpu_online_mask : cpu_none_mask) argument
51 #define cpumask_of_node(node) ((void)(node), cpu_online_mask) argument
69 #define set_numa_mem(node) argument
72 #define set_cpu_numa_mem(cpu, node) argument
/OK3568_Linux_fs/kernel/mm/
H A Dsparse-vmemmap.c39 static void * __ref __earlyonly_bootmem_alloc(int node, in __earlyonly_bootmem_alloc()
48 void * __meminit vmemmap_alloc_block(unsigned long size, int node) in vmemmap_alloc_block()
76 void * __meminit vmemmap_alloc_block_buf(unsigned long size, int node, in vmemmap_alloc_block_buf()
132 void __meminit vmemmap_verify(pte_t *pte, int node, in vmemmap_verify()
143 pte_t * __meminit vmemmap_pte_populate(pmd_t *pmd, unsigned long addr, int node, in vmemmap_pte_populate()
160 static void * __meminit vmemmap_alloc_block_zero(unsigned long size, int node) in vmemmap_alloc_block_zero()
171 pmd_t * __meminit vmemmap_pmd_populate(pud_t *pud, unsigned long addr, int node) in vmemmap_pmd_populate()
183 pud_t * __meminit vmemmap_pud_populate(p4d_t *p4d, unsigned long addr, int node) in vmemmap_pud_populate()
195 p4d_t * __meminit vmemmap_p4d_populate(pgd_t *pgd, unsigned long addr, int node) in vmemmap_p4d_populate()
207 pgd_t * __meminit vmemmap_pgd_populate(unsigned long addr, int node) in vmemmap_pgd_populate()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c78 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks()
83 static inline bool node_get_mark(struct xa_node *node, in node_get_mark()
90 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark()
97 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark()
103 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark()
108 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all()
142 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset()
201 static void *xas_descend(struct xa_state *xas, struct xa_node *node) in xas_descend()
236 struct xa_node *node = xa_to_node(entry); in xas_load() local
254 static void xa_node_free(struct xa_node *node) in xa_node_free()
[all …]
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
424 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
434 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
440 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
456 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
492 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
524 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
592 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
604 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
H A Drbtree_test.c32 static void insert(struct test_node *node, struct rb_root_cached *root) in insert()
49 static void insert_cached(struct test_node *node, struct rb_root_cached *root) in insert_cached()
69 static inline void erase(struct test_node *node, struct rb_root_cached *root) in erase()
74 static inline void erase_cached(struct test_node *node, struct rb_root_cached *root) in erase_cached()
80 #define NODE_VAL(node) ((node)->val) argument
109 static void insert_augmented_cached(struct test_node *node, in insert_augmented_cached()
138 static void erase_augmented(struct test_node *node, struct rb_root_cached *root) in erase_augmented()
143 static void erase_augmented_cached(struct test_node *node, in erase_augmented_cached()
198 struct test_node *node = rb_entry(rb, struct test_node, rb); in check() local
224 struct test_node *node = rb_entry(rb, struct test_node, rb); in check_augmented() local
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Drbtree.c64 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
196 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
369 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
377 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
383 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
399 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
435 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
467 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
513 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
525 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
H A Dfdtdec.c84 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node, in fdtdec_get_addr_size_fixed()
130 int node, const char *prop_name, int index, fdt_size_t *sizep, in fdtdec_get_addr_size_auto_parent()
155 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node, in fdtdec_get_addr_size_auto_noparent()
173 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size()
183 fdt_addr_t fdtdec_get_addr(const void *blob, int node, in fdtdec_get_addr()
190 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type, in fdtdec_get_pci_addr()
244 int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device) in fdtdec_get_pci_vendev()
299 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, in fdtdec_get_uint64()
312 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled()
329 enum fdt_compat_id fdtdec_lookup(const void *blob, int node) in fdtdec_lookup()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
423 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
433 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
438 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
453 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
486 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
517 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
561 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
573 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c74 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start()
79 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last()
120 struct rb_node *node; in hfi1_mmu_rb_unregister() local
158 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local
192 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local
215 struct mmu_rb_node *node; in hfi1_mmu_rb_remove_unless_exact() local
276 struct mmu_rb_node *node) in hfi1_mmu_rb_remove()
299 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local
333 struct mmu_rb_node *node; in do_remove() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scheduler.c23 node_to_request(const struct i915_sched_node *node) in node_to_request()
28 static inline bool node_started(const struct i915_sched_node *node) in node_started()
33 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled()
149 sched_lock_engine(const struct i915_sched_node *node, in sched_lock_engine()
234 static void __i915_schedule(struct i915_sched_node *node, in __i915_schedule()
273 struct i915_sched_node *node = dep->signaler; in __i915_schedule() local
366 static void __bump_priority(struct i915_sched_node *node, unsigned int bump) in __bump_priority()
390 void i915_sched_node_init(struct i915_sched_node *node) in i915_sched_node_init()
399 void i915_sched_node_reinit(struct i915_sched_node *node) in i915_sched_node_reinit()
422 bool __i915_sched_node_add_dependency(struct i915_sched_node *node, in __i915_sched_node_add_dependency()
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.h153 struct node { struct
157 struct node *children; argument
159 struct node *parent; argument
160 struct node *next_sibling; argument
162 char *fullpath;
163 int basenamelen;
165 cell_t phandle;
166 int addr_cells, size_cells;
168 struct label *labels;
169 const struct bus_type *bus;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c149 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector()
154 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend()
165 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu()
170 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend()
178 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon()
183 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0()
199 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top()
240 struct device_node *node, in sun4i_drv_traverse_endpoints()
300 struct device_node *node) in sun4i_drv_add_endpoints()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dkasan_init.c35 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page()
48 static phys_addr_t __init kasan_alloc_raw_page(int node) in kasan_alloc_raw_page()
61 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, in kasan_pte_offset()
75 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, in kasan_pmd_offset()
88 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, in kasan_pud_offset()
102 unsigned long end, int node, bool early) in kasan_pte_populate()
119 unsigned long end, int node, bool early) in kasan_pmd_populate()
131 unsigned long end, int node, bool early) in kasan_pud_populate()
143 unsigned long end, int node, bool early) in kasan_p4d_populate()
155 int node, bool early) in kasan_pgd_populate()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dpercpu_freelist.c31 struct pcpu_freelist_node *node) in pcpu_freelist_push_node()
38 struct pcpu_freelist_node *node) in ___pcpu_freelist_push()
46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra()
57 struct pcpu_freelist_node *node) in ___pcpu_freelist_push_nmi()
83 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
92 struct pcpu_freelist_node *node) in pcpu_freelist_push()
126 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop() local
160 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop_nmi() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mm.c107 static noinline void save_stack(struct drm_mm_node *node) in save_stack()
120 struct drm_mm_node *node; in show_leaks() local
148 static void save_stack(struct drm_mm_node *node) { } in save_stack()
152 #define START(node) ((node)->start) argument
153 #define LAST(node) ((node)->start + (node)->size - 1) argument
168 struct drm_mm_node *node) in drm_mm_interval_tree_add_node()
224 struct drm_mm_node *node) in insert_hole_size()
269 static void add_hole(struct drm_mm_node *node) in add_hole()
284 static void rm_hole(struct drm_mm_node *node) in rm_hole()
314 struct drm_mm_node *node = in best_hole() local
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/sunxi/
H A Dclk-usb.c88 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup()
172 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup()
183 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup()
194 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup()
205 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup()
217 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup()
231 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup()
245 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py662 def visit_Expr(self, node): argument
668 def visit_setup(self, node): argument
675 def visit_Import(self, node): argument
679 def visit_ImportFrom(self, node): argument
687 def visit(self, node): argument
693 def generic_visit(self, node): argument
713 def visit_Name(self, node): argument
719 def visit_Tuple(self, node): argument
722 def visit_List(self, node): argument
725 def visit_Set(self, node): argument
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dnsobject.c37 acpi_ns_attach_object(struct acpi_namespace_node *node, in acpi_ns_attach_object()
168 void acpi_ns_detach_object(struct acpi_namespace_node *node) in acpi_ns_detach_object()
247 acpi_namespace_node in acpi_ns_get_attached_object()
313 acpi_ns_attach_data(struct acpi_namespace_node *node, in acpi_ns_attach_data()
370 acpi_ns_detach_data(struct acpi_namespace_node *node, in acpi_ns_detach_data()
415 acpi_ns_get_attached_data(struct acpi_namespace_node *node, in acpi_ns_get_attached_data()
H A Ddsargs.c43 acpi_ds_execute_arguments(struct acpi_namespace_node *node, in acpi_ds_execute_arguments()
149 struct acpi_namespace_node *node; in acpi_ds_get_buffer_field_arguments() local
194 struct acpi_namespace_node *node; in acpi_ds_get_bank_field_arguments() local
244 struct acpi_namespace_node *node; in acpi_ds_get_buffer_arguments() local
288 struct acpi_namespace_node *node; in acpi_ds_get_package_arguments() local
334 struct acpi_namespace_node *node; in acpi_ds_get_region_arguments() local

12345678910>>...140