Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-fsa9480.c62 #define DEV_USB 2 macro
66 #define DEV_T1_USB_MASK (DEV_USB_OTG | DEV_USB)
133 [DEV_USB] = BIT_ULL(EXTCON_USB) | BIT_ULL(EXTCON_CHG_USB_SDP),
/openbmc/qemu/system/
H A Dvl.c1283 DEV_USB, /* -usbdevice */ enumerator
2650 if (foreach_device_config(DEV_USB, usb_parse) < 0) in qemu_create_cli_devices()
3346 add_device_config(DEV_USB, optarg); in qemu_init()