/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6afe-dai.c | 960 struct device_node *node; in of_q6afe_parse_dai_data() local 963 for_each_child_of_node(dev->of_node, node) { in of_q6afe_parse_dai_data() 968 ret = of_property_read_u32(node, "reg", &id); in of_q6afe_parse_dai_data() 979 ret = of_property_read_variable_u32_array(node, in of_q6afe_parse_dai_data() 996 ret = of_property_read_u32(node, "qcom,tdm-sync-mode", in of_q6afe_parse_dai_data() 1002 ret = of_property_read_u32(node, "qcom,tdm-sync-src", in of_q6afe_parse_dai_data() 1008 ret = of_property_read_u32(node, "qcom,tdm-data-out", in of_q6afe_parse_dai_data() 1014 ret = of_property_read_u32(node, "qcom,tdm-invert-sync", in of_q6afe_parse_dai_data() 1020 ret = of_property_read_u32(node, "qcom,tdm-data-delay", in of_q6afe_parse_dai_data() 1026 ret = of_property_read_u32(node, "qco in of_q6afe_parse_dai_data() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 131 struct rb_node node; member 967 struct rb_node *node = root->rb_root.rb_node; in thread_atoms_search() local 970 while (node) { in thread_atoms_search() 974 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search() 978 node = node->rb_left; in thread_atoms_search() 980 node = node->rb_right; in thread_atoms_search() 1000 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert() 1465 struct rb_node *node; perf_sched__sort_lat() local 2176 struct callchain_cursor_node *node; save_task_callchain() local 2762 callchain__fprintf_folded(FILE *fp, struct callchain_node *node) callchain__fprintf_folded() argument 3159 struct rb_node *node; perf_sched__merge_lat() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 132 struct rb_node node; member 989 struct rb_node *node = root->rb_root.rb_node; in thread_atoms_search() local 992 while (node) { in thread_atoms_search() 996 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search() 1000 node = node->rb_left; in thread_atoms_search() 1002 node = node->rb_right; in thread_atoms_search() 1022 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert() 1494 struct rb_node *node; perf_sched__sort_lat() local 2225 struct callchain_cursor_node *node; save_task_callchain() local 2803 callchain__fprintf_folded(FILE *fp, struct callchain_node *node) callchain__fprintf_folded() argument 3195 struct rb_node *node; perf_sched__merge_lat() local [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 162 int node; /* I: the associated node ID */ member 200 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ 260 struct list_head pending_node; /* LN: node on wq_node_nr_active->pending_pwqs */ 261 struct list_head pwqs_node; /* WR: node on wq->pwqs */ 262 struct list_head mayday_node; /* MD: node on wq->maydays */ 291 * the counting and enforcement is per NUMA node. 293 * The following struct is used to enforce per-node max_active. When a pwq wants 301 int max; /* per-node max_active */ 302 atomic_t nr; /* per-node nr_activ 1473 wq_node_nr_active(struct workqueue_struct *wq, int node) wq_node_nr_active() argument 1499 int total_cpus, node; wq_update_node_max_active() local 2242 select_numa_node_cpu(int node) select_numa_node_cpu() argument 2282 queue_work_node(int node, struct workqueue_struct *wq, struct work_struct *work) queue_work_node() argument 2457 alloc_worker(int node) alloc_worker() argument 4319 int node; free_node_nr_active() local 4344 int node; alloc_node_nr_active() local 4493 int pod, node = NUMA_NO_NODE; get_unbound_pool() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/pci/ |
H A D | pci.c | 34 phys_addr_t mcfg_addr_init(int node) in mcfg_addr_init() argument 36 return (((u64)node << 44) | MCFG_EXT_PCICFG_BASE); in mcfg_addr_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | pci.h | 72 /* this function parses memory ranges from a device node */ 74 struct device_node *node); 77 struct device_node *node) {} in pci_load_of_ranges() 76 pci_load_of_ranges(struct pci_controller *hose, struct device_node *node) pci_load_of_ranges() argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | debug-monitors.h | 78 struct list_head node; member 89 struct list_head node; member
|
/kernel/linux/linux-5.10/arch/m68k/sun3x/ |
H A D | prom.c | 132 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() argument 137 int prom_getbool (int node, char *prop) in prom_getbool() argument
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-afu.h | 32 * @node: node to add to afu feature dev's region list. 40 struct list_head node; member 50 * @node: rb tree node. 58 struct rb_node node; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pci.h | 71 /* this function parses memory ranges from a device node */ 73 struct device_node *node); 76 struct device_node *node) {} in pci_load_of_ranges() 75 pci_load_of_ranges(struct pci_controller *hose, struct device_node *node) pci_load_of_ranges() argument
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | debug-monitors.h | 66 struct list_head node; member 77 struct list_head node; member
|
/kernel/linux/linux-6.6/arch/m68k/mm/ |
H A D | init.c | 47 void __init m68k_setup_node(int node) in m68k_setup_node() argument 49 node_set_online(node); in m68k_setup_node()
|
/kernel/linux/linux-6.6/arch/m68k/sun3x/ |
H A D | prom.c | 131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() argument 136 int prom_getbool (int node, char *prop) in prom_getbool() argument
|
/kernel/linux/linux-6.6/arch/loongarch/pci/ |
H A D | pci.c | 39 phys_addr_t mcfg_addr_init(int node) in mcfg_addr_init() argument 41 return (((u64)node << 44) | MCFG_EXT_PCICFG_BASE); in mcfg_addr_init()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-eznps.c | 135 static int __init nps400_of_init(struct device_node *node, in nps400_of_init() argument 145 nps400_root_domain = irq_domain_add_linear(node, NPS_NR_CPU_IRQS, in nps400_of_init()
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | icc-rpmh.h | 51 * @name: the node name used in debugfs 53 * @id: a unique node identifier 55 * @channels: num of channels at this node 56 * @buswidth: width of the interconnect between a node and the bus 59 * @bcms: list of bcms associated with this logical node 78 * @name: the bcm node name used to fetch BCM data from command db 133 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, 138 void qcom_icc_pre_aggregate(struct icc_node *node);
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | mii_timestamper.c | 73 * @node: The device tree node of the MII time stamp controller. 78 struct mii_timestamper *register_mii_timestamper(struct device_node *node, in register_mii_timestamper() argument 88 if (desc->device->of_node == node) { in register_mii_timestamper()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | group.h | 50 void tipc_group_add_member(struct tipc_group *grp, u32 node, 71 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | role.h | 22 * @fwnode: The device node to be associated with the role switch 55 struct usb_role_switch *fwnode_usb_role_switch_get(struct fwnode_handle *node); 86 fwnode_usb_role_switch_get(struct fwnode_handle *node) in fwnode_usb_role_switch_get() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist_nulls.h | 17 * Note: hlist_nulls_unhashed() on the node return true after this. It is 49 * hlist_nulls_next_rcu - returns the element of the list after @node. 50 * @node: element of the list. 52 #define hlist_nulls_next_rcu(node) \ 53 (*((struct hlist_nulls_node __rcu __force **)&(node)->next))
|
H A D | tc.h | 81 struct list_head node; /* Node in list of all TC devices. */ member 106 struct list_head node; member
|
H A D | async.h | 39 int node); 41 int node,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-file.h | 12 struct list_head node; member 36 list_for_each_entry(entry, &pcache->entries, node)
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | cpuhp.h | 43 struct hlist_node *node), 45 TP_ARGS(cpu, target, idx, fun, node),
|
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/ |
H A D | bcm_vk_msg.h | 83 struct list_head node; /* use for linkage in Hash Table */ member 103 struct list_head node; /* for linking purpose */ member
|