|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/list.h>#include <linux/spinlock.h>#include <linux/sysfs.h>#include <linux/types.h>#include <linux/usb.h>#include <linux/usb/hcd.h>#include <linux/wait.h>Go to the source code of this file.
Data Structures | |
| struct | vhci_device |
| struct | vhci_priv |
| struct | vhci_unlink |
| struct | vhci_hcd |
Macros | |
| #define | VHCI_NPORTS 8 |
| #define | hardware (&the_controller->pdev.dev) |
Functions | |
| void | rh_port_connect (int rhport, enum usb_device_speed speed) |
| void | rh_port_disconnect (int rhport) |
| struct urb * | pickup_urb_and_free_priv (struct vhci_device *vdev, __u32 seqnum) |
| int | vhci_rx_loop (void *data) |
| int | vhci_tx_loop (void *data) |
Variables | |
| struct vhci_device | __attribute__ |
| struct vhci_hcd * | the_controller |
| struct attribute_group | dev_attr_group |
| #define hardware (&the_controller->pdev.dev) |
|
read |
| void rh_port_connect | ( | int | rhport, |
| enum usb_device_speed | speed | ||
| ) |
Definition at line 121 of file vhci_hcd.c.
Definition at line 152 of file vhci_hcd.c.
| struct attribute_group dev_attr_group |
Definition at line 242 of file vhci_sysfs.c.
Definition at line 58 of file vhci_hcd.c.
1.8.2