Lines Matching defs:device
63 /* usb device object */
522 * no need to spew these errors when device
700 struct ath6kl_usb *device = ath6kl_usb_priv(ar);
703 ath6kl_usb_start_recv_pipes(device);
708 device->pipes[i].urb_cnt_thresh =
709 device->pipes[i].urb_alloc / 2;
716 struct ath6kl_usb *device = ath6kl_usb_priv(ar);
717 struct ath6kl_usb_pipe *pipe = &device->pipes[PipeID];
755 device->udev,
791 struct ath6kl_usb *device = ath6kl_usb_priv(ar);
793 ath6kl_usb_flush_all(device);
860 struct ath6kl_usb *device = ath6kl_usb_priv(ar);
862 return device->pipes[pipe_id].urb_cnt;
867 struct ath6kl_usb *device = ath6kl_usb_priv(ar);
869 ath6kl_usb_flush_all(device);
1034 ath6kl_err("Unable to read the bmi data from the device: %d\n",
1052 ath6kl_err("unable to send the bmi data to the device: %d\n",
1197 struct ath6kl_usb *device;
1198 device = usb_get_intfdata(interface);
1200 ath6kl_usb_flush_all(device);
1206 struct ath6kl_usb *device;
1207 device = usb_get_intfdata(interface);
1209 ath6kl_usb_post_recv_transfers(&device->pipes[ATH6KL_USB_PIPE_RX_DATA],
1211 ath6kl_usb_post_recv_transfers(&device->pipes[ATH6KL_USB_PIPE_RX_DATA2],