Home
last modified time | relevance | path

Searched refs:USB_MODE_CTRL_MODE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/phy/
Dphy-fsl-usb.h192 #define USB_MODE_CTRL_MODE_DEVICE (0x2<<0) macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h287 #define USB_MODE_CTRL_MODE_DEVICE 0x00000002 macro
Dfsl_udc_core.c303 tmp |= USB_MODE_CTRL_MODE_DEVICE; in dr_controller_setup()
371 temp |= USB_MODE_CTRL_MODE_DEVICE; in dr_controller_run()
2135 case USB_MODE_CTRL_MODE_DEVICE: in fsl_proc_read()
2617 if (mode != USB_MODE_CTRL_MODE_DEVICE) { in fsl_udc_otg_suspend()