Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 3215) sorted by relevance

12345678910>>...129

/openbmc/linux/include/linux/
H A Dreset.h118 struct device_node *node, in __of_reset_control_get()
452 struct device_node *node, const char *id) in of_reset_control_get_exclusive()
472 struct device_node *node, const char *id) in of_reset_control_get_optional_exclusive()
497 struct device_node *node, const char *id) in of_reset_control_get_shared()
514 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index()
542 struct device_node *node, int index) in of_reset_control_get_shared_by_index()
818 struct device_node *node, const char *id) in of_reset_control_get()
824 struct device_node *node, int index) in of_reset_control_get_by_index()
876 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive()
882 of_reset_control_array_get_exclusive_released(struct device_node *node) in of_reset_control_array_get_exclusive_released()
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c42 struct device_node *node; member
53 unsigned char node = bits.source >> 4; in iic_pending_to_hwnum() local
204 static int iic_host_match(struct irq_domain *h, struct device_node *node, in iic_host_match()
233 unsigned int node, ext, unit, class; in iic_host_xlate() local
275 struct device_node *node) in init_one_iic()
298 unsigned int node, cascade, found = 0; in setup_iic() local
380 int node = cpu >> 1; in iic_set_interrupt_routing() local
/openbmc/linux/net/qrtr/
H A Daf_qrtr.c170 struct qrtr_node *node = container_of(kref, struct qrtr_node, ref); in __qrtr_node_release() local
201 static struct qrtr_node *qrtr_node_acquire(struct qrtr_node *node) in qrtr_node_acquire()
209 static void qrtr_node_release(struct qrtr_node *node) in qrtr_node_release()
221 static void qrtr_tx_resume(struct qrtr_node *node, struct sk_buff *skb) in qrtr_tx_resume()
259 static int qrtr_tx_wait(struct qrtr_node *node, int dest_node, int dest_port, in qrtr_tx_wait()
323 static void qrtr_tx_flow_failed(struct qrtr_node *node, int dest_node, in qrtr_tx_flow_failed()
340 static int qrtr_node_enqueue(struct qrtr_node *node, struct sk_buff *skb, in qrtr_node_enqueue()
395 struct qrtr_node *node; in qrtr_node_lookup() local
413 static void qrtr_node_assign(struct qrtr_node *node, unsigned int nid) in qrtr_node_assign()
437 struct qrtr_node *node = ep->node; in qrtr_endpoint_post() local
[all …]
/openbmc/qemu/util/
H A Drcu.c187 static void enqueue(struct rcu_head *node) in enqueue()
212 struct rcu_head *node, *next; in try_dequeue() local
257 struct rcu_head *node; in call_rcu_thread() local
308 void call_rcu1(struct rcu_head *node, void (*func)(struct rcu_head *node)) in call_rcu1()
322 static void drain_rcu_callback(struct rcu_head *node) in drain_rcu_callback()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c117 static void of_pci_parse_addrs(struct device_node *node, struct pci_dev *dev) in of_pci_parse_addrs()
175 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev()
252 struct device_node *node = dev->dev.of_node; in of_scan_pci_bridge() local
395 static void __of_scan_bus(struct device_node *node, struct pci_bus *bus, in __of_scan_bus()
428 void of_scan_bus(struct device_node *node, struct pci_bus *bus) in of_scan_bus()
442 void of_rescan_bus(struct device_node *node, struct pci_bus *bus) in of_rescan_bus()
/openbmc/qemu/hw/xen/
H A Dxen_pvdev.c71 int xenstore_write_str(const char *base, const char *node, const char *val) in xenstore_write_str()
82 char *xenstore_read_str(const char *base, const char *node) in xenstore_read_str()
99 int xenstore_write_int(const char *base, const char *node, int ival) in xenstore_write_int()
107 int xenstore_write_int64(const char *base, const char *node, int64_t ival) in xenstore_write_int64()
115 int xenstore_read_int(const char *base, const char *node, int *ival) in xenstore_read_int()
128 int xenstore_read_uint64(const char *base, const char *node, uint64_t *uval) in xenstore_read_uint64()
/openbmc/linux/fs/hfs/
H A Dbtree.c141 struct hfs_bnode *node; in hfs_btree_close() local
165 struct hfs_bnode *node; in hfs_btree_write() local
194 struct hfs_bnode *node; in hfs_bmap_new_bmap() local
252 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
324 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_private.h42 hdr_crc(struct jffs2_unknown_node *node) in hdr_crc()
60 dirent_crc(struct jffs2_raw_dirent *node) in dirent_crc()
70 dirent_name_crc(struct jffs2_raw_dirent *node) in dirent_name_crc()
80 inode_crc(struct jffs2_raw_inode *node) in inode_crc()
90 data_crc(struct jffs2_raw_inode *node) in data_crc()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A 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()
183 struct device_node *node; member
188 static bool omapdss_list_contains(const struct device_node *node) in omapdss_list_contains()
200 static void omapdss_walk_device(struct device *dev, struct device_node *node, in omapdss_walk_device()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c27 struct rb_node node; member
48 static inline struct llist_node *barrier_to_ll(struct active_node *node) in barrier_to_ll()
55 __barrier_to_engine(struct active_node *node) in __barrier_to_engine()
61 barrier_to_engine(struct active_node *node) in barrier_to_engine()
291 struct active_node *node; in active_instance() local
366 struct active_node *node, in ____active_del_barrier()
408 __active_del_barrier(struct i915_active *ref, struct active_node *node) in __active_del_barrier()
769 static inline bool is_idle_barrier(struct active_node *node, u64 idx) in is_idle_barrier()
798 struct active_node *node = in reuse_idle_barrier() local
818 struct active_node *node = in reuse_idle_barrier() local
[all …]
/openbmc/u-boot/include/
H A Ddt-structs.h12 const void *node; member
17 const void *node; member
22 const void *node; member
/openbmc/linux/mm/
H A 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()
/openbmc/linux/drivers/acpi/acpica/
H A 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()
H A 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
H A 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
H A 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
/openbmc/linux/drivers/infiniband/hw/usnic/
H A 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
/openbmc/linux/drivers/scsi/elx/libefc/
H A 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dtopology.h21 #define cpumask_of_node(node) ((node) == -1 ? \ argument
48 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) in update_numa_cpu_lookup_table()
90 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) {} in update_numa_cpu_lookup_table()
102 static inline void update_numa_distance(struct device_node *node) {} in update_numa_distance()
105 static inline void map_cpu_to_node(int cpu, int node) {} in map_cpu_to_node()
/openbmc/linux/drivers/net/wan/
H A 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
/openbmc/linux/scripts/gdb/linux/
H A Dradixtree.py20 def is_internal_node(node): argument
24 def entry_to_node(node): argument
30 def node_maxindex(node): argument
/openbmc/linux/drivers/accel/ivpu/
H A 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
/openbmc/linux/drivers/irqchip/
H A Dirq-loongson-eiointc.c39 u32 node; member
65 int i, node, cpu_node, route_node; in eiointc_set_irq_route() local
131 static int eiointc_index(int node) in eiointc_index()
147 uint32_t node = cpu_to_eio_node(cpu); in eiointc_router_init() local
278 static void acpi_set_vec_parent(int node, struct irq_domain *parent, struct acpi_vector_group *vec_… in acpi_set_vec_parent()
290 static struct irq_domain *acpi_get_vec_parent(int node, struct acpi_vector_group *vec_group) in acpi_get_vec_parent()
336 unsigned int node = (pchpic_entry->address >> 44) & 0xf; in pch_pic_parse_madt() local
350 int node; in pch_msi_parse_madt() local
422 int node; in eiointc_acpi_init() local
H A 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()
/openbmc/linux/drivers/clocksource/
H A 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()

12345678910>>...129