[go: nahoru, domu]

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

/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...]
H A Dmon_main.c20 static void mon_stop(struct mon_bus *mbus);
21 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus);
27 struct mon_bus mon_bus0; /* Pseudo bus meaning "all buses" */
28 static LIST_HEAD(mon_buses); /* All buses we know: struct mon_bus */
35 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r)
44 struct mon_bus *m1;
45 m1 = list_entry(p, struct mon_bus, bus_link);
64 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r)
80 static void mon_bus_submit(struct mon_bus *mbus, struct urb *urb)
97 struct mon_bus *mbu
[all...]
H A Dmon_stat.c28 struct mon_bus *mbus;
H A Dmon_text.c123 * This is called with the whole mon_bus locked, so no additional lock.
127 struct urb *urb, char ev_type, struct mon_bus *mbus)
141 int len, char ev_type, struct mon_bus *mbus)
300 struct mon_bus *mbus)
321 struct mon_bus *mbus;
448 struct mon_bus *mbus = rp->r.m_bus;
610 struct mon_bus *mbus;
666 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus)
721 void mon_text_del(struct mon_bus *mbus)
H A Dmon_bin.c672 struct mon_bus *mbus;
777 struct mon_bus* mbus = rp->r.m_bus;
983 // struct mon_bus* mbus = rp->r.m_bus;
1330 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus)
1348 void mon_bin_del(struct mon_bus *mbus)

Completed in 64 milliseconds