Searched refs:dst_node (Results 1 – 5 of 5) sorted by relevance
320 struct icc_node *src_node, *dst_node; in of_icc_get() local374 dst_node = of_icc_get_from_provider(&dst_args); in of_icc_get()376 if (IS_ERR(dst_node)) { in of_icc_get()377 if (PTR_ERR(dst_node) != -EPROBE_DEFER) in of_icc_get()379 PTR_ERR(dst_node)); in of_icc_get()380 return ERR_CAST(dst_node); in of_icc_get()384 path = path_find(dev, src_node, dst_node); in of_icc_get()
98 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument107 dst += dst_node->page_offset; in hfs_bnode_copy()109 dst_page = dst_node->page[0]; in hfs_bnode_copy()
74 u32 dst_node; member283 cb->dst_node = le32_to_cpu(v1->dst_node_id); in qrtr_endpoint_post()296 cb->dst_node = le16_to_cpu(v2->dst_node_id); in qrtr_endpoint_post()378 dst.sq_node = cb->dst_node; in qrtr_node_rx_work()
127 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument137 dst += dst_node->page_offset; in hfs_bnode_copy()140 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
411 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,