Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/mon/
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" */
36 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r) in mon_reader_add()
45 struct mon_bus *m1; in mon_reader_add()
46 m1 = list_entry(p, struct mon_bus, bus_link); in mon_reader_add()
65 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r) in mon_reader_del()
81 static void mon_bus_submit(struct mon_bus *mbus, struct urb *urb) in mon_bus_submit()
98 struct mon_bus *mbus; in mon_submit()
100 mbus = ubus->mon_bus; in mon_submit()
[all …]
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 */
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()
Dmon_stat.c29 struct mon_bus *mbus; in mon_stat_open()
Dmon_bin.c675 struct mon_bus *mbus; in mon_bin_open()
781 struct mon_bus* mbus = rp->r.m_bus; in mon_bin_release()
1356 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
1374 void mon_bin_del(struct mon_bus *mbus) in mon_bin_del()
/linux-6.1.9/include/linux/
Dusb.h465 struct mon_bus *mon_bus; /* non-null when associated */ member