Home
last modified time | relevance | path

Searched refs:ENDPOINT0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c44 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()
123 if (epid <= ENDPOINT0 || epid >= ENDPOINT_MAX) in htc_process_conn_rsp()
130 for (tepid = (ENDPOINT_MAX - 1); tepid > ENDPOINT0; tepid--) { in htc_process_conn_rsp()
138 if (tepid == ENDPOINT0) in htc_process_conn_rsp()
176 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_config_pipe_credits()
211 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_setup_complete()
286 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_connect_service()
441 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg()
511 endpoint = &target->endpoint[ENDPOINT0]; in ath9k_htc_hw_alloc()
H A Dhtc_hst.h44 ENDPOINT0 = 0, enumerator