Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c982 static void *hostif_generic_request(size_t size, int event) in hostif_generic_request() function
1187 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_GET_REQ); in hostif_mib_get_request()
1206 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_SET_REQ); in hostif_mib_set_request()
1249 pp = hostif_generic_request(sizeof(*pp), HIF_START_REQ); in hostif_start_request()
1295 pp = hostif_generic_request(sizeof(*pp), HIF_PS_ADH_SET_REQ); in hostif_ps_adhoc_set_request()
1310 pp = hostif_generic_request(sizeof(*pp), event); in hostif_infrastructure_set_request()
1349 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set_request()
1366 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set2_request()
1386 pp = hostif_generic_request(sizeof(*pp), HIF_STOP_REQ); in hostif_stop_request()
1398 pp = hostif_generic_request(sizeof(*pp), HIF_PHY_INFO_REQ); in hostif_phy_information_request()
[all …]