Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/ks7010/
Dks_hostif.c1036 static void *hostif_generic_request(size_t size, int event) in hostif_generic_request() function
1242 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_GET_REQ); in hostif_mib_get_request()
1261 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_SET_REQ); in hostif_mib_set_request()
1304 pp = hostif_generic_request(sizeof(*pp), HIF_START_REQ); in hostif_start_request()
1350 pp = hostif_generic_request(sizeof(*pp), HIF_PS_ADH_SET_REQ); in hostif_ps_adhoc_set_request()
1365 pp = hostif_generic_request(sizeof(*pp), event); in hostif_infrastructure_set_request()
1404 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set_request()
1421 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set2_request()
1441 pp = hostif_generic_request(sizeof(*pp), HIF_STOP_REQ); in hostif_stop_request()
1453 pp = hostif_generic_request(sizeof(*pp), HIF_PHY_INFO_REQ); in hostif_phy_information_request()
[all …]