Searched refs:ENDPOINT0 (Results 1 – 2 of 2) sorted by relevance
/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() 121 for (tepid = (ENDPOINT_MAX - 1); tepid > ENDPOINT0; tepid--) { in htc_process_conn_rsp() 129 if (tepid == ENDPOINT0) in htc_process_conn_rsp() 167 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_config_pipe_credits() 202 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_setup_complete() 273 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_connect_service() 355 if (htc_hdr && htc_hdr->endpoint_id != ENDPOINT0) in ath9k_htc_txcompletion_cb() 390 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg() 449 endpoint = &target->endpoint[ENDPOINT0]; in ath9k_htc_hw_alloc()
|
D | htc_hst.h | 44 ENDPOINT0 = 0, enumerator
|