Searched refs:ep_address (Results 1 – 5 of 5) sorted by relevance
52 u8 ep_address; member259 u8 ep_address, int *urb_count) in ath6kl_usb_get_logical_pipe_num() argument263 switch (ep_address) { in ath6kl_usb_get_logical_pipe_num()366 pipe->ep_address = endpoint->bEndpointAddress; in ath6kl_usb_setup_pipe_resources()370 if (ATH6KL_USB_IS_DIR_IN(pipe->ep_address)) { in ath6kl_usb_setup_pipe_resources()373 pipe->ep_address); in ath6kl_usb_setup_pipe_resources()377 pipe->ep_address); in ath6kl_usb_setup_pipe_resources()380 if (ATH6KL_USB_IS_DIR_IN(pipe->ep_address)) { in ath6kl_usb_setup_pipe_resources()383 pipe->ep_address); in ath6kl_usb_setup_pipe_resources()387 pipe->ep_address); in ath6kl_usb_setup_pipe_resources()[all …]
153 pipe->ep_address, urb->status); in ath10k_usb_recv_complete()235 recv_pipe->usb_pipe_handle, recv_pipe->ep_address, in ath10k_usb_post_recv_transfers()746 static u8 ath10k_usb_get_logical_pipe_num(u8 ep_address, int *urb_count) in ath10k_usb_get_logical_pipe_num() argument750 switch (ep_address) { in ath10k_usb_get_logical_pipe_num()884 pipe->ep_address = endpoint->bEndpointAddress; in ath10k_usb_setup_pipe_resources()888 if (ATH10K_USB_IS_DIR_IN(pipe->ep_address)) { in ath10k_usb_setup_pipe_resources()891 pipe->ep_address); in ath10k_usb_setup_pipe_resources()895 pipe->ep_address); in ath10k_usb_setup_pipe_resources()898 if (ATH10K_USB_IS_DIR_IN(pipe->ep_address)) { in ath10k_usb_setup_pipe_resources()901 pipe->ep_address); in ath10k_usb_setup_pipe_resources()[all …]
81 u8 ep_address; member
109 u8 *ep_address; member362 mdev->ep_address[channel]); in hdm_write_completion()419 mdev->ep_address[channel]); in hdm_read_completion()430 mdev->ep_address[channel]); in hdm_read_completion()497 mdev->ep_address[channel]), in hdm_enqueue()508 mdev->ep_address[channel]), in hdm_enqueue()629 u16 ep = mdev->ep_address[channel]; in hdm_configure_channel()758 mdev->ep_address[peer]); in wq_clear_halt()1008 mdev->ep_address = in hdm_probe()1009 kcalloc(num_endpoints, sizeof(*mdev->ep_address), GFP_KERNEL); in hdm_probe()[all …]
56 #define EP2I(ep_address) (((ep_address & 0x80) >> 3) | (ep_address & 0x0f)) argument