Linux Kernel
3.7.1
|
#include <linux/usb/gadget.h>
Go to the source code of this file.
Macros | |
#define | gadget_is_at91(g) (!strcmp("at91_udc", (g)->name)) |
#define | gadget_is_goku(g) (!strcmp("goku_udc", (g)->name)) |
#define | gadget_is_musbhdrc(g) (!strcmp("musb-hdrc", (g)->name)) |
#define | gadget_is_net2280(g) (!strcmp("net2280", (g)->name)) |
#define | gadget_is_pxa(g) (!strcmp("pxa25x_udc", (g)->name)) |
#define | gadget_is_pxa27x(g) (!strcmp("pxa27x_udc", (g)->name)) |
Definition at line 30 of file gadget_chips.h.
Definition at line 31 of file gadget_chips.h.
Definition at line 32 of file gadget_chips.h.
Definition at line 33 of file gadget_chips.h.
Definition at line 34 of file gadget_chips.h.
Definition at line 35 of file gadget_chips.h.