Searched refs:mon_bus (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/mon/ |
| A D | mon_main.c | 45 struct mon_bus *m1; in mon_reader_add() 95 struct mon_bus *mbus; in mon_submit() 97 mbus = ubus->mon_bus; in mon_submit() 119 struct mon_bus *mbus; in mon_submit_error() 121 mbus = ubus->mon_bus; in mon_submit_error() 143 struct mon_bus *mbus; in mon_complete() 145 mbus = ubus->mon_bus; in mon_complete() 200 struct mon_bus *mbus = ubus->mon_bus; in mon_bus_remove() 251 ubus->mon_bus = NULL; in mon_dissolve() 262 struct mon_bus *mbus = container_of(r, struct mon_bus, ref); in mon_bus_drop() [all …]
|
| A D | usb_mon.h | 18 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 D | mon_text.c | 132 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() 699 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add() 725 void mon_text_del(struct mon_bus *mbus) in mon_text_del()
|
| A D | mon_stat.c | 29 struct mon_bus *mbus; in mon_stat_open()
|
| A D | mon_bin.c | 678 struct mon_bus *mbus; in mon_bin_open() 784 struct mon_bus* mbus = rp->r.m_bus; in mon_bin_release() 1362 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() 1380 void mon_bin_del(struct mon_bus *mbus) in mon_bin_del()
|
Completed in 15 milliseconds