Home
last modified time | relevance | path

Searched refs:pipe_num (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Dusb.c260 u8 pipe_num = ATH6KL_USB_PIPE_INVALID; in ath6kl_usb_get_logical_pipe_num() local
264 pipe_num = ATH6KL_USB_PIPE_RX_CTRL; in ath6kl_usb_get_logical_pipe_num()
268 pipe_num = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_get_logical_pipe_num()
272 pipe_num = ATH6KL_USB_PIPE_RX_INT; in ath6kl_usb_get_logical_pipe_num()
276 pipe_num = ATH6KL_USB_PIPE_RX_DATA2; in ath6kl_usb_get_logical_pipe_num()
280 pipe_num = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_logical_pipe_num()
284 pipe_num = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_get_logical_pipe_num()
288 pipe_num = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_get_logical_pipe_num()
292 pipe_num = ATH6KL_USB_PIPE_TX_DATA_HP; in ath6kl_usb_get_logical_pipe_num()
300 return pipe_num; in ath6kl_usb_get_logical_pipe_num()
[all …]
/drivers/usb/gadget/udc/
Dfsl_qe_udc.c283 static int qe_epbds_reset(struct qe_udc *udc, int pipe_num) in qe_epbds_reset() argument
290 ep = &udc->eps[pipe_num]; in qe_epbds_reset()
315 static int qe_ep_reset(struct qe_udc *udc, int pipe_num) in qe_ep_reset() argument
320 ep = &udc->eps[pipe_num]; in qe_ep_reset()
321 tmpusep = in_be16(&udc->usb_regs->usb_usep[pipe_num]); in qe_ep_reset()
338 out_be16(&udc->usb_regs->usb_usep[pipe_num], tmpusep); in qe_ep_reset()
340 qe_epbds_reset(udc, pipe_num); in qe_ep_reset()
351 static int qe_ep_bd_init(struct qe_udc *udc, unsigned char pipe_num) in qe_ep_bd_init() argument
353 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_bd_init()
365 epparam = udc->ep_param[pipe_num]; in qe_ep_bd_init()
[all …]
/drivers/usb/renesas_usbhs/
Dpipe.c493 int pipe_num = usbhs_pipe_number(pipe); in usbhsp_setup_pipebuff() local
545 bufnmb = pipe_num - 2; in usbhsp_setup_pipebuff()
558 pipe_num, buff_size, bufnmb); in usbhsp_setup_pipebuff()
/drivers/net/wireless/ath/ath10k/
Dpci.h141 u8 pipe_num; member
Dpci.c1646 int pipe_num; in ath10k_pci_buffer_cleanup() local
1648 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup()
1651 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup()
2069 pipe->pipe_num = i; in ath10k_pci_alloc_pipes()
2519 ath10k_ce_per_engine_service(ar_pci->ar, pipe->pipe_num); in ath10k_pci_ce_tasklet()