Searched refs:pipe_num (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | usb.c | 252 u8 pipe_num = ATH6KL_USB_PIPE_INVALID; in ath6kl_usb_get_logical_pipe_num() local 256 pipe_num = ATH6KL_USB_PIPE_RX_CTRL; in ath6kl_usb_get_logical_pipe_num() 260 pipe_num = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_get_logical_pipe_num() 264 pipe_num = ATH6KL_USB_PIPE_RX_INT; in ath6kl_usb_get_logical_pipe_num() 268 pipe_num = ATH6KL_USB_PIPE_RX_DATA2; in ath6kl_usb_get_logical_pipe_num() 272 pipe_num = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_logical_pipe_num() 276 pipe_num = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_get_logical_pipe_num() 280 pipe_num = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_get_logical_pipe_num() 284 pipe_num = ATH6KL_USB_PIPE_TX_DATA_HP; in ath6kl_usb_get_logical_pipe_num() 292 return pipe_num; in ath6kl_usb_get_logical_pipe_num() [all …]
|
/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 283 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/net/wireless/ath/ath10k/ |
D | pci.c | 864 cb->rx_completion(ar, skb, pipe_info->pipe_num); in ath10k_pci_ce_recv_data() 1226 int pipe_num; in ath10k_pci_buffer_cleanup() local 1228 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup() 1231 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup() 1605 int pipe_num, ret; in ath10k_pci_ce_init() local 1607 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_ce_init() 1608 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_ce_init() 1609 pipe_info->ce_hdl = &ar_pci->ce_states[pipe_num]; in ath10k_pci_ce_init() 1610 pipe_info->pipe_num = pipe_num; in ath10k_pci_ce_init() 1612 attr = &host_ce_config_wlan[pipe_num]; in ath10k_pci_ce_init() [all …]
|
D | pci.h | 141 u8 pipe_num; member
|
/drivers/usb/renesas_usbhs/ |
D | pipe.c | 462 int pipe_num = usbhs_pipe_number(pipe); in usbhsp_setup_pipebuff() local 514 bufnmb = pipe_num - 2; in usbhsp_setup_pipebuff() 527 pipe_num, buff_size, bufnmb); in usbhsp_setup_pipebuff()
|