Searched refs:gether_connect (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Du_ether.h266 struct net_device *gether_connect(struct gether *);
H A Df_subset.c274 net = gether_connect(&geth->port);
H A Du_ether.c1099 * gether_connect - notify network layer that USB link is active
1114 struct net_device *gether_connect(struct gether *link) function
1180 EXPORT_SYMBOL_GPL(gether_connect); variable
1184 * @link: the USB link, on which gether_connect() was called
1190 * On return, the state is as if gether_connect() had never been called.
H A Df_eem.c219 net = gether_connect(&eem->port);
H A Df_rndis.c582 net = gether_connect(&rndis->port);
H A Df_ecm.c577 net = gether_connect(&ecm->port);
H A Df_ncm.c916 net = gether_connect(&ncm->port);

Completed in 113 milliseconds