/linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
H A D | cfe-trace.h | 17 TP_PROTO(u32 node_id, u32 buf_idx, u32 queue_id), 18 TP_ARGS(node_id, buf_idx, queue_id), 20 __field(u32, node_id) 25 __entry->node_id = node_id; 29 TP_printk("node=%u buf=%u, queue=%u", __entry->node_id, 34 TP_PROTO(u32 node_id, struct vb2_buffer *buf), 35 TP_ARGS(node_id, buf), 37 __field(u32, node_id) 41 __entry->node_id [all...] |
/linux/drivers/pmdomain/xilinx/ |
H A D | zynqmp-pm-domains.c | 29 * @node_id: PM node ID corresponding to device inside PM domain 34 u32 node_id; member 78 ret = zynqmp_pm_set_requirement(pd->node_id, in zynqmp_gpd_power_on() 85 ZYNQMP_PM_CAPABILITY_ACCESS, pd->node_id, ret); in zynqmp_gpd_power_on() 90 ZYNQMP_PM_CAPABILITY_ACCESS, pd->node_id); in zynqmp_gpd_power_on() 115 pd->node_id); in zynqmp_gpd_power_off() 130 ret = zynqmp_pm_set_requirement(pd->node_id, capabilities, 0, in zynqmp_gpd_power_off() 135 capabilities, pd->node_id, ret); in zynqmp_gpd_power_off() 140 capabilities, pd->node_id); in zynqmp_gpd_power_off() 162 ret = zynqmp_pm_request_node(pd->node_id, in zynqmp_gpd_attach_dev() [all...] |
/linux/tools/testing/selftests/drivers/net/ |
H A D | shaper.py | 217 node_id = node_handle['handle']['id'] 222 'parent': {'scope': 'node', 'id': node_id}, 226 'handle': {'scope': 'node', 'id': node_id}}) 228 'handle': {'scope': 'node', 'id': node_id}, 240 'handle': {'scope':'node', 'id': node_id + 1}, 253 'handle': {'scope':'node', 'id': node_id}}) 255 'handle': {'scope': 'node', 'id': node_id}}) 260 'parent': {'scope': 'node', 'id': node_id}, 271 'handle': {'scope': 'node', 'id': node_id}}) 308 node_id [all...] |
/linux/sound/firewire/motu/ |
H A 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/drivers/thermal/qcom/ |
H A D | lmh.c | 103 u32 node_id; in lmh_probe() local 146 node_id = LMH_CLUSTER0_NODE_ID; in lmh_probe() 148 node_id = LMH_CLUSTER1_NODE_ID; in lmh_probe() 161 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 166 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 171 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 176 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 191 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 198 LMH_NODE_DCVS, node_id, 0); in lmh_probe() 205 LMH_NODE_DCVS, node_id, in lmh_probe() [all...] |
/linux/kernel/ |
H A D | rseq.c | 40 u32 cpu_id_start, cpu_id, node_id, mm_cid; in rseq_validate_ro_fields() local 51 unsafe_get_user(node_id, &rseq->node_id, efault_end); in rseq_validate_ro_fields() 57 node_id != rseq_kernel_fields(t)->node_id || in rseq_validate_ro_fields() 68 node_id, rseq_kernel_fields(t)->node_id, in rseq_validate_ro_fields() 165 u32 node_id = cpu_to_node(cpu_id); in rseq_update_cpu_node_id() local 179 rseq_unsafe_put_user(t, node_id, node_id, efault_en in rseq_update_cpu_node_id() 200 u32 cpu_id_start = 0, cpu_id = RSEQ_CPU_ID_UNINITIALIZED, node_id = 0, rseq_reset_rseq_cpu_node_id() local [all...] |
/linux/arch/x86/kernel/cpu/ |
H A D | topology_amd.c | 47 static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id) in store_node() argument 59 tscan->amd_node_id = node_id; in store_node() 72 u32 node_id : 8, // Node (die) ID of invoking logical CPU in parse_8000_001e() member 100 store_node(tscan, leaf.nnodes_per_socket + 1, leaf.node_id); in parse_8000_001e() 106 cacheinfo_amd_init_llc_id(tscan->c, leaf.node_id); in parse_8000_001e() 127 u64 node_id : 3, in parse_fam10h_node_id() member 138 store_node(tscan, nid.nodes_per_pkg + 1, nid.node_id); in parse_fam10h_node_id() 139 tscan->c->topo.llc_id = nid.node_id; in parse_fam10h_node_id()
|
/linux/drivers/acpi/ |
H A D | glue.c | 219 static void acpi_physnode_link_name(char *buf, unsigned int node_id) in acpi_physnode_link_name() argument 221 if (node_id > 0) in acpi_physnode_link_name() 223 PHYSICAL_NODE_STRING "%u", node_id); in acpi_physnode_link_name() 233 unsigned int node_id; in acpi_bind_one() local 258 * Keep the list sorted by node_id so that the IDs of removed nodes can in acpi_bind_one() 262 node_id = 0; in acpi_bind_one() 277 if (pn->node_id == node_id) { in acpi_bind_one() 279 node_id++; in acpi_bind_one() 283 physical_node->node_id in acpi_bind_one() [all...] |
/linux/arch/mips/loongson64/ |
H A D | init.c | 52 phys_addr_t node_id, mem_start, mem_size; in szmem() local 60 node_id = loongson_memmap->map[i].node_id; in szmem() 61 if (node_id != node) in szmem() 73 mem_start = (node_id << 44) | loongson_memmap->map[i].mem_start; in szmem() 80 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem() 90 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem() 97 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem()
|
/linux/drivers/ras/amd/atl/ |
H A D | map.c | 163 if (df_indirect_read_instance(ctx->node_id, 7, 0x140 + (4 * map_num), in get_dram_offset() 169 if (df_indirect_read_instance(ctx->node_id, 0, 0x1B4 + (4 * map_num), in get_dram_offset() 194 if (df_indirect_read_broadcast(ctx->node_id, 0, offset, ®)) in df3_6ch_get_dram_addr_map() 215 if (df_indirect_read_instance(ctx->node_id, 0, 0x110 + (8 * ctx->map.num), in df2_get_dram_addr_map() 220 if (df_indirect_read_instance(ctx->node_id, 0, 0x114 + (8 * ctx->map.num), in df2_get_dram_addr_map() 233 if (df_indirect_read_instance(ctx->node_id, 0, 0x3F8, in df3_get_dram_addr_map() 246 if (df_indirect_read_instance(ctx->node_id, 7, 0xE00 + (16 * ctx->map.num), in df4_get_dram_addr_map() 251 if (df_indirect_read_instance(ctx->node_id, 7, 0xE04 + (16 * ctx->map.num), in df4_get_dram_addr_map() 256 if (df_indirect_read_instance(ctx->node_id, 7, 0xE08 + (16 * ctx->map.num), in df4_get_dram_addr_map() 261 if (df_indirect_read_instance(ctx->node_id, in df4_get_dram_addr_map() [all...] |
/linux/arch/s390/lib/ |
H A D | spinlock.c | 61 int node_id; member 88 node->node_id = ((cpu + 1) << _Q_TAIL_CPU_OFFSET) + in arch_spin_lock_setup() 153 return node->node_id >> _Q_TAIL_CPU_OFFSET; in arch_spin_yield_target() 159 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local 166 node_id = node->node_id; in arch_spin_lock_queued() 188 new = node_id | (old & _Q_LOCK_MASK); in arch_spin_lock_queued() 225 new = ((tail_id != node_id) ? tail_id : 0) | lockval; in arch_spin_lock_queued() 239 if (node_id && tail_id != node_id) { in arch_spin_lock_queued() [all...] |
/linux/include/linux/firmware/ |
H A D | xlnx-event-manager.h | 25 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, 29 int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, 32 static inline int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_register_event() argument 39 static inline int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_unregister_event() argument
|
/linux/net/tipc/ |
H A 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()
|
H A 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/drivers/soc/xilinx/ |
H A D | zynqmp_power.c | 39 * @node_id: Node-Id related to event. 47 u32 node_id; member 253 xlnx_unregister_event(event_info->cb_type, event_info->node_id, in unregister_event() 257 static int register_event(struct device *dev, const enum pm_api_cb_id cb_type, const u32 node_id, in register_event() argument 269 event_info->node_id = node_id; in register_event() 274 ret = xlnx_register_event(event_info->cb_type, event_info->node_id, in register_event() 288 u32 pm_api_version, pm_family_code, pm_sub_family_code, node_id; in zynqmp_pm_probe() local 323 node_id = PM_DEV_ACPU_0_0; in zynqmp_pm_probe() 325 node_id in zynqmp_pm_probe() [all...] |
/linux/net/qrtr/ |
H A D | ns.c | 72 static struct qrtr_node *node_get(unsigned int node_id) in node_get() argument 76 node = xa_load(&nodes, node_id); in node_get() 85 node->id = node_id; in node_get() 88 if (xa_store(&nodes, node_id, node, GFP_KERNEL)) { in node_get() 222 unsigned int node_id, in server_add() argument 238 srv->node = node_id; in server_add() 241 node = node_get(node_id); in server_add() 384 unsigned int node_id, unsigned int port) in ctrl_cmd_del_client() argument 403 if (from->sq_node != node_id) in ctrl_cmd_del_client() 413 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client() 459 ctrl_cmd_new_server(struct sockaddr_qrtr * from,unsigned int service,unsigned int instance,unsigned int node_id,unsigned int port) ctrl_cmd_new_server() argument 500 ctrl_cmd_del_server(struct sockaddr_qrtr * from,unsigned int service,unsigned int instance,unsigned int node_id,unsigned int port) ctrl_cmd_del_server() argument [all...] |
/linux/drivers/firewire/ |
H A D | sbp2.c | 159 int node_id; member 491 int node_id, int generation, u64 offset) in sbp2_send_orb() argument 509 node_id, generation, device->max_speed, offset, in sbp2_send_orb() 549 static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, in sbp2_send_management_orb() argument 606 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb() 653 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset() 675 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait() 791 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_set_busy_timeout() 806 int generation, node_id, local_node_id; in sbp2_login() local 813 node_id in sbp2_login() 913 int generation, node_id, local_node_id; sbp2_reconnect() local 1232 int generation, node_id; sbp2_remove() local [all...] |
H A D | core-topology.c | 35 node->node_id = LOCAL_BUS | phy_packet_self_id_get_phy_id(sid); in fw_node_create() 191 if (phy_id == (card->node_id & 0x3f)) in build_tree() 383 node0->node_id = node1->node_id; in update_tree() 441 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() 454 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument 459 trace_bus_reset_handle(card->index, generation, node_id, bm_abdicate, self_ids, self_id_count); in fw_core_handle_bus_reset() 475 card->node_id = node_id; in fw_core_handle_bus_reset() 477 * Update node_id befor in fw_core_handle_bus_reset() [all...] |
/linux/sound/soc/intel/avs/ |
H A D | probes.c | 16 static int avs_dsp_init_probe(struct avs_dev *adev, union avs_connector_node_id node_id, in avs_dsp_init_probe() argument 35 cfg.gtw_cfg.node_id = node_id; in avs_dsp_init_probe() 101 if (desc[i].node_id.vindex == vindex) in avs_probe_compr_free() 158 union avs_connector_node_id node_id; in avs_probe_compr_set_params() local 165 node_id.vindex = hdac_stream(host_stream)->stream_tag - 1; in avs_probe_compr_set_params() 166 node_id.dma_type = AVS_DMA_HDA_HOST_INPUT; in avs_probe_compr_set_params() 168 ret = avs_dsp_init_probe(adev, node_id, rtd->dma_bytes); in avs_probe_compr_set_params()
|
/linux/sound/firewire/ |
H A D | amdtp-stream-trace.h | 40 __entry->src = fw_parent_device(s->unit)->node_id; 41 __entry->dest = fw_parent_device(s->unit)->card->node_id; 43 __entry->src = fw_parent_device(s->unit)->card->node_id; 44 __entry->dest = fw_parent_device(s->unit)->node_id;
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_rl.c | 269 u32 node_id = clear ? 0U : (sla->node_id & LEAF_MASK); in assign_rps_to_leaf() local 275 ADF_CSR_WR(pmisc_addr, offset, node_id); in assign_rps_to_leaf() 285 u32 node_id = sla->node_id & LEAF_MASK; in assign_leaf_to_cluster() local 286 u32 parent_id = clear ? 0U : (sla->parent->node_id & CLUSTER_MASK); in assign_leaf_to_cluster() 289 offset = base_offset + (RL_CSR_SIZE * node_id); in assign_leaf_to_cluster() 299 u32 node_id = sla->node_id & CLUSTER_MASK; in assign_cluster_to_root() local 300 u32 parent_id = clear ? 0U : (sla->parent->node_id in assign_cluster_to_root() 736 int i, sla_id, node_id; clear_sla() local [all...] |
H A D | adf_rl_admin.c | 19 req->node_id = sla->node_id; in prep_admin_req_msg() 94 int adf_rl_send_admin_delete_msg(struct adf_accel_dev *accel_dev, u16 node_id, in adf_rl_send_admin_delete_msg() argument 97 return adf_send_admin_rl_delete(accel_dev, node_id, node_type); in adf_rl_send_admin_delete_msg()
|
/linux/include/trace/events/ |
H A D | rseq.h | 19 __field(s32, node_id) 25 __entry->node_id = cpu_to_node(__entry->cpu_id); 29 TP_printk("cpu_id=%d node_id=%d mm_cid=%d", __entry->cpu_id, 30 __entry->node_id, __entry->mm_cid)
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.c | 442 return sysfs_emit(buf, "%llu\n", adev->gmc.xgmi.node_id); in amdgpu_xgmi_show_device_id() 502 if (top->nodes[i].node_id == adev->gmc.xgmi.node_id) { in amdgpu_xgmi_show_connected_port_num() 805 request_adev->gmc.xgmi.node_id, in amdgpu_xgmi_set_pstate() 837 adev->gmc.xgmi.node_id, in amdgpu_xgmi_update_topology() 861 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id) in amdgpu_xgmi_get_hops_count() 897 if (top->nodes[i].node_id != peer_adev->gmc.xgmi.node_id) in amdgpu_xgmi_get_bandwidth() 929 if (top->nodes[i].node_id in amdgpu_xgmi_get_is_sharing_enabled() [all...] |
/linux/drivers/mmc/core/ |
H A D | sd_uhs2.c | 226 static int sd_uhs2_enum(struct mmc_host *host, u32 *node_id) in sd_uhs2_enum() argument 269 *node_id = id_f; in sd_uhs2_enum() 291 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | card->uhs2_config.node_id; in sd_uhs2_config_read() 481 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | card->uhs2_config.node_id; in sd_uhs2_config_write() 672 static int sd_uhs2_go_dormant(struct mmc_host *host, u32 node_id) in sd_uhs2_go_dormant() argument 696 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | node_id; in sd_uhs2_go_dormant() 759 static int sd_uhs2_go_dormant_state(struct mmc_host *host, u32 node_id) in sd_uhs2_go_dormant_state() argument 769 err = sd_uhs2_go_dormant(host, node_id); in sd_uhs2_go_dormant_state() 783 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | node_id; in sd_uhs2_go_dormant_state() 808 u32 node_id in sd_uhs2_init_card() local [all...] |