/linux-6.15/arch/powerpc/kernel/ |
D | pci_of_scan.c | 117 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()
|
/linux-6.15/drivers/clk/bcm/ |
D | clk-bcm21664.c | 255 static void __init kona_dt_root_ccu_setup(struct device_node *node) in kona_dt_root_ccu_setup() 260 static void __init kona_dt_aon_ccu_setup(struct device_node *node) in kona_dt_aon_ccu_setup() 265 static void __init kona_dt_master_ccu_setup(struct device_node *node) in kona_dt_master_ccu_setup() 270 static void __init kona_dt_slave_ccu_setup(struct device_node *node) in kona_dt_slave_ccu_setup()
|
/linux-6.15/drivers/net/wan/ |
D | hd64570.h | 131 #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-6.15/fs/hfs/ |
D | btree.c | 141 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()
|
/linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
D | base.c | 45 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()
|
/linux-6.15/kernel/locking/ |
D | osq_lock.c | 32 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu() 55 struct optimistic_spin_node *node, in osq_wait_next() 95 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local 212 struct optimistic_spin_node *node, *next; in osq_unlock() local
|
/linux-6.15/arch/x86/kernel/cpu/mce/ |
D | genpool.c | 35 struct mce_evt_llist *node; in is_duplicate_mce_record() local 59 struct mce_evt_llist *node, *t; in mce_gen_pool_prepare_records() local 76 struct mce_evt_llist *node, *tmp; in mce_gen_pool_process() local 99 struct mce_evt_llist *node; in mce_gen_pool_add() local
|
/linux-6.15/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 42 #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-6.15/drivers/acpi/acpica/ |
D | dbcmds.c | 55 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
|
D | nsxfeval.c | 475 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
|
D | nsalloc.c | 28 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()
|
D | dbnames.c | 104 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 770 struct acpi_namespace_node *node = in acpi_db_integrity_walk() local 870 struct acpi_namespace_node *node = in acpi_db_walk_for_references() local 936 struct acpi_namespace_node *node = in acpi_db_bus_walk() local
|
/linux-6.15/kernel/bpf/ |
D | lpm_trie.c | 169 const struct lpm_trie_node *node, in __longest_prefix_match() 231 const struct lpm_trie_node *node, in longest_prefix_match() 241 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local 295 struct lpm_trie_node *node; in lpm_trie_node_alloc() local 326 struct lpm_trie_node *node, *im_node, *new_node; in trie_update_elem() local 463 struct lpm_trie_node *node, *parent; in trie_delete_elem() local 617 struct lpm_trie_node *node; in trie_free() local 658 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
|
/linux-6.15/lib/ |
D | maple_tree.c | 184 static inline void mt_free_one(struct maple_node *node) in mt_free_one() 196 struct maple_node *node = container_of(head, struct maple_node, rcu); in mt_free_rcu() local 208 static void ma_free_rcu(struct maple_node *node) in ma_free_rcu() 348 static inline struct maple_enode *mt_mk_node(const struct maple_node *node, in mt_mk_node() 355 static inline void *mte_mk_root(const struct maple_enode *node) in mte_mk_root() 360 static inline void *mte_safe_root(const struct maple_enode *node) in mte_safe_root() 365 static inline void __maybe_unused *mte_set_full(const struct maple_enode *node) in mte_set_full() 370 static inline void __maybe_unused *mte_clear_full(const struct maple_enode *node) in mte_clear_full() 375 static inline bool __maybe_unused mte_has_null(const struct maple_enode *node) in mte_has_null() 380 static __always_inline bool ma_is_root(struct maple_node *node) in ma_is_root() [all …]
|
D | timerqueue.c | 35 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()
|
/linux-6.15/drivers/interconnect/qcom/ |
D | icc-rpmh.c | 32 struct qcom_icc_node *node) in qcom_icc_set_qos() 56 void qcom_icc_pre_aggregate(struct icc_node *node) in qcom_icc_pre_aggregate() 84 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() 124 struct icc_node *node; in qcom_icc_set() local 235 struct icc_node *node; in qcom_icc_rpmh_probe() local
|
/linux-6.15/include/linux/ |
D | reset.h | 155 struct device_node *node, in __of_reset_control_get() 500 struct device_node *node, const char *id) in of_reset_control_get_exclusive() 520 struct device_node *node, const char *id) in of_reset_control_get_optional_exclusive() 545 struct device_node *node, const char *id) in of_reset_control_get_shared() 562 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index() 590 struct device_node *node, int index) in of_reset_control_get_shared_by_index() 968 struct device_node *node, const char *id) in of_reset_control_get() 974 struct device_node *node, int index) in of_reset_control_get_by_index() 1026 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive() 1032 of_reset_control_array_get_exclusive_released(struct device_node *node) in of_reset_control_array_get_exclusive_released() [all …]
|
D | rbtree_augmented.h | 47 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-6.15/mm/ |
D | interval_tree.c | 28 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-6.15/arch/riscv/kernel/pi/ |
D | fdt_early.c | 11 int node, len; in get_kaslr_seed() local 37 static bool fdt_device_is_available(const void *fdt, int node) in fdt_device_is_available() 137 static bool early_cpu_isa_ext_available(const void *fdt, int node, const char *ext_name) in early_cpu_isa_ext_available() 164 int node, parent; in fdt_early_match_extension_isa() local
|
/linux-6.15/drivers/scsi/elx/libefc/ |
D | efc_node.h | 26 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-6.15/drivers/firewire/ |
D | core-topology.c | 28 struct fw_node *node; in fw_node_create() local 62 static void update_hop_count(struct fw_node *node) in update_hop_count() 105 struct fw_node *node, *child, *local_node, *irm_node; in build_tree() local 267 struct fw_node *node, *next, *child, *parent; in for_each_fw_node() local 298 struct fw_node *node, struct fw_node *parent) in report_lost_node() 308 struct fw_node *node, struct fw_node *parent) in report_found_node()
|
/linux-6.15/tools/perf/tests/ |
D | hists_output.c | 100 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-6.15/drivers/irqchip/ |
D | irq-csky-apb-intc.c | 60 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()
|
D | irq-mscc-ocelot.c | 123 static int __init vcoreiii_irq_init(struct device_node *node, in vcoreiii_irq_init() 194 static int __init ocelot_irq_init(struct device_node *node, in ocelot_irq_init() 202 static int __init serval_irq_init(struct device_node *node, in serval_irq_init() 210 static int __init luton_irq_init(struct device_node *node, in luton_irq_init() 218 static int __init jaguar2_irq_init(struct device_node *node, in jaguar2_irq_init()
|