Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.c686 while ((xbuf = rndis_get_next_response(params, &length))) in rndis_reset_response()
777 while ((buf = rndis_get_next_response(params, &length))) in rndis_uninit()
1031 u8 *rndis_get_next_response(struct rndis_params *params, u32 *length) in rndis_get_next_response() function
1050 EXPORT_SYMBOL_GPL(rndis_get_next_response);
H A Drndis.h193 u8 *rndis_get_next_response(struct rndis_params *params, u32 *length);
H A Df_rndis.c490 buf = rndis_get_next_response(rndis->params, &n); in rndis_setup()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h257 u8 *rndis_get_next_response(int configNr, u32 *length);
H A Drndis.c1005 while ((buf = rndis_get_next_response(configNr, &length))) in rndis_uninit()
1225 u8 *rndis_get_next_response(int configNr, u32 *length) in rndis_get_next_response() function
H A Dether.c1467 buf = rndis_get_next_response(dev->rndis_config, &n); in eth_setup()