Searched refs:mon_bus (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/mon/
H A Dusb_mon.h18 struct mon_bus { struct
45 struct mon_bus *m_bus;
53 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r);
54 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r);
56 struct mon_bus *mon_bus_lookup(unsigned int num);
58 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus);
59 void mon_text_del(struct mon_bus *mbus);
60 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
61 void mon_bin_del(struct mon_bus *mbus);
74 extern struct mon_bus mon_bus
[all...]
H A Dmon_main.c21 static void mon_stop(struct mon_bus *mbus);
22 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus);
28 struct mon_bus mon_bus0; /* Pseudo bus meaning "all buses" */
29 static LIST_HEAD(mon_buses); /* All buses we know: struct mon_bus */
36 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r)
45 struct mon_bus *m1;
46 m1 = list_entry(p, struct mon_bus, bus_link);
65 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r)
81 static void mon_bus_submit(struct mon_bus *mbus, struct urb *urb)
95 struct mon_bus *mbu
[all...]
H A Dmon_stat.c29 struct mon_bus *mbus;
H A Dmon_text.c128 * This is called with the whole mon_bus locked, so no additional lock.
132 struct urb *urb, char ev_type, struct mon_bus *mbus)
146 int len, char ev_type, struct mon_bus *mbus)
305 struct mon_bus *mbus)
326 struct mon_bus *mbus;
483 struct mon_bus *mbus = rp->r.m_bus;
645 struct mon_bus *mbus;
701 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus)
727 void mon_text_del(struct mon_bus *mbus)
H A Dmon_bin.c678 struct mon_bus *mbus;
784 struct mon_bus* mbus = rp->r.m_bus;
990 // struct mon_bus* mbus = rp->r.m_bus;
1363 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus)
1381 void mon_bin_del(struct mon_bus *mbus)
/linux-master/include/linux/
H A Dusb.h492 struct mon_bus *mon_bus; /* non-null when associated */ member in struct:usb_bus

Completed in 298 milliseconds