Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/ks7010/
Dks_hostif.c1230 static inline void send_request_to_device(struct ks_wlan_private *priv, in send_request_to_device() function
1248 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_mib_get_request()
1270 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp) + size)); in hostif_mib_set_request()
1310 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_start_request()
1357 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_ps_adhoc_set_request()
1396 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_infrastructure_set_request()
1413 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_adhoc_set_request()
1433 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_adhoc_set2_request()
1445 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_stop_request()
1465 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_phy_information_request()
[all …]