|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/errno.h>#include <linux/init.h>#include <linux/time.h>#include <linux/timer.h>#include <asm/unaligned.h>#include "musb_core.h"Go to the source code of this file.
Functions | |
| void | musb_root_disconnect (struct musb *musb) |
| int | musb_hub_status_data (struct usb_hcd *hcd, char *buf) |
| int | musb_hub_control (struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) |
| int musb_hub_control | ( | struct usb_hcd * | hcd, |
| u16 | typeReq, | ||
| u16 | wValue, | ||
| u16 | wIndex, | ||
| char * | buf, | ||
| u16 | wLength | ||
| ) |
Definition at line 227 of file musb_virthub.c.
Definition at line 214 of file musb_virthub.c.
Definition at line 179 of file musb_virthub.c.
1.8.2