Searched refs:POWER_SENSE_LOW (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/platform_data/ |
D | usb-ohci-pxa27x.h | 17 #define POWER_SENSE_LOW (1 << 3) macro
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | colibri-evalboard.c | 76 POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | colibri-pxa270-income.c | 74 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | pcm990-baseboard.c | 380 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | zylonite.c | 385 POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | lpd270.c | 460 .flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | trizeps4.c | 419 .flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | vpac270.c | 333 POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | mainstone.c | 452 .flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | balloon3.c | 367 .flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
|
D | zeus.c | 559 .flags = ENABLE_PORT_ALL | POWER_SENSE_LOW,
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-pxa27x.c | 239 if (inf->flags & POWER_SENSE_LOW) in pxa27x_setup_hc() 380 pdata->flags |= POWER_SENSE_LOW; in ohci_pxa_of_init()
|