Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/isp1760/
Disp1760-core.c53 if (isp->devflags & ISP1760_FLAG_ANALOG_OC) in isp1760_init_core()
102 isp->devflags & ISP1760_FLAG_ANALOG_OC ? "analog" : "digital"); in isp1760_init_core()
Disp1760-core.h34 #define ISP1760_FLAG_ANALOG_OC 0x00000008 /* Analog overcurrent */ macro
Disp1760-if.c221 devflags |= ISP1760_FLAG_ANALOG_OC; in isp1760_plat_probe()
239 devflags |= ISP1760_FLAG_ANALOG_OC; in isp1760_plat_probe()