Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dusb.c52 u8 ep_address; member
259 u8 ep_address, int *urb_count) in ath6kl_usb_get_logical_pipe_num() argument
263 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 …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.c153 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() argument
750 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 …]
H A Dusb.h81 u8 ep_address; member
/openbmc/linux/drivers/most/
H A Dmost_usb.c109 u8 *ep_address; member
362 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 …]
/openbmc/qemu/hw/usb/
H A Dredirect.c56 #define EP2I(ep_address) (((ep_address & 0x80) >> 3) | (ep_address & 0x0f)) argument