Searched refs:query (Results 1 – 7 of 7) sorted by relevance
100 uint32_t query; in hmac_ll_wait_idle() local102 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()103 } while(query != 0); in hmac_ll_wait_idle()
103 uint32_t query; in hmac_ll_wait_idle() local105 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()106 } while(query != 0); in hmac_ll_wait_idle()
111 uint32_t query; in hmac_ll_wait_idle() local113 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()114 } while(query != 0); in hmac_ll_wait_idle()
255 extern void bta_hf_client_send_at_cops(BOOLEAN query);264 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
1535 void bta_hf_client_send_at_cops(BOOLEAN query) in bta_hf_client_send_at_cops() argument1541 if (query) { in bta_hf_client_send_at_cops()1717 void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val) in bta_hf_client_send_at_btrh() argument1728 if (query == TRUE) { in bta_hf_client_send_at_btrh()
1773 static void dpp_write_gas_query(struct wpabuf *buf, struct wpabuf *query) in dpp_write_gas_query() argument1776 wpabuf_put_le16(buf, wpabuf_len(query)); in dpp_write_gas_query()1777 wpabuf_put_buf(buf, query); in dpp_write_gas_query()