Searched refs:src_node (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Doutput.c137 struct device_node *src_node; omap_dss_find_output_by_port_node() local
141 src_node = dss_of_port_get_parent_device(port); omap_dss_find_output_by_port_node()
142 if (!src_node) omap_dss_find_output_by_port_node()
148 if (out->dev->of_node == src_node && out->port_num == reg) { omap_dss_find_output_by_port_node()
149 of_node_put(src_node); omap_dss_find_output_by_port_node()
154 of_node_put(src_node); omap_dss_find_output_by_port_node()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Duap_txrx.c104 struct mwifiex_sta_node *src_node; mwifiex_uap_queue_bridged_pkt() local
188 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); mwifiex_uap_queue_bridged_pkt()
189 if (src_node) { mwifiex_uap_queue_bridged_pkt()
190 src_node->stats.last_rx = jiffies; mwifiex_uap_queue_bridged_pkt()
191 src_node->stats.rx_bytes += skb->len; mwifiex_uap_queue_bridged_pkt()
192 src_node->stats.rx_packets++; mwifiex_uap_queue_bridged_pkt()
193 src_node->stats.last_tx_rate = uap_rx_pd->rx_rate; mwifiex_uap_queue_bridged_pkt()
194 src_node->stats.last_tx_htinfo = uap_rx_pd->ht_info; mwifiex_uap_queue_bridged_pkt()
H A Dutil.c438 struct mwifiex_sta_node *src_node; mwifiex_recv_packet() local
449 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); mwifiex_recv_packet()
450 if (src_node) { mwifiex_recv_packet()
451 src_node->stats.last_rx = jiffies; mwifiex_recv_packet()
452 src_node->stats.rx_bytes += skb->len; mwifiex_recv_packet()
453 src_node->stats.rx_packets++; mwifiex_recv_packet()
/linux-4.4.14/fs/hfs/
H A Dbnode.c98 struct hfs_bnode *src_node, int src, int len) hfs_bnode_copy()
106 tree = src_node->tree; hfs_bnode_copy()
107 src += src_node->page_offset; hfs_bnode_copy()
109 src_page = src_node->page[0]; hfs_bnode_copy()
97 hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, struct hfs_bnode *src_node, int src, int len) hfs_bnode_copy() argument
/linux-4.4.14/sound/soc/sh/rcar/
H A Dsrc.c993 struct device_node *src_node; rsnd_of_parse_src() local
1003 src_node = rsnd_src_of_node(priv); rsnd_of_parse_src()
1004 if (!src_node) rsnd_of_parse_src()
1007 nr = of_get_child_count(src_node); rsnd_of_parse_src()
1023 for_each_child_of_node(src_node, np) { for_each_child_of_node()
1030 of_node_put(src_node);
H A Dcore.c729 struct device_node *src_node, *src_np; rsnd_of_parse_dai() local
763 src_node = of_get_child_by_name(dev->of_node, "rcar_sound,src"); rsnd_of_parse_dai()
/linux-4.4.14/fs/hfsplus/
H A Dbnode.c127 struct hfs_bnode *src_node, int src, int len) hfs_bnode_copy()
136 tree = src_node->tree; hfs_bnode_copy()
137 src += src_node->page_offset; hfs_bnode_copy()
139 src_page = src_node->page + (src >> PAGE_CACHE_SHIFT); hfs_bnode_copy()
126 hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, struct hfs_bnode *src_node, int src, int len) hfs_bnode_copy() argument
H A Dhfsplus_fs.h409 struct hfs_bnode *src_node, int src, int len);
/linux-4.4.14/net/appletalk/
H A Datalk_proc.c182 s->sk_type, ntohs(at->src_net), at->src_node, at->src_port, atalk_seq_socket_show()
H A Dddp.c109 (to->sat_addr.s_node == at->src_node || atalk_search_socket()
118 atif->address.s_node == at->src_node) { atalk_search_socket()
150 at->src_node == sat->sat_addr.s_node && atalk_find_or_insert_socket()
1090 at->src_node == sat->sat_addr.s_node && atalk_pick_and_bind_port()
1121 at->src_node = sat.sat_addr.s_node = ap->s_node; atalk_autobind()
1154 at->src_node = addr->sat_addr.s_node = ap->s_node; atalk_bind()
1162 at->src_node = addr->sat_addr.s_node; atalk_bind()
1268 sat.sat_addr.s_node = at->src_node; atalk_getname()
1655 ddp->deh_snode = at->src_node; atalk_sendmsg()
/linux-4.4.14/include/linux/
H A Datalk.h40 unsigned char src_node; member in struct:atalk_sock
/linux-4.4.14/net/netrom/
H A Daf_netrom.c1287 "user_addr dest_node src_node dev my your st vs vr va t1 t2 t4 idle n2 wnd Snd-Q Rcv-Q inode\n"); nr_info_show()

Completed in 464 milliseconds