Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.h72 typedef struct rndis_set_msg_type { struct
80 } rndis_set_msg_type; argument
H A Drndis.c634 rndis_set_msg_type *buf) in rndis_set_response()
834 return rndis_set_response(params, (rndis_set_msg_type *)buf); in rndis_msg_parser()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h126 typedef struct rndis_set_msg_type { struct
134 } rndis_set_msg_type; argument
H A Drndis.c851 static int rndis_set_response(int configNr, rndis_set_msg_type *buf) in rndis_set_response()
1068 (rndis_set_msg_type *) buf); in rndis_msg_parser()
/openbmc/qemu/hw/usb/
H A Ddev-network.c413 typedef struct rndis_set_msg_type { struct
421 } rndis_set_msg_type; argument
956 rndis_set_msg_type *buf, unsigned int length) in rndis_set_response()
1044 return rndis_set_response(s, (rndis_set_msg_type *) data, length); in rndis_parse()