Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c102 void (*on_netinfo)(struct most_interface *most_iface, member
231 if (dev->on_netinfo) { in deliver_netinfo_thread()
232 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread()
609 void (*on_netinfo)(struct most_interface *, in request_netinfo()
616 dev->on_netinfo = on_netinfo; in request_netinfo()
617 if (!on_netinfo) in request_netinfo()
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c120 void (*on_netinfo)(struct most_interface *most_iface, member
742 void (*on_netinfo)(struct most_interface *, in hdm_request_netinfo()
750 mdev->on_netinfo = on_netinfo; in hdm_request_netinfo()
751 if (!on_netinfo) in hdm_request_netinfo()
815 if (mdev->on_netinfo) in wq_netinfo()
816 mdev->on_netinfo(&mdev->iface, link, hw_addr); in wq_netinfo()
/Linux-v4.19/drivers/staging/most/net/
Dnet.c173 static void on_netinfo(struct most_interface *iface,
203 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, on_netinfo); in most_nd_open()
525 static void on_netinfo(struct most_interface *iface, in on_netinfo() function
/Linux-v4.19/drivers/staging/most/
Dcore.h247 void (*on_netinfo)(struct most_interface *iface,