Home
last modified time | relevance | path

Searched refs:mon_bin_add (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/mon/
H A Dusb_mon.h60 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
H A Dmon_main.c302 mbus->bin_inited = mon_bin_add(mbus, ubus); in mon_bus_init()
322 mbus->bin_inited = mon_bin_add(mbus, NULL); in mon_bus0_init()
H A Dmon_bin.c1363 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() function