Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/legacy/
Dmulti.c321 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in multi_bind()
337 if (!gether_set_host_addr(rndis_opts->net, host_addr)) in multi_bind()
Dncm.c140 if (!gether_set_host_addr(ncm_opts->net, host_addr)) in gncm_bind()
Dcdc2.c157 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in cdc_bind()
Dether.c360 if (!gether_set_host_addr(net, host_addr)) in eth_bind()
Dg_ffs.c360 if (!gether_set_host_addr(net, host_addr)) in gfs_bind()
/linux-5.19.10/drivers/usb/gadget/function/
Du_ether.h183 int gether_set_host_addr(struct net_device *net, const char *host_addr);
Du_ether_configfs.h89 ret = gether_set_host_addr(opts->net, page); \
Du_ether.c943 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() function
954 EXPORT_SYMBOL_GPL(gether_set_host_addr);