Home
last modified time | relevance | path

Searched refs:tx_endpoint (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/atm/
H A Dxusbatm.c26 XUSBATM_PARM(tx_endpoint, unsigned char, byte, "tx endpoint number");
86 struct usb_interface *tx_intf = xusbatm_find_intf(usb_dev, tx_alt, tx_endpoint[drv_ix]); in xusbatm_bind()
93 tx_endpoint[drv_ix], tx_padding[drv_ix], tx_alt); in xusbatm_bind()
101 __func__, tx_endpoint[drv_ix], tx_alt); in xusbatm_bind()
188 tx_endpoint[i] &= USB_ENDPOINT_NUMBER_MASK; in xusbatm_init()
199 xusbatm_drivers[i].bulk_out = tx_endpoint[i]; in xusbatm_init()
/linux/drivers/media/rc/
H A Dimon.c103 struct usb_endpoint_descriptor *tx_endpoint; member
606 ictx->tx_endpoint->bEndpointAddress); in send_packet()
607 interval = ictx->tx_endpoint->bInterval; in send_packet()
2139 struct usb_endpoint_descriptor *tx_endpoint = NULL; in imon_find_endpoints() local
2166 tx_endpoint = ep; in imon_find_endpoints()
2178 ictx->tx_endpoint = tx_endpoint; in imon_find_endpoints()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c1850 struct device_node *tx_endpoint, *next_rx_endpoint; in ath12k_core_get_wsi_info() local
1861 tx_endpoint = of_graph_get_endpoint_by_regs(next_wsi_dev, 0, -1); in ath12k_core_get_wsi_info()
1862 if (!tx_endpoint) { in ath12k_core_get_wsi_info()
1867 next_rx_endpoint = of_graph_get_remote_endpoint(tx_endpoint); in ath12k_core_get_wsi_info()
1870 of_node_put(tx_endpoint); in ath12k_core_get_wsi_info()
1874 of_node_put(tx_endpoint); in ath12k_core_get_wsi_info()