Searched refs:ENDPOINT0 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 44 for (avail_epid = (ENDPOINT_MAX - 1); avail_epid > ENDPOINT0; avail_epid--) in get_next_avail_ep() 96 endpoint = &target->endpoint[ENDPOINT0]; in htc_process_target_rdy() 124 for (tepid = (ENDPOINT_MAX - 1); tepid > ENDPOINT0; tepid--) { in htc_process_conn_rsp() 132 if (tepid == ENDPOINT0) in htc_process_conn_rsp() 170 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_config_pipe_credits() 205 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_setup_complete() 280 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_connect_service() 435 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg() 503 endpoint = &target->endpoint[ENDPOINT0]; in ath9k_htc_hw_alloc()
|
D | htc_hst.h | 44 ENDPOINT0 = 0, enumerator
|