Home
last modified time | relevance | path

Searched refs:dst_node (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/interconnect/
H A Ddebugfs-client.c27 static char *dst_node; variable
61 dst = rcu_dereference(dst_node); in icc_get_set()
154 dst_node = kstrdup("", GFP_KERNEL); in icc_debugfs_client_init()
155 if (!src_node || !dst_node) { in icc_debugfs_client_init()
156 kfree(dst_node); in icc_debugfs_client_init()
164 debugfs_create_str("dst_node", 0600, client_dir, &dst_node); in icc_debugfs_client_init()
/linux/include/linux/
H A Dinterconnect-provider.h123 int icc_link_nodes(struct icc_node *src_node, struct icc_node **dst_node);
162 static inline int icc_link_nodes(struct icc_node *src_node, struct icc_node **dst_node) in icc_link_nodes() argument
/linux/net/qrtr/
H A Daf_qrtr.c79 u32 dst_node; member
466 cb->dst_node = le32_to_cpu(v1->dst_node_id); in qrtr_endpoint_post()
481 cb->dst_node = le16_to_cpu(v2->dst_node_id); in qrtr_endpoint_post()
1001 struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; in qrtr_send_resume_tx()
1018 pkt->client.node = cpu_to_le32(cb->dst_node); in qrtr_send_resume_tx()