Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-network.c68 #define DEV_RNDIS_CONFIG_VALUE 2 /* RNDIS; optional */ macro
275 .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE,
660 s->dev.config->bConfigurationValue == DEV_RNDIS_CONFIG_VALUE : 0; in OBJECT_DECLARE_SIMPLE_TYPE()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c329 #define DEV_RNDIS_CONFIG_VALUE 2 /* rndis; optional */ macro
378 .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE,
1064 case DEV_RNDIS_CONFIG_VALUE: in eth_set_config()