Home
last modified time | relevance | path

Searched refs:gether_set_host_addr (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Du_ether.h189 int gether_set_host_addr(struct net_device *net, const char *host_addr);
Du_ether_configfs.h96 ret = gether_set_host_addr(opts->net, page); \
Du_ether.c935 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() function
946 EXPORT_SYMBOL_GPL(gether_set_host_addr);
/linux-4.1.27/drivers/usb/gadget/legacy/
Dmulti.c339 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in multi_bind()
355 if (!gether_set_host_addr(rndis_opts->net, host_addr)) in multi_bind()
Dncm.c159 if (!gether_set_host_addr(ncm_opts->net, host_addr)) in gncm_bind()
Dcdc2.c175 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in cdc_bind()
Dether.c377 if (!gether_set_host_addr(net, host_addr)) in eth_bind()
Dg_ffs.c381 if (!gether_set_host_addr(net, host_addr)) in gfs_bind()