#include <linux/device.h>
#include <linux/module.h>
#include "wusbhc.h"
Go to the source code of this file.
EXPORT_SYMBOL_GPL |
( |
wusbd |
| ) |
|
MODULE_DESCRIPTION |
( |
"Wireless USB core" |
| ) |
|
module_exit |
( |
wusbcore_exit |
| ) |
|
module_init |
( |
wusbcore_init |
| ) |
|
u8 wusb_cluster_id_get |
( |
void |
| ) |
|
void wusb_cluster_id_put |
( |
u8 |
id | ) |
|
wusbhc_giveback_urb - return an URB to the USB core : the host controller the URB is from. : the URB. : the URB's status.
Return an URB to the USB core doing some additional WUSB specific processing.
- After a successful transfer, update the trust timeout timestamp for the WUSB device.
- [WUSB] sections 4.13 and 7.5.1 specifies the stop retrasmittion condition for the WCONNECTACK_IE is that the host has observed the associated device responding to a control transfer.
Definition at line 368 of file wusbhc.c.
wusbhc_reset_all - reset the HC hardware : the host controller to reset.
Request a full hardware reset of the chip. This will also reset the radio controller and any other PALs.
Definition at line 394 of file wusbhc.c.