Home
last modified time | relevance | path

Searched refs:dports (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/
H A Dqcom,sdw.txt123 - qcom,dports-type:
152 qcom,dports-type = <0>;
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_table.h117 u32 scope, bool exact, struct list_head *dports);
H A Dname_table.c643 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup() argument
658 tipc_dest_push(dports, 0, p->port); in tipc_nametbl_mc_lookup()
H A Dsocket.c1186 struct list_head dports; in tipc_sk_mcast_rcv() local
1192 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()
1233 scope, exact, &dports); in tipc_sk_mcast_rcv()
1236 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()