Searched refs:dst_node (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/interconnect/ |
| D | debugfs-client.c | 27 static char *dst_node; variable 61 dst = rcu_dereference(dst_node); in icc_get_set() 151 debugfs_create_str("dst_node", 0600, client_dir, &dst_node); in icc_debugfs_client_init()
|
| D | core.c | 595 struct icc_node *src_node, *dst_node; in icc_get() local 606 dst_node = node_find_by_name(dst); in icc_get() 607 if (!dst_node) { in icc_get() 612 path = path_find(dev, src_node, dst_node); in icc_get() 618 path->name = kasprintf(GFP_KERNEL, "%s-%s", src_node->name, dst_node->name); in icc_get()
|
| /Linux-v6.6/drivers/accel/ivpu/ |
| D | ivpu_ipc.h | 41 u8 dst_node; member
|
| D | ivpu_ipc.c | 39 ipc_hdr->src_node, ipc_hdr->dst_node, ipc_hdr->status); in ivpu_ipc_msg_dump() 109 tx_buf->ipc.dst_node = 1; in ivpu_ipc_tx_prepare()
|
| /Linux-v6.6/fs/hfs/ |
| D | bnode.c | 108 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument 117 dst += dst_node->page_offset; in hfs_bnode_copy() 119 dst_page = dst_node->page[0]; in hfs_bnode_copy()
|
| /Linux-v6.6/net/qrtr/ |
| D | af_qrtr.c | 79 u32 dst_node; member 470 cb->dst_node = le32_to_cpu(v1->dst_node_id); in qrtr_endpoint_post() 485 cb->dst_node = le16_to_cpu(v2->dst_node_id); in qrtr_endpoint_post() 1006 struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; in qrtr_send_resume_tx() 1021 pkt->client.node = cpu_to_le32(cb->dst_node); in qrtr_send_resume_tx()
|
| /Linux-v6.6/Documentation/driver-api/ |
| D | interconnect.rst | 127 echo ebi > dst_node 129 # Get path between src_node and dst_node. This is only
|
| /Linux-v6.6/fs/hfsplus/ |
| D | bnode.c | 121 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument 131 dst += dst_node->page_offset; in hfs_bnode_copy() 134 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
|
| D | hfsplus_fs.h | 402 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,
|