| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-debug.h | 180 int ep_id = TRB_TO_EP_INDEX(field3) - 1; in cdnsp_decode_trb() local 186 ep_num = DIV_ROUND_UP(ep_id, 2); in cdnsp_decode_trb() 206 ep_num, ep_id % 2 ? "out" : "in", in cdnsp_decode_trb() 332 ep_num, ep_id % 2 ? "out" : "in", in cdnsp_decode_trb() 342 ep_num, ep_id % 2 ? "out" : "in", in cdnsp_decode_trb() 352 ep_num, ep_id % 2 ? "out" : "in", in cdnsp_decode_trb() 370 ep_num, ep_id % 2 ? "out" : "in", in cdnsp_decode_trb()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 724 int ep_id; in xdbc_handle_tx_event() local 727 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event() 738 if (ep_id == XDBC_EPID_OUT || ep_id == XDBC_EPID_OUT_INTEL) in xdbc_handle_tx_event() 740 if (ep_id == XDBC_EPID_IN || ep_id == XDBC_EPID_IN_INTEL) in xdbc_handle_tx_event() 743 xdbc_trace("endpoint %d stalled\n", ep_id); in xdbc_handle_tx_event() 747 if (ep_id == XDBC_EPID_IN || ep_id == XDBC_EPID_IN_INTEL) { in xdbc_handle_tx_event() 750 } else if (ep_id == XDBC_EPID_OUT || ep_id == XDBC_EPID_OUT_INTEL) { in xdbc_handle_tx_event() 753 xdbc_trace("invalid endpoint id %d\n", ep_id); in xdbc_handle_tx_event()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | max3420_udc.c | 684 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data() argument 686 struct max3420_ep *ep = &udc->ep[ep_id]; in max3420_do_data() 709 spi_wr_buf(udc, MAX3420_REG_EP0FIFO + ep_id, buf, length); in max3420_do_data() 710 spi_wr8(udc, MAX3420_REG_EP0BC + ep_id, length); in max3420_do_data() 714 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in max3420_do_data() 717 spi_rd_buf(udc, MAX3420_REG_EP0FIFO + ep_id, buf, length); in max3420_do_data() 735 if (ep_id == 0) in max3420_do_data()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc.h | 564 enum htc_endpoint_id ep_id); 565 void ath9k_htc_txep(void *priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, 568 enum htc_endpoint_id ep_id, bool txok);
|
| H A D | htc_drv_txrx.c | 691 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep() argument 707 epid_queue = get_htc_epid_queue(priv, ep_id); in ath9k_htc_txep() 1136 enum htc_endpoint_id ep_id) in ath9k_htc_rxep() argument
|
| H A D | htc_drv_init.c | 126 enum htc_endpoint_id *ep_id) in ath9k_htc_connect_svc() argument 137 return htc_connect_service(priv->htc, &req, ep_id); in ath9k_htc_connect_svc()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 123 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id) in ath6kl_wmi_set_control_ep() argument 125 if (WARN_ON(ep_id == ENDPOINT_UNUSED || ep_id >= ENDPOINT_MAX)) in ath6kl_wmi_set_control_ep() 128 wmi->ep_id = ep_id; in ath6kl_wmi_set_control_ep() 133 return wmi->ep_id; in ath6kl_wmi_get_control_ep() 1783 enum htc_endpoint_id ep_id = wmi->ep_id; in ath6kl_wmi_cmd_send() local 1827 ep_id = ath6kl_ac2_endpoint_id(wmi->parent_dev, WMM_AC_BE); in ath6kl_wmi_cmd_send() 1830 ath6kl_control_tx(wmi->parent_dev, skb, ep_id); in ath6kl_wmi_cmd_send() 2411 enum htc_endpoint_id ep_id, u8 if_idx) in ath6kl_wmi_data_sync_send() argument 2416 if (WARN_ON(skb == NULL || ep_id == wmi->ep_id)) { in ath6kl_wmi_data_sync_send() 2427 ret = ath6kl_control_tx(wmi->parent_dev, skb, ep_id); in ath6kl_wmi_data_sync_send() [all …]
|
| H A D | txrx.c | 62 return ar->node_map[i].ep_id; in ath6kl_ibss_map_epid() 80 ar->node_map[ep_map].ep_id = i; in ath6kl_ibss_map_epid() 89 ar->node_map[ep_map].ep_id = ar->next_ep_id; in ath6kl_ibss_map_epid() 99 return ar->node_map[ep_map].ep_id; in ath6kl_ibss_map_epid()
|
| H A D | htc_pipe.c | 747 u8 ep_id, *netdata; in ath6kl_htc_pipe_tx_complete() local 753 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete() 754 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete()
|
| H A D | core.h | 391 u8 ep_id; member
|
| H A D | wmi.h | 119 enum htc_endpoint_id ep_id; member 2537 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id);
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | link_encoder.h | 200 struct display_endpoint_id ep_id; member
|
| /linux/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 775 int ep_id; in dbc_handle_xfer_event() local 784 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event() 785 dep = (ep_id == EPID_OUT) ? in dbc_handle_xfer_event() 787 ep_ctx = (ep_id == EPID_OUT) ? in dbc_handle_xfer_event()
|