Searched refs:node_id (Results 1 - 25 of 210) sorted by relevance

123456789

/linux-master/include/linux/firmware/
H A Dxlnx-event-manager.h15 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id,
19 int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id,
22 static inline int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, argument
29 static inline int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, argument
/linux-master/sound/firewire/motu/
H A Damdtp-motu-trace.h32 __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-master/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c29 * @node_id: PM node ID corresponding to device inside PM domain
34 u32 node_id; member in struct:zynqmp_pm_domain
78 ret = zynqmp_pm_set_requirement(pd->node_id,
85 ZYNQMP_PM_CAPABILITY_ACCESS, pd->node_id, ret);
90 ZYNQMP_PM_CAPABILITY_ACCESS, pd->node_id);
115 pd->node_id);
130 ret = zynqmp_pm_set_requirement(pd->node_id, capabilities, 0,
135 capabilities, pd->node_id, ret);
140 capabilities, pd->node_id);
168 ret = zynqmp_pm_request_node(pd->node_id,
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl_admin.h15 int adf_rl_send_admin_delete_msg(struct adf_accel_dev *accel_dev, u16 node_id,
H A Dadf_rl_admin.c19 req->node_id = sla->node_id;
93 int adf_rl_send_admin_delete_msg(struct adf_accel_dev *accel_dev, u16 node_id, argument
96 return adf_send_admin_rl_delete(accel_dev, node_id, node_type);
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c78 static bool xlnx_is_error_event(const u32 node_id) argument
85 if (node_id == VERSAL_EVENT_ERROR_PMC_ERR1 ||
86 node_id == VERSAL_EVENT_ERROR_PMC_ERR2 ||
87 node_id == VERSAL_EVENT_ERROR_PSM_ERR1 ||
88 node_id == VERSAL_EVENT_ERROR_PSM_ERR2)
91 if (node_id == VERSAL_NET_EVENT_ERROR_PMC_ERR1 ||
92 node_id == VERSAL_NET_EVENT_ERROR_PMC_ERR2 ||
93 node_id == VERSAL_NET_EVENT_ERROR_PMC_ERR3 ||
94 node_id == VERSAL_NET_EVENT_ERROR_PSM_ERR1 ||
95 node_id
104 xlnx_add_cb_for_notify_event(const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) argument
239 xlnx_remove_cb_for_notify_event(const u32 node_id, const u32 event, event_cb_func_t cb_fun, void *data) argument
296 xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) argument
389 xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, event_cb_func_t cb_fun, void *data) argument
506 u32 cb_type, node_id, event, pos; local
[all...]
/linux-master/arch/mips/loongson64/
H A Dinit.c52 phys_addr_t node_id, mem_start, mem_size; local
60 node_id = loongson_memmap->map[i].node_id;
61 if (node_id != node)
73 mem_start = (node_id << 44) | loongson_memmap->map[i].mem_start;
80 (u32)node_id, mem_type, &mem_start, &mem_size);
90 (u32)node_id, mem_type, &mem_start, &mem_size);
97 (u32)node_id, mem_type, &mem_start, &mem_size);
/linux-master/arch/x86/kernel/cpu/
H A Dtopology_amd.c46 static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id) argument
58 tscan->amd_node_id = node_id;
71 u32 node_id : 8, // Node (die) ID of invoking logical CPU member in struct:__anon4
99 store_node(tscan, leaf.nnodes_per_socket + 1, leaf.node_id);
105 cacheinfo_amd_init_llc_id(tscan->c, leaf.node_id);
126 u64 node_id : 3, member in struct:__anon5::__anon6
137 store_node(tscan, nid.nodes_per_pkg + 1, nid.node_id);
138 tscan->c->topo.llc_id = nid.node_id;
/linux-master/net/tipc/
H A Daddr.c60 memcpy(tn->node_id, id, NODE_ID_LEN);
70 u8 node_id[NODE_ID_LEN] = {0,}; local
74 sprintf(node_id, "%x", addr);
75 tipc_set_node_id(net, node_id);
H A Dnet.h44 int tipc_net_init(struct net *net, u8 *node_id, u32 addr);
H A Dnet.c111 int tipc_net_init(struct net *net, u8 *node_id, u32 addr) argument
119 if (node_id)
120 tipc_set_node_id(net, node_id);
167 u64 *w0 = (u64 *)&tn->node_id[0];
168 u64 *w1 = (u64 *)&tn->node_id[8];
267 u8 node_id[NODE_ID_LEN]; local
268 u64 *w0 = (u64 *)&node_id[0];
269 u64 *w1 = (u64 *)&node_id[8];
275 tipc_net_init(net, node_id, 0);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dta_xgmi_if.h83 uint64_t node_id; member in struct:ta_xgmi_node_info
90 uint64_t node_id; member in struct:ta_xgmi_peer_link_info
101 uint64_t node_id; member in struct:ta_xgmi_extend_peer_link_info
111 uint64_t node_id; member in struct:ta_xgmi_cmd_get_node_id_output
/linux-master/include/trace/events/
H A Drseq.h19 __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-master/arch/s390/lib/
H A Dspinlock.c41 int node_id; member in struct:spin_wait
68 node->node_id = ((cpu + 1) << _Q_TAIL_CPU_OFFSET) +
114 return node->node_id >> _Q_TAIL_CPU_OFFSET;
120 int lockval, ix, node_id, tail_id, old, new, owner, count; local
127 node_id = node->node_id;
149 new = node_id | (old & _Q_LOCK_MASK);
186 new = ((tail_id != node_id) ? tail_id : 0) | lockval;
200 if (node_id && tail_id != node_id) {
[all...]
/linux-master/drivers/thermal/qcom/
H A Dlmh.c96 u32 node_id; local
139 node_id = LMH_CLUSTER0_NODE_ID;
141 node_id = LMH_CLUSTER1_NODE_ID;
154 LMH_NODE_DCVS, node_id, 0);
159 LMH_NODE_DCVS, node_id, 0);
164 LMH_NODE_DCVS, node_id, 0);
169 LMH_NODE_DCVS, node_id, 0);
184 LMH_NODE_DCVS, node_id, 0);
191 LMH_NODE_DCVS, node_id, 0);
198 LMH_NODE_DCVS, node_id,
[all...]
/linux-master/drivers/acpi/
H A Dglue.c219 static void acpi_physnode_link_name(char *buf, unsigned int node_id) argument
221 if (node_id > 0)
223 PHYSICAL_NODE_STRING "%u", node_id);
233 unsigned int node_id; local
258 * Keep the list sorted by node_id so that the IDs of removed nodes can
262 node_id = 0;
277 if (pn->node_id == node_id) {
279 node_id++;
283 physical_node->node_id
[all...]
/linux-master/arch/s390/kernel/
H A Dnuma.c34 NODE_DATA(0)->node_id = 0;
/linux-master/sound/firewire/
H A Damdtp-stream-trace.h40 __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;
H A Dlib.c44 smp_rmb(); /* node_id vs. generation */
47 device->node_id, generation,
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h46 int node_id, __u64 flags) __ksym __weak;
62 int node_id, __u64 flags)
61 bpf_arena_alloc_pages(void *map, void *addr, __u32 page_cnt, int node_id, __u64 flags) argument
/linux-master/drivers/ras/amd/atl/
H A Dmap.c163 if (df_indirect_read_instance(ctx->node_id, 7, 0x140 + (4 * map_num),
169 if (df_indirect_read_instance(ctx->node_id, 0, 0x1B4 + (4 * map_num),
194 if (df_indirect_read_broadcast(ctx->node_id, 0, offset, &reg))
215 if (df_indirect_read_instance(ctx->node_id, 0, 0x110 + (8 * ctx->map.num),
220 if (df_indirect_read_instance(ctx->node_id, 0, 0x114 + (8 * ctx->map.num),
233 if (df_indirect_read_instance(ctx->node_id, 0, 0x3F8,
246 if (df_indirect_read_instance(ctx->node_id, 7, 0xE00 + (16 * ctx->map.num),
251 if (df_indirect_read_instance(ctx->node_id, 7, 0xE04 + (16 * ctx->map.num),
256 if (df_indirect_read_instance(ctx->node_id, 7, 0xE08 + (16 * ctx->map.num),
261 if (df_indirect_read_instance(ctx->node_id,
[all...]
/linux-master/net/qrtr/
H A Dns.c72 static struct qrtr_node *node_get(unsigned int node_id) argument
76 node = xa_load(&nodes, node_id);
85 node->id = node_id;
88 if (xa_store(&nodes, node_id, node, GFP_KERNEL)) {
219 unsigned int node_id,
235 srv->node = node_id;
238 node = node_get(node_id);
381 unsigned int node_id, unsigned int port)
400 if (from->sq_node != node_id)
410 if (lookup->sq.sq_node != node_id)
217 server_add(unsigned int service, unsigned int instance, unsigned int node_id, unsigned int port) argument
380 ctrl_cmd_del_client(struct sockaddr_qrtr *from, unsigned int node_id, unsigned int port) argument
454 ctrl_cmd_new_server(struct sockaddr_qrtr *from, unsigned int service, unsigned int instance, unsigned int node_id, unsigned int port) argument
495 ctrl_cmd_del_server(struct sockaddr_qrtr *from, unsigned int service, unsigned int instance, unsigned int node_id, unsigned int port) argument
[all...]
/linux-master/include/uapi/linux/
H A Drseq.h135 * Restartable sequences node_id field. Updated by the kernel. Read by
140 __u32 node_id; member in struct:rseq
/linux-master/tools/testing/selftests/rseq/
H A Drseq-abi.h151 * Restartable sequences node_id field. Updated by the kernel. Read by
156 __u32 node_id; member in struct:rseq_abi
/linux-master/tools/testing/selftests/prctl/
H A Dset-anon-vma-name-test.c42 unsigned int major_id, minor_id, node_id; local
59 &minor_id, &node_id, name);

Completed in 230 milliseconds

123456789