Searched refs:send_request_to_device (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/ks7010/ |
D | ks_hostif.c | 1229 static inline void send_request_to_device(struct ks_wlan_private *priv, in send_request_to_device() function 1247 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_mib_get_request() 1269 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp) + size)); in hostif_mib_set_request() 1309 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_start_request() 1356 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_ps_adhoc_set_request() 1395 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_infrastructure_set_request() 1412 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_adhoc_set_request() 1432 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_adhoc_set2_request() 1444 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_stop_request() 1464 send_request_to_device(priv, pp, hif_align_size(sizeof(*pp))); in hostif_phy_information_request() [all …]
|