Searched defs:mon_bus (Results 1 - 1 of 1) sorted by path

/drivers/usb/mon/
H A Dusb_mon.h17 struct mon_bus { struct
44 struct mon_bus *m_bus;
52 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r);
53 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r);
55 struct mon_bus *mon_bus_lookup(unsigned int num);
57 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus);
58 void mon_text_del(struct mon_bus *mbus);
59 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
60 void mon_bin_del(struct mon_bus *mbus);
73 extern struct mon_bus mon_bus
[all...]

Completed in 240 milliseconds