Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c102 void (*on_netinfo)(struct most_interface *most_iface, member
212 if (dev->on_netinfo) { in deliver_netinfo_thread()
213 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread()
590 void (*on_netinfo)(struct most_interface *, in request_netinfo()
597 dev->on_netinfo = on_netinfo; in request_netinfo()
598 if (!on_netinfo) in request_netinfo()
/Linux-v5.4/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-v5.4/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()
536 static void on_netinfo(struct most_interface *iface, in on_netinfo() function
/Linux-v5.4/drivers/staging/most/
Dcore.h247 void (*on_netinfo)(struct most_interface *iface,