Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/mon/
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" */
35 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r) in mon_reader_add()
44 struct mon_bus *m1; in mon_reader_add()
45 m1 = list_entry(p, struct mon_bus, bus_link); in mon_reader_add()
64 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r) in mon_reader_del()
80 static void mon_bus_submit(struct mon_bus *mbus, struct urb *urb) in mon_bus_submit()
97 struct mon_bus *mbus; in mon_submit()
99 if ((mbus = ubus->mon_bus) != NULL) in mon_submit()
[all …]
Dusb_mon.h17 struct mon_bus { struct
44 struct mon_bus *m_bus; argument
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_bus0; /* Only for redundant checks */
Dmon_text.c127 struct urb *urb, char ev_type, struct mon_bus *mbus) in mon_text_get_setup()
141 int len, char ev_type, struct mon_bus *mbus) in mon_text_get_data()
300 struct mon_bus *mbus) in mon_text_fetch()
321 struct mon_bus *mbus; in mon_text_open()
448 struct mon_bus *mbus = rp->r.m_bus; in mon_text_read_wait()
610 struct mon_bus *mbus; in mon_text_release()
666 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add()
721 void mon_text_del(struct mon_bus *mbus) in mon_text_del()
Dmon_stat.c28 struct mon_bus *mbus; in mon_stat_open()
Dmon_bin.c672 struct mon_bus *mbus; in mon_bin_open()
777 struct mon_bus* mbus = rp->r.m_bus; in mon_bin_release()
1330 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
1348 void mon_bin_del(struct mon_bus *mbus) in mon_bin_del()
/linux-3.4.99/include/linux/
Dusb.h359 struct mon_bus *mon_bus; /* non-null when associated */ member