Searched refs:rio_cmd (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500.c111 struct RioCommand rio_cmd; local
134 if (copy_from_user(&rio_cmd, data, sizeof(struct RioCommand))) {
138 if (rio_cmd.length < 0 || rio_cmd.length > PAGE_SIZE) {
147 if (copy_from_user(buffer, rio_cmd.buffer, rio_cmd.length)) {
153 requesttype = rio_cmd.requesttype | USB_DIR_IN |
157 requesttype, rio_cmd.request, rio_cmd.value,
158 rio_cmd
[all...]

Completed in 41 milliseconds