Home
last modified time | relevance | path

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

/drivers/usb/gadget/legacy/
Dmulti.c325 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in multi_bind()
341 if (!gether_set_host_addr(rndis_opts->net, host_addr)) in multi_bind()
Dncm.c146 if (!gether_set_host_addr(ncm_opts->net, host_addr)) in gncm_bind()
Dcdc2.c161 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in cdc_bind()
Dether.c364 if (!gether_set_host_addr(net, host_addr)) in eth_bind()
Dg_ffs.c367 if (!gether_set_host_addr(net, host_addr)) in gfs_bind()
/drivers/usb/gadget/function/
Du_ether.h190 int gether_set_host_addr(struct net_device *net, const char *host_addr);
Du_ether_configfs.h92 ret = gether_set_host_addr(opts->net, page); \
Du_ether.c1096 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() function
1107 EXPORT_SYMBOL_GPL(gether_set_host_addr);