|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | debug_buffer |
Macros | |
| #define | ehci_dbg(ehci, fmt, args...) dev_dbg (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
| #define | ehci_err(ehci, fmt, args...) dev_err (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
| #define | ehci_info(ehci, fmt, args...) dev_info (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
| #define | ehci_warn(ehci, fmt, args...) dev_warn (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
| #define | dbg_status(ehci, label, status) |
| #define | dbg_cmd(ehci, label, command) |
| #define | dbg_port(ehci, label, port, status) |
| #define | speed_char(info1) |
| #define | DBG_SCHED_LIMIT 64 |
Definition at line 328 of file ehci-dbg.c.
Definition at line 334 of file ehci-dbg.c.
| #define DBG_SCHED_LIMIT 64 |
Definition at line 555 of file ehci-dbg.c.
Definition at line 322 of file ehci-dbg.c.
| #define ehci_dbg | ( | ehci, | |
| fmt, | |||
| args... | |||
| ) | dev_dbg (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
Definition at line 21 of file ehci-dbg.c.
| #define ehci_err | ( | ehci, | |
| fmt, | |||
| args... | |||
| ) | dev_err (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
Definition at line 23 of file ehci-dbg.c.
| #define ehci_info | ( | ehci, | |
| fmt, | |||
| args... | |||
| ) | dev_info (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
Definition at line 25 of file ehci-dbg.c.
| #define ehci_warn | ( | ehci, | |
| fmt, | |||
| args... | |||
| ) | dev_warn (ehci_to_hcd(ehci)->self.controller , fmt , ## args ) |
Definition at line 27 of file ehci-dbg.c.
1.8.2