Home
last modified time | relevance | path

Searched defs:node (Results 176 – 200 of 5362) sorted by relevance

12345678910>>...215

/kernel/linux/linux-6.6/drivers/interconnect/
Dcore.c169 struct icc_node *node = dst; in path_init() local
196 struct icc_node *n, *node = NULL; in path_find() local
265 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
326 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate()
373 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local
690 struct icc_node *node; in icc_set_bw() local
783 struct icc_node *node; in icc_put() local
810 struct icc_node *node; in icc_node_create_nolock() local
841 struct icc_node *node; in icc_node_create() local
859 struct icc_node *node; in icc_node_destroy() local
[all …]
/kernel/linux/linux-6.6/drivers/clk/sunxi/
Dclk-simple-gates.c18 static void __init sunxi_simple_gates_setup(struct device_node *node, in sunxi_simple_gates_setup()
88 static void __init sunxi_simple_gates_init(struct device_node *node) in sunxi_simple_gates_init()
146 static void __init sun4i_a10_ahb_init(struct device_node *node) in sun4i_a10_ahb_init()
164 static void __init sun4i_a10_dram_init(struct device_node *node) in sun4i_a10_dram_init()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
Dclk-simple-gates.c18 static void __init sunxi_simple_gates_setup(struct device_node *node, in sunxi_simple_gates_setup()
88 static void __init sunxi_simple_gates_init(struct device_node *node) in sunxi_simple_gates_init()
146 static void __init sun4i_a10_ahb_init(struct device_node *node) in sun4i_a10_ahb_init()
164 static void __init sun4i_a10_dram_init(struct device_node *node) in sun4i_a10_dram_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma() local
188 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_acquire_iommu() local
231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma() local
243 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_release_iommu() local
267 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_rd32() local
275 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_wr32() local
284 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_map() local
297 struct gk20a_instobj_dma *node = gk20a_instobj_dma(memory); in gk20a_instobj_dtor_dma() local
314 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_dtor_iommu() local
386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma() local
188 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_acquire_iommu() local
231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma() local
243 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_release_iommu() local
267 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_rd32() local
275 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_wr32() local
284 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_map() local
297 struct gk20a_instobj_dma *node = gk20a_instobj_dma(memory); in gk20a_instobj_dtor_dma() local
314 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_dtor_iommu() local
386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local
[all …]
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/
Dallowedips.c22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node()
97 struct horrible_allowedips_node *node; in horrible_allowedips_free() local
125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self()
138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4()
144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6()
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered()
184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4() local
201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6() local
217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local
229 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/
Dallowedips.c22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node()
97 struct horrible_allowedips_node *node; in horrible_allowedips_free() local
125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self()
138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4()
144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6()
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered()
184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4() local
201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6() local
217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local
229 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local
[all …]
/kernel/linux/linux-6.6/drivers/interconnect/imx/
Dimx.c31 static int imx_icc_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in imx_icc_get_bw()
39 static int imx_icc_node_set(struct icc_node *node) in imx_icc_node_set()
99 static void imx_icc_node_destroy(struct icc_node *node) in imx_icc_node_destroy()
118 struct icc_node *node) in imx_icc_node_init_qos()
169 struct icc_node *node; in imx_icc_node_add() local
210 struct icc_node *node, *tmp; in imx_icc_unregister_nodes() local
227 struct icc_node *node; in imx_icc_register_nodes() local
/kernel/linux/linux-5.10/include/linux/
Dllist.h114 #define llist_for_each(pos, node) \ argument
133 #define llist_for_each_safe(pos, n, node) \ argument
151 #define llist_for_each_entry(pos, node, member) \ argument
173 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
192 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
/kernel/linux/linux-5.10/kernel/locking/
Dosq_lock.c25 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu()
43 struct optimistic_spin_node *node, in osq_wait_next()
92 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local
209 struct optimistic_spin_node *node, *next; in osq_unlock() local
/kernel/linux/linux-6.6/kernel/locking/
Dosq_lock.c25 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu()
43 struct optimistic_spin_node *node, in osq_wait_next()
92 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local
209 struct optimistic_spin_node *node, *next; in osq_unlock() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_interrupt.c53 int kfd_interrupt_init(struct kfd_node *node) in kfd_interrupt_init()
87 void kfd_interrupt_exit(struct kfd_node *node) in kfd_interrupt_exit()
113 bool enqueue_ih_ring_entry(struct kfd_node *node, const void *ih_ring_entry) in enqueue_ih_ring_entry()
132 static bool dequeue_ih_ring_entry(struct kfd_node *node, void *ih_ring_entry) in dequeue_ih_ring_entry()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-v4l2.c56 unsigned int node; in imgu_subdev_s_stream() local
310 struct imgu_video_device *node = in imgu_vb2_buf_init() local
326 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local
340 struct imgu_video_device *node = in imgu_vb2_buf_queue() local
385 struct imgu_video_device *node = in imgu_vb2_queue_setup() local
419 struct imgu_video_device *node; in imgu_all_nodes_streaming() local
445 struct imgu_video_device *node, in imgu_return_all_buffers()
464 struct imgu_video_device *node = in imgu_vb2_start_streaming() local
525 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local
650 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_g_fmt() local
[all …]
/kernel/linux/linux-5.10/drivers/of/
Dfdt.c82 static bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available()
475 static int __init __reserved_mem_reserve_reg(unsigned long node, in __reserved_mem_reserve_reg()
523 static int __init __reserved_mem_check_root(unsigned long node) in __reserved_mem_check_root()
544 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem()
628 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt()
658 int (*it)(unsigned long node, in of_scan_flat_dt_subnodes()
664 int node; in of_scan_flat_dt_subnodes() local
686 int __init of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) in of_get_flat_dt_subnode_by_name()
705 const void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop()
722 unsigned long node, const char *compat) in of_fdt_is_compatible()
[all …]
/kernel/linux/linux-6.6/fs/hmdfs/comm/
Dconnection.c409 static int hmdfs_node_waiting_evt_sum(const struct hmdfs_peer *node) in hmdfs_node_waiting_evt_sum()
420 static int hmdfs_update_node_waiting_evt(struct hmdfs_peer *node, int evt, in hmdfs_update_node_waiting_evt()
462 static void hmdfs_run_evt_cb_verbosely(struct hmdfs_peer *node, int raw_evt, in hmdfs_run_evt_cb_verbosely()
477 struct hmdfs_peer *node = in hmdfs_node_evt_work() local
519 static void hmdfs_queue_raw_node_evt(struct hmdfs_peer *node, int evt) in hmdfs_queue_raw_node_evt()
569 void connection_handshake_notify(struct hmdfs_peer *node, int notify_type) in connection_handshake_notify()
593 void connection_to_working(struct hmdfs_peer *node) in connection_to_working()
828 static void hmdfs_dump_deleting_list(struct hmdfs_peer *node) in hmdfs_dump_deleting_list()
845 static bool hmdfs_conn_deleting_list_empty(struct hmdfs_peer *node) in hmdfs_conn_deleting_list_empty()
856 void hmdfs_disconnect_node(struct hmdfs_peer *node) in hmdfs_disconnect_node()
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c409 static int hmdfs_node_waiting_evt_sum(const struct hmdfs_peer *node) in hmdfs_node_waiting_evt_sum()
420 static int hmdfs_update_node_waiting_evt(struct hmdfs_peer *node, int evt, in hmdfs_update_node_waiting_evt()
462 static void hmdfs_run_evt_cb_verbosely(struct hmdfs_peer *node, int raw_evt, in hmdfs_run_evt_cb_verbosely()
477 struct hmdfs_peer *node = in hmdfs_node_evt_work() local
519 static void hmdfs_queue_raw_node_evt(struct hmdfs_peer *node, int evt) in hmdfs_queue_raw_node_evt()
569 void connection_handshake_notify(struct hmdfs_peer *node, int notify_type) in connection_handshake_notify()
593 void connection_to_working(struct hmdfs_peer *node) in connection_to_working()
823 static void hmdfs_dump_deleting_list(struct hmdfs_peer *node) in hmdfs_dump_deleting_list()
840 static bool hmdfs_conn_deleting_list_empty(struct hmdfs_peer *node) in hmdfs_conn_deleting_list_empty()
851 void hmdfs_disconnect_node(struct hmdfs_peer *node) in hmdfs_disconnect_node()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddbobject.c38 struct acpi_namespace_node *node; in acpi_db_dump_method_info() local
156 static void acpi_db_decode_node(struct acpi_namespace_node *node) in acpi_db_decode_node()
393 struct acpi_namespace_node *node; in acpi_db_decode_locals() local
463 struct acpi_namespace_node *node; in acpi_db_decode_arguments() local
Ddbtest.c243 struct acpi_namespace_node *node; in acpi_db_test_one_object() local
388 acpi_db_test_integer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_integer_type()
490 acpi_db_test_buffer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_buffer_type()
616 acpi_db_test_string_type(struct acpi_namespace_node *node, u32 byte_length) in acpi_db_test_string_type()
706 static acpi_status acpi_db_test_package_type(struct acpi_namespace_node *node) in acpi_db_test_package_type()
808 acpi_db_read_from_object(struct acpi_namespace_node *node, in acpi_db_read_from_object()
892 acpi_db_write_to_object(struct acpi_namespace_node *node, in acpi_db_write_to_object()
975 struct acpi_namespace_node *node = in acpi_db_evaluate_one_predefined_name() local
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Ddbobject.c38 struct acpi_namespace_node *node; in acpi_db_dump_method_info() local
156 static void acpi_db_decode_node(struct acpi_namespace_node *node) in acpi_db_decode_node()
393 struct acpi_namespace_node *node; in acpi_db_decode_locals() local
463 struct acpi_namespace_node *node; in acpi_db_decode_arguments() local
/kernel/linux/linux-5.10/drivers/clk/bcm/
Dclk-cygnus.c51 static void __init cygnus_armpll_init(struct device_node *node) in cygnus_armpll_init()
110 static void __init cygnus_genpll_clk_init(struct device_node *node) in cygnus_genpll_clk_init()
168 static void __init cygnus_lcpll0_clk_init(struct device_node *node) in cygnus_lcpll0_clk_init()
246 static void __init cygnus_mipipll_clk_init(struct device_node *node) in cygnus_mipipll_clk_init()
266 static void __init cygnus_asiu_init(struct device_node *node) in cygnus_asiu_init()
308 static void __init cygnus_audiopll_clk_init(struct device_node *node) in cygnus_audiopll_clk_init()
/kernel/linux/linux-6.6/drivers/clk/bcm/
Dclk-cygnus.c41 static void __init cygnus_armpll_init(struct device_node *node) in cygnus_armpll_init()
100 static void __init cygnus_genpll_clk_init(struct device_node *node) in cygnus_genpll_clk_init()
158 static void __init cygnus_lcpll0_clk_init(struct device_node *node) in cygnus_lcpll0_clk_init()
236 static void __init cygnus_mipipll_clk_init(struct device_node *node) in cygnus_mipipll_clk_init()
256 static void __init cygnus_asiu_init(struct device_node *node) in cygnus_asiu_init()
298 static void __init cygnus_audiopll_clk_init(struct device_node *node) in cygnus_audiopll_clk_init()
/kernel/linux/linux-5.10/drivers/interconnect/imx/
Dimx.c28 static int imx_icc_node_set(struct icc_node *node) in imx_icc_node_set()
60 static void imx_icc_node_destroy(struct icc_node *node) in imx_icc_node_destroy()
79 struct icc_node *node) in imx_icc_node_init_qos()
128 struct icc_node *node; in imx_icc_node_add() local
167 struct icc_node *node, *tmp; in imx_icc_unregister_nodes() local
182 struct icc_node *node; in imx_icc_register_nodes() local
/kernel/linux/linux-6.6/drivers/firmware/efi/
Ddev-path-parser.c15 static long __init parse_acpi_path(const struct efi_dev_path *node, in parse_acpi_path()
60 static long __init parse_pci_path(const struct efi_dev_path *node, in parse_pci_path()
96 static long __init parse_end_path(const struct efi_dev_path *node, in parse_end_path()
147 struct device * __init efi_get_device_by_path(const struct efi_dev_path **node, in efi_get_device_by_path()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
Defct_unsol.c24 struct efct_node *node; in efct_node_find() local
42 struct efct_node *node; in efct_dispatch_frame() local
221 efct_sframe_common_send(struct efct_node *node, in efct_sframe_common_send()
300 efct_sframe_send_fcp_rsp(struct efct_node *node, struct efc_hw_sequence *seq, in efct_sframe_send_fcp_rsp()
313 efct_sframe_send_task_set_full_or_busy(struct efct_node *node, in efct_sframe_send_task_set_full_or_busy()
339 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq) in efct_dispatch_fcp_cmd()
404 struct efct_node *node = io->node; in efct_process_abts() local
463 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq) in efct_node_recv_abts_frame()
/kernel/linux/linux-6.6/drivers/pci/
Dof.c28 struct device_node *node; in pci_set_of_node() local
49 struct device_node *node; in pci_set_bus_of_node() local
120 static inline int __of_pci_pci_compare(struct device_node *node, in __of_pci_pci_compare()
135 struct device_node *node, *node2; in of_pci_find_child_device() local
187 int of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range()
223 int of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr()
708 int of_pci_get_max_link_speed(struct device_node *node) in of_pci_get_max_link_speed()
736 u32 of_pci_get_slot_power_limit(struct device_node *node, in of_pci_get_slot_power_limit()

12345678910>>...215