Searched refs:tx_endpoint (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/usb/atm/ |
| H A D | xusbatm.c | 26 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-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | core.c | 1563 struct device_node *tx_endpoint, *next_rx_endpoint; in ath12k_core_get_wsi_info() local 1574 tx_endpoint = of_graph_get_endpoint_by_regs(next_wsi_dev, 0, -1); in ath12k_core_get_wsi_info() 1575 if (!tx_endpoint) { in ath12k_core_get_wsi_info() 1580 next_rx_endpoint = of_graph_get_remote_endpoint(tx_endpoint); in ath12k_core_get_wsi_info() 1583 of_node_put(tx_endpoint); in ath12k_core_get_wsi_info() 1587 of_node_put(tx_endpoint); in ath12k_core_get_wsi_info()
|
| /linux-6.15/drivers/media/rc/ |
| H A D | imon.c | 108 struct usb_endpoint_descriptor *tx_endpoint; member 604 ictx->tx_endpoint->bEndpointAddress); in send_packet() 605 interval = ictx->tx_endpoint->bInterval; in send_packet() 2122 struct usb_endpoint_descriptor *tx_endpoint = NULL; in imon_find_endpoints() local 2149 tx_endpoint = ep; in imon_find_endpoints() 2161 ictx->tx_endpoint = tx_endpoint; in imon_find_endpoints()
|