Home
last modified time | relevance | path

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

/linux/drivers/usb/mon/
A Dmon_main.c45 struct mon_bus *m1; in mon_reader_add()
98 struct mon_bus *mbus; in mon_submit()
100 mbus = ubus->mon_bus; in mon_submit()
125 struct mon_bus *mbus; in mon_submit_error()
127 mbus = ubus->mon_bus; in mon_submit_error()
152 struct mon_bus *mbus; in mon_complete()
154 mbus = ubus->mon_bus; in mon_complete()
211 struct mon_bus *mbus = ubus->mon_bus; in mon_bus_remove()
262 ubus->mon_bus = NULL; in mon_dissolve()
273 struct mon_bus *mbus = container_of(r, struct mon_bus, ref); in mon_bus_drop()
[all …]
A Dusb_mon.h18 struct mon_bus { struct
45 struct mon_bus *m_bus; argument
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_bus0; /* Only for redundant checks */
A Dmon_text.c132 struct urb *urb, char ev_type, struct mon_bus *mbus) in mon_text_get_setup()
146 int len, char ev_type, struct mon_bus *mbus) in mon_text_get_data()
305 struct mon_bus *mbus) in mon_text_fetch()
326 struct mon_bus *mbus; in mon_text_open()
483 struct mon_bus *mbus = rp->r.m_bus; in mon_text_read_wait()
645 struct mon_bus *mbus; in mon_text_release()
701 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add()
745 void mon_text_del(struct mon_bus *mbus) in mon_text_del()
A Dmon_stat.c29 struct mon_bus *mbus; in mon_stat_open()
A Dmon_bin.c675 struct mon_bus *mbus; in mon_bin_open()
781 struct mon_bus* mbus = rp->r.m_bus; in mon_bin_release()
1351 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
1369 void mon_bin_del(struct mon_bus *mbus) in mon_bin_del()
/linux/include/linux/
A Dusb.h465 struct mon_bus *mon_bus; /* non-null when associated */ member

Completed in 18 milliseconds