Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mon_bus |
struct | mon_reader |
Macros | |
#define | TAG "usbmon" |
Functions | |
void | mon_reader_add (struct mon_bus *mbus, struct mon_reader *r) |
void | mon_reader_del (struct mon_bus *mbus, struct mon_reader *r) |
struct mon_bus * | mon_bus_lookup (unsigned int num) |
int | mon_text_add (struct mon_bus *mbus, const struct usb_bus *ubus) |
void | mon_text_del (struct mon_bus *mbus) |
int | mon_bin_add (struct mon_bus *mbus, const struct usb_bus *ubus) |
void | mon_bin_del (struct mon_bus *mbus) |
int __init | mon_text_init (void) |
void | mon_text_exit (void) |
int __init | mon_bin_init (void) |
void | mon_bin_exit (void) |
Variables | |
struct mutex | mon_lock |
struct file_operations | mon_fops_stat |
struct mon_bus | mon_bus0 |
Definition at line 328 of file mon_main.c.
void mon_reader_add | ( | struct mon_bus * | mbus, |
struct mon_reader * | r | ||
) |
Definition at line 35 of file mon_main.c.
void mon_reader_del | ( | struct mon_bus * | mbus, |
struct mon_reader * | r | ||
) |
Definition at line 64 of file mon_main.c.
Definition at line 666 of file mon_text.c.
Definition at line 721 of file mon_text.c.
Definition at line 758 of file mon_text.c.
Definition at line 741 of file mon_text.c.
Definition at line 27 of file mon_main.c.
struct file_operations mon_fops_stat |
Definition at line 60 of file mon_stat.c.