Lines Matching refs:pipe
209 int err, pipe, len, size, sent = 0; in ath3k_load_firmware() local
214 pipe = usb_sndctrlpipe(udev, 0); in ath3k_load_firmware()
223 err = usb_control_msg(udev, pipe, USB_REQ_DFU_DNLOAD, USB_TYPE_VENDOR, in ath3k_load_firmware()
232 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_firmware()
241 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_firmware()
261 int ret, pipe = 0; in ath3k_get_state() local
268 pipe = usb_rcvctrlpipe(udev, 0); in ath3k_get_state()
269 ret = usb_control_msg(udev, pipe, ATH3K_GETSTATE, in ath3k_get_state()
282 int ret, pipe = 0; in ath3k_get_version() local
290 pipe = usb_rcvctrlpipe(udev, 0); in ath3k_get_version()
291 ret = usb_control_msg(udev, pipe, ATH3K_GETVERSION, in ath3k_get_version()
305 int err, pipe, len, size, count, sent = 0; in ath3k_load_fwfile() local
319 pipe = usb_sndctrlpipe(udev, 0); in ath3k_load_fwfile()
320 ret = usb_control_msg(udev, pipe, ATH3K_DNLOAD, in ath3k_load_fwfile()
332 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_fwfile()
341 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_fwfile()
359 int pipe = 0; in ath3k_switch_pid() local
361 pipe = usb_sndctrlpipe(udev, 0); in ath3k_switch_pid()
362 return usb_control_msg(udev, pipe, USB_REG_SWITCH_VID_PID, in ath3k_switch_pid()
370 int pipe = 0, ret; in ath3k_set_normal_mode() local
383 pipe = usb_sndctrlpipe(udev, 0); in ath3k_set_normal_mode()
384 return usb_control_msg(udev, pipe, ATH3K_SET_NORMAL_MODE, in ath3k_set_normal_mode()