Searched refs:hostif_generic_request (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 1035 static void *hostif_generic_request(size_t size, int event) in hostif_generic_request() function 1241 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_GET_REQ); in hostif_mib_get_request() 1260 pp = hostif_generic_request(sizeof(*pp), HIF_MIB_SET_REQ); in hostif_mib_set_request() 1303 pp = hostif_generic_request(sizeof(*pp), HIF_START_REQ); in hostif_start_request() 1349 pp = hostif_generic_request(sizeof(*pp), HIF_PS_ADH_SET_REQ); in hostif_ps_adhoc_set_request() 1364 pp = hostif_generic_request(sizeof(*pp), event); in hostif_infrastructure_set_request() 1403 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set_request() 1420 pp = hostif_generic_request(sizeof(*pp), HIF_ADH_SET_REQ); in hostif_adhoc_set2_request() 1440 pp = hostif_generic_request(sizeof(*pp), HIF_STOP_REQ); in hostif_stop_request() 1452 pp = hostif_generic_request(sizeof(*pp), HIF_PHY_INFO_REQ); in hostif_phy_information_request() [all …]
|