Home
last modified time | relevance | path

Searched defs:node (Results 126 – 150 of 2718) sorted by relevance

12345678910>>...109

/Linux-v6.6/drivers/net/wan/
Dhd64570.h131 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) argument
132 #define DSR_TX(node) (DSR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) argument
134 #define DMR_RX(node) (DMR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) argument
135 #define DMR_TX(node) (DMR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) argument
137 #define FCT_RX(node) (FCT + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) argument
138 #define FCT_TX(node) (FCT + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) argument
140 #define DIR_RX(node) (DIR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) argument
141 #define DIR_TX(node) (DIR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) argument
143 #define DCR_RX(node) (DCR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) argument
144 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) argument
/Linux-v6.6/drivers/of/
Dproperty.c41 bool of_graph_is_present(const struct device_node *node) in of_graph_is_present()
578 int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
612 struct device_node *node, *port; in of_graph_get_port_by_id() local
657 struct device_node *node; in of_graph_get_next_endpoint() local
715 struct device_node *node = NULL; in of_graph_get_endpoint_by_regs() local
735 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint()
749 struct device_node *of_graph_get_port_parent(struct device_node *node) in of_graph_get_port_parent()
780 const struct device_node *node) in of_graph_get_remote_port_parent()
802 struct device_node *of_graph_get_remote_port(const struct device_node *node) in of_graph_get_remote_port()
835 struct device_node *of_graph_get_remote_node(const struct device_node *node, in of_graph_get_remote_node()
[all …]
/Linux-v6.6/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c42 #define START(node) ((node)->start) argument
43 #define LAST(node) ((node)->last) argument
45 #define MAKE_NODE(node, start, end, ref_cnt, flags, err, err_out) \ argument
55 #define MARK_FOR_ADD(node, list) (list_add_tail(&node->link, list)) argument
57 #define MAKE_NODE_AND_APPEND(node, start, end, ref_cnt, flags, err, \ argument
108 struct usnic_uiom_interval_node *node; in find_intervals_intersection_sorted() local
/Linux-v6.6/lib/
Dmaple_tree.c175 struct maple_node *node = container_of(head, struct maple_node, rcu); in mt_free_rcu() local
187 static void ma_free_rcu(struct maple_node *node) in ma_free_rcu()
331 static inline struct maple_enode *mt_mk_node(const struct maple_node *node, in mt_mk_node()
338 static inline void *mte_mk_root(const struct maple_enode *node) in mte_mk_root()
343 static inline void *mte_safe_root(const struct maple_enode *node) in mte_safe_root()
348 static inline void *mte_set_full(const struct maple_enode *node) in mte_set_full()
353 static inline void *mte_clear_full(const struct maple_enode *node) in mte_clear_full()
358 static inline bool mte_has_null(const struct maple_enode *node) in mte_has_null()
363 static inline bool ma_is_root(struct maple_node *node) in ma_is_root()
368 static inline bool mte_is_root(const struct maple_enode *node) in mte_is_root()
[all …]
Dtimerqueue.c35 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
53 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
73 struct timerqueue_node *timerqueue_iterate_next(struct timerqueue_node *node) in timerqueue_iterate_next()
Dplist.c73 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add()
112 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del()
145 void plist_requeue(struct plist_node *node, struct plist_head *head) in plist_requeue()
212 static void __init plist_test_requeue(struct plist_node *node) in plist_test_requeue()
/Linux-v6.6/drivers/accel/ivpu/
Divpu_debugfs.c22 struct drm_info_node *node = (struct drm_info_node *)s->private; in bo_list_show() local
32 struct drm_info_node *node = (struct drm_info_node *)s->private; in fw_name_show() local
41 struct drm_info_node *node = (struct drm_info_node *)s->private; in fw_trace_capability_show() local
60 struct drm_info_node *node = (struct drm_info_node *)s->private; in fw_trace_config_show() local
81 struct drm_info_node *node = (struct drm_info_node *)s->private; in last_bootmode_show() local
91 struct drm_info_node *node = (struct drm_info_node *)s->private; in reset_counter_show() local
100 struct drm_info_node *node = (struct drm_info_node *)s->private; in reset_pending_show() local
/Linux-v6.6/drivers/acpi/acpica/
Ddbcmds.c55 struct acpi_namespace_node *node; in acpi_db_convert_to_node() local
337 struct acpi_namespace_node *node; in acpi_db_unload_acpi_table() local
373 struct acpi_namespace_node *node; in acpi_db_send_notify() local
493 struct acpi_namespace_node *node; in acpi_db_display_template() local
659 acpi_dm_test_resource_conversion(struct acpi_namespace_node *node, char *name) in acpi_dm_test_resource_conversion()
755 struct acpi_namespace_node *node; in acpi_db_device_resources() local
981 struct acpi_namespace_node *node; in acpi_db_display_resources() local
Dnsxfeval.c475 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
641 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
833 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
879 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
929 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
Dnsalloc.c28 struct acpi_namespace_node *node; in acpi_ns_create_node() local
70 void acpi_ns_delete_node(struct acpi_namespace_node *node) in acpi_ns_delete_node()
132 void acpi_ns_remove_node(struct acpi_namespace_node *node) in acpi_ns_remove_node()
192 struct acpi_namespace_node *node, /* New Child */ in acpi_ns_install_node()
Ddbnames.c104 struct acpi_namespace_node *node; in acpi_db_set_scope() local
400 struct acpi_namespace_node *node = in acpi_db_walk_for_predefined_names() local
493 struct acpi_namespace_node *node = in acpi_db_walk_for_object_counts() local
527 struct acpi_namespace_node *node = acpi_ns_validate_handle(obj_handle); in acpi_db_walk_for_fields() local
766 struct acpi_namespace_node *node = in acpi_db_integrity_walk() local
866 struct acpi_namespace_node *node = in acpi_db_walk_for_references() local
932 struct acpi_namespace_node *node = in acpi_db_bus_walk() local
Dnsxfobj.c33 struct acpi_namespace_node *node; in acpi_get_type() local
85 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
154 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
/Linux-v6.6/security/selinux/
Davc.c154 struct avc_node *node; in avc_get_hash_stats() local
328 static int avc_add_xperms_decision(struct avc_node *node, in avc_add_xperms_decision()
353 static int avc_xperms_populate(struct avc_node *node, in avc_xperms_populate()
433 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free() local
439 static void avc_node_delete(struct avc_node *node) in avc_node_delete()
446 static void avc_node_kill(struct avc_node *node) in avc_node_kill()
463 struct avc_node *node; in avc_reclaim_node() local
498 struct avc_node *node; in avc_alloc_node() local
515 static void avc_node_populate(struct avc_node *node, u32 ssid, u32 tsid, u16 tclass, struct av_deci… in avc_node_populate()
525 struct avc_node *node, *ret = NULL; in avc_search_node() local
[all …]
/Linux-v6.6/drivers/irqchip/
Dirq-loongson-eiointc.c38 u32 node; member
64 int i, node, cpu_node, route_node; in eiointc_set_irq_route() local
130 static int eiointc_index(int node) in eiointc_index()
146 uint32_t node = cpu_to_eio_node(cpu); in eiointc_router_init() local
277 static void acpi_set_vec_parent(int node, struct irq_domain *parent, struct acpi_vector_group *vec_… in acpi_set_vec_parent()
289 static struct irq_domain *acpi_get_vec_parent(int node, struct acpi_vector_group *vec_group) in acpi_get_vec_parent()
335 unsigned int node = (pchpic_entry->address >> 44) & 0xf; in pch_pic_parse_madt() local
349 int node; in pch_msi_parse_madt() local
421 int node; in eiointc_acpi_init() local
Dirq-mscc-ocelot.c117 static int __init vcoreiii_irq_init(struct device_node *node, in vcoreiii_irq_init()
188 static int __init ocelot_irq_init(struct device_node *node, in ocelot_irq_init()
196 static int __init serval_irq_init(struct device_node *node, in serval_irq_init()
204 static int __init luton_irq_init(struct device_node *node, in luton_irq_init()
212 static int __init jaguar2_irq_init(struct device_node *node, in jaguar2_irq_init()
Dirq-csky-apb-intc.c60 static void __init ck_set_gc(struct device_node *node, void __iomem *reg_base, in ck_set_gc()
102 ck_intc_init_comm(struct device_node *node, struct device_node *parent) in ck_intc_init_comm()
164 gx_intc_init(struct device_node *node, struct device_node *parent) in gx_intc_init()
231 ck_intc_init(struct device_node *node, struct device_node *parent) in ck_intc_init()
258 ck_dual_intc_init(struct device_node *node, struct device_node *parent) in ck_dual_intc_init()
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
Dbase.c45 static bool omapdss_device_is_registered(struct device_node *node) in omapdss_device_is_registered()
76 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node) in omapdss_find_device_by_node()
196 struct device_node *node; member
201 static bool omapdss_list_contains(const struct device_node *node) in omapdss_list_contains()
213 static void omapdss_walk_device(struct device *dev, struct device_node *node, in omapdss_walk_device()
/Linux-v6.6/mm/
Dinterval_tree.c28 void vma_interval_tree_insert_after(struct vm_area_struct *node, in vma_interval_tree_insert_after()
85 void anon_vma_interval_tree_remove(struct anon_vma_chain *node, in anon_vma_interval_tree_remove()
99 anon_vma_interval_tree_iter_next(struct anon_vma_chain *node, in anon_vma_interval_tree_iter_next()
106 void anon_vma_interval_tree_verify(struct anon_vma_chain *node) in anon_vma_interval_tree_verify()
/Linux-v6.6/drivers/scsi/elx/libefc/
Defc_node.h26 struct efc_node *node = ctx->app; in efc_node_evt_set() local
49 efc_node_hold_frames(struct efc_node *node) in efc_node_hold_frames()
62 efc_node_accept_frames(struct efc_node *node) in efc_node_accept_frames()
94 efc_node_get_enable(struct efc_node *node) in efc_node_get_enable()
/Linux-v6.6/drivers/clocksource/
Darc_timer.c32 static int noinline arc_get_timer_clk(struct device_node *node) in arc_get_timer_clk()
103 static int __init arc_cs_setup_gfrc(struct device_node *node) in arc_cs_setup_gfrc()
161 static int __init arc_cs_setup_rtc(struct device_node *node) in arc_cs_setup_rtc()
214 static int __init arc_cs_setup_timer1(struct device_node *node) in arc_cs_setup_timer1()
325 static int __init arc_clockevent_setup(struct device_node *node) in arc_clockevent_setup()
/Linux-v6.6/tools/perf/tests/
Dhists_output.c100 struct rb_node *node; in del_hist_entries() local
144 struct rb_node *node; in test1() local
246 struct rb_node *node; in test2() local
302 struct rb_node *node; in test3() local
376 struct rb_node *node; in test4() local
478 struct rb_node *node; in test5() local
/Linux-v6.6/include/linux/
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()
64 rb_add_augmented_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_augmented_cached()
224 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
326 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
335 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
/Linux-v6.6/drivers/interconnect/qcom/
Dicc-rpmh.c21 void qcom_icc_pre_aggregate(struct icc_node *node) in qcom_icc_pre_aggregate()
49 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate()
89 struct icc_node *node; in qcom_icc_set() local
170 struct icc_node *node; in qcom_icc_rpmh_probe() local
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
Dmm.h46 struct nvkm_mm_node *node; in nvkm_mm_heap_size() local
56 nvkm_mm_contiguous(struct nvkm_mm_node *node) in nvkm_mm_contiguous()
62 nvkm_mm_addr(struct nvkm_mm_node *node) in nvkm_mm_addr()
70 nvkm_mm_size(struct nvkm_mm_node *node) in nvkm_mm_size()
/Linux-v6.6/scripts/gdb/linux/
Dradixtree.py20 def is_internal_node(node): argument
24 def entry_to_node(node): argument
30 def node_maxindex(node): argument

12345678910>>...109