| /Linux-v5.15/drivers/soc/xilinx/ |
| D | zynqmp_pm_domains.c | 36 u32 node_id; member 78 ret = zynqmp_pm_set_requirement(pd->node_id, in zynqmp_gpd_power_on() 84 __func__, domain->name, pd->node_id, ret); in zynqmp_gpd_power_on() 129 ret = zynqmp_pm_set_requirement(pd->node_id, capabilities, 0, in zynqmp_gpd_power_off() 137 __func__, domain->name, pd->node_id, ret); in zynqmp_gpd_power_off() 164 ret = zynqmp_pm_request_node(pd->node_id, 0, 0, in zynqmp_gpd_attach_dev() 169 __func__, domain->name, pd->node_id, ret); in zynqmp_gpd_attach_dev() 197 ret = zynqmp_pm_release_node(pd->node_id); in zynqmp_gpd_detach_dev() 201 __func__, domain->name, pd->node_id, ret); in zynqmp_gpd_detach_dev() 225 if (pd[i].node_id == idx) in zynqmp_gpd_xlate() [all …]
|
| /Linux-v5.15/sound/firewire/motu/ |
| D | amdtp-motu-trace.h | 32 __entry->src = fw_parent_device(s->unit)->node_id; 33 __entry->dst = fw_parent_device(s->unit)->card->node_id; 35 __entry->src = fw_parent_device(s->unit)->card->node_id; 36 __entry->dst = fw_parent_device(s->unit)->node_id; 61 __entry->src = fw_parent_device(s->unit)->node_id; 62 __entry->dst = fw_parent_device(s->unit)->card->node_id; 64 __entry->src = fw_parent_device(s->unit)->card->node_id; 65 __entry->dst = fw_parent_device(s->unit)->node_id;
|
| /Linux-v5.15/drivers/thermal/qcom/ |
| D | lmh.c | 93 u32 node_id; in lmh_probe() local 133 node_id = LMH_CLUSTER0_NODE_ID; in lmh_probe() 135 node_id = LMH_CLUSTER1_NODE_ID; in lmh_probe() 145 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 150 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 155 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 160 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 174 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 181 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 188 LMH_NODE_DCVS, node_id, 0); in lmh_probe()
|
| /Linux-v5.15/drivers/acpi/ |
| D | glue.c | 155 static void acpi_physnode_link_name(char *buf, unsigned int node_id) in acpi_physnode_link_name() argument 157 if (node_id > 0) in acpi_physnode_link_name() 159 PHYSICAL_NODE_STRING "%u", node_id); in acpi_physnode_link_name() 169 unsigned int node_id; in acpi_bind_one() local 198 node_id = 0; in acpi_bind_one() 213 if (pn->node_id == node_id) { in acpi_bind_one() 215 node_id++; in acpi_bind_one() 219 physical_node->node_id = node_id; in acpi_bind_one() 227 acpi_physnode_link_name(physical_node_name, node_id); in acpi_bind_one() 272 acpi_physnode_link_name(physnode_name, entry->node_id); in acpi_unbind_one()
|
| /Linux-v5.15/arch/mips/loongson64/ |
| D | init.c | 53 u64 node_id, node_psize, start_pfn, end_pfn, mem_start, mem_size; in szmem() local 61 node_id = loongson_memmap->map[i].node_id; in szmem() 62 if (node_id != node) in szmem() 72 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; in szmem() 77 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 84 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 85 memblock_reserve(((node_id << 44) + mem_start), mem_size << 20); in szmem()
|
| /Linux-v5.15/arch/s390/lib/ |
| D | spinlock.c | 41 int node_id; member 68 node->node_id = ((cpu + 1) << _Q_TAIL_CPU_OFFSET) + in arch_spin_lock_setup() 114 return node->node_id >> _Q_TAIL_CPU_OFFSET; in arch_spin_yield_target() 120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local 127 node_id = node->node_id; in arch_spin_lock_queued() 149 new = node_id | (old & _Q_LOCK_MASK); in arch_spin_lock_queued() 186 new = ((tail_id != node_id) ? tail_id : 0) | lockval; in arch_spin_lock_queued() 200 if (node_id && tail_id != node_id) { in arch_spin_lock_queued()
|
| /Linux-v5.15/net/tipc/ |
| D | net.c | 111 int tipc_net_init(struct net *net, u8 *node_id, u32 addr) in tipc_net_init() argument 119 if (node_id) in tipc_net_init() 120 tipc_set_node_id(net, node_id); in tipc_net_init() 167 u64 *w0 = (u64 *)&tn->node_id[0]; in __tipc_nl_add_net() 168 u64 *w1 = (u64 *)&tn->node_id[8]; in __tipc_nl_add_net() 267 u8 node_id[NODE_ID_LEN]; in __tipc_nl_net_set() local 268 u64 *w0 = (u64 *)&node_id[0]; in __tipc_nl_net_set() 269 u64 *w1 = (u64 *)&node_id[8]; in __tipc_nl_net_set() 275 tipc_net_init(net, node_id, 0); in __tipc_nl_net_set()
|
| D | addr.c | 60 memcpy(tn->node_id, id, NODE_ID_LEN); in tipc_set_node_id() 70 u8 node_id[NODE_ID_LEN] = {0,}; in tipc_set_node_addr() local 74 sprintf(node_id, "%x", addr); in tipc_set_node_addr() 75 tipc_set_node_id(net, node_id); in tipc_set_node_addr()
|
| /Linux-v5.15/net/qrtr/ |
| D | ns.c | 71 static struct qrtr_node *node_get(unsigned int node_id) in node_get() argument 75 node = radix_tree_lookup(&nodes, node_id); in node_get() 84 node->id = node_id; in node_get() 86 radix_tree_insert(&nodes, node_id, node); in node_get() 231 unsigned int node_id, in server_add() argument 247 srv->node = node_id; in server_add() 250 node = node_get(node_id); in server_add() 419 unsigned int node_id, unsigned int port) in ctrl_cmd_del_client() argument 439 if (from->sq_node != node_id) in ctrl_cmd_del_client() 449 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client() [all …]
|
| /Linux-v5.15/drivers/firewire/ |
| D | sbp2.c | 158 int node_id; member 489 int node_id, int generation, u64 offset) in sbp2_send_orb() argument 507 node_id, generation, device->max_speed, offset, in sbp2_send_orb() 547 static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, in sbp2_send_management_orb() argument 604 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb() 651 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset() 673 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait() 789 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_set_busy_timeout() 804 int generation, node_id, local_node_id; in sbp2_login() local 811 node_id = device->node_id; in sbp2_login() [all …]
|
| D | core-device.c | 238 device->node_id, in fw_device_enable_phys_dma() 486 TCODE_READ_QUADLET_REQUEST, device->node_id, in read_rom() 903 old->node_id = current_node->node_id; in lookup_existing_device() 951 device->node_id, generation, device->max_speed, in set_broadcast_channel() 970 device->node_id, generation, device->max_speed, in set_broadcast_channel() 1007 device->node_id, in fw_device_init() 1134 int ret, node_id = device->node_id; in fw_device_refresh() local 1192 if (node_id == card->root_node->node_id) in fw_device_refresh() 1233 device->node_id = node->node_id; in fw_node_event() 1263 device->node_id = node->node_id; in fw_node_event() [all …]
|
| D | core.h | 89 int node_id, int generation); 175 u16 node_id; member 210 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, 250 int node_id, int generation, int gap_count);
|
| D | core-topology.c | 109 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid); in fw_node_create() 229 if (phy_id == (card->node_id & 0x3f)) in build_tree() 436 node0->node_id = node1->node_id; in update_tree() 494 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() 507 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument 527 card->node_id = node_id; in fw_core_handle_bus_reset()
|
| D | net.c | 183 int node_id; member 465 int node_id, int generation) in fwnet_peer_find_by_node_id() argument 470 if (peer->node_id == node_id && in fwnet_peer_find_by_node_id() 983 int node_id; in fwnet_send_packet() local 989 node_id = dev->card->node_id; in fwnet_send_packet() 1002 put_unaligned_be32(node_id << 16 | IANA_SPECIFIER_ID >> 8, p); in fwnet_send_packet() 1305 dest_node = peer->node_id; in fwnet_tx() 1427 peer->node_id = device->node_id; in fwnet_add_peer() 1538 peer->node_id = device->node_id; in fwnet_update()
|
| /Linux-v5.15/sound/firewire/ |
| D | amdtp-stream-trace.h | 38 __entry->src = fw_parent_device(s->unit)->node_id; 39 __entry->dest = fw_parent_device(s->unit)->card->node_id; 41 __entry->src = fw_parent_device(s->unit)->card->node_id; 42 __entry->dest = fw_parent_device(s->unit)->node_id;
|
| /Linux-v5.15/arch/ia64/uv/kernel/ |
| D | setup.c | 87 union uvh_node_id_u node_id; in uv_setup() local 93 node_id.v = uv_read_local_mmr(UVH_NODE_ID); in uv_setup() 102 gnode_upper = (((unsigned long)node_id.s.node_id) & in uv_setup()
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_xgmi.c | 250 return sysfs_emit(buf, "%llu\n", adev->gmc.xgmi.node_id); in amdgpu_xgmi_show_device_id() 465 request_adev->gmc.xgmi.node_id, in amdgpu_xgmi_set_pstate() 494 adev->gmc.xgmi.node_id, in amdgpu_xgmi_update_topology() 515 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id) in amdgpu_xgmi_get_hops_count() 527 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id) in amdgpu_xgmi_get_num_links() 586 ret = psp_xgmi_get_node_id(&adev->psp, &adev->gmc.xgmi.node_id); in amdgpu_xgmi_add_device() 594 adev->gmc.xgmi.node_id = adev->gmc.xgmi.physical_node_id + 16; in amdgpu_xgmi_add_device() 602 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device() 611 top_info->nodes[count++].node_id = entry->node_id; in amdgpu_xgmi_add_device() 623 top_info->nodes[count - 1].node_id = in amdgpu_xgmi_add_device() [all …]
|
| D | ta_xgmi_if.h | 73 uint64_t node_id; member 80 uint64_t node_id; member 89 uint64_t node_id; member
|
| /Linux-v5.15/arch/powerpc/platforms/cell/ |
| D | spider-pic.c | 54 unsigned int node_id; member 144 (pic->node_id << 4) | 0xe); in spider_set_irq_type() 254 pic->node_id = (*tmp) >> 1; in spider_find_cascade_and_node() 263 (pic->node_id << IIC_IRQ_NODE_SHIFT) | in spider_find_cascade_and_node() 309 pic->node_id, addr, of_node); in spider_init_one()
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | reuseport_bpf_numa.c | 107 static void send_from_node(int node_id, int family, int proto) in send_from_node() argument 141 if (numa_run_on_node(node_id) < 0) in send_from_node() 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node() argument 189 fprintf(stderr, "send node %d, receive socket %d\n", node_id, i); in receive_on_node() 190 if (node_id != i) in receive_on_node()
|
| /Linux-v5.15/sound/soc/intel/skylake/ |
| D | skl-messages.c | 570 union skl_connector_node_id node_id = {0}; in skl_get_node_id() local 576 node_id.node.dma_type = in skl_get_node_id() 580 node_id.node.vindex = params->host_dma_id + in skl_get_node_id() 585 node_id.node.dma_type = in skl_get_node_id() 591 node_id.node.vindex = ssp_node.val; in skl_get_node_id() 595 node_id.node.dma_type = SKL_DMA_DMIC_LINK_INPUT_CLASS; in skl_get_node_id() 596 node_id.node.vindex = mconfig->vbus_id + in skl_get_node_id() 601 node_id.node.dma_type = in skl_get_node_id() 605 node_id.node.vindex = params->link_dma_id; in skl_get_node_id() 609 node_id.node.dma_type = in skl_get_node_id() [all …]
|
| /Linux-v5.15/include/linux/ |
| D | genhd.h | 171 int node_id; member 262 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, 276 #define blk_alloc_disk(node_id) \ argument 280 __blk_alloc_disk(node_id, &__key); \
|
| /Linux-v5.15/arch/powerpc/platforms/ps3/ |
| D | repository.c | 982 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id) in ps3_repository_read_be_node_id() argument 989 node_id, NULL); in ps3_repository_read_be_node_id() 998 int ps3_repository_read_be_id(u64 node_id, u64 *be_id) in ps3_repository_read_be_id() argument 1002 node_id, in ps3_repository_read_be_id() 1008 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq) in ps3_repository_read_tb_freq() argument 1012 node_id, in ps3_repository_read_tb_freq() 1021 u64 node_id; in ps3_repository_read_be_tb_freq() local 1024 result = ps3_repository_read_be_node_id(be_index, &node_id); in ps3_repository_read_be_tb_freq() 1026 : ps3_repository_read_tb_freq(node_id, tb_freq); in ps3_repository_read_be_tb_freq() 1033 u64 node_id; in ps3_repository_read_lpm_privileges() local [all …]
|
| D | platform.h | 212 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id); 213 int ps3_repository_read_be_id(u64 node_id, u64 *be_id); 214 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq);
|
| /Linux-v5.15/mm/ |
| D | mempool.c | 182 gfp_t gfp_mask, int node_id) in mempool_init_node() argument 192 gfp_mask, node_id); in mempool_init_node() 263 gfp_t gfp_mask, int node_id) in mempool_create_node() argument 267 pool = kzalloc_node(sizeof(*pool), gfp_mask, node_id); in mempool_create_node() 272 gfp_mask, node_id)) { in mempool_create_node()
|