Searched refs:lowpwr (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-firmware.c | 217 void cx18_init_power(struct cx18 *cx, int lowpwr) in cx18_init_power() argument 266 cx18_write_reg(cx, lowpwr ? 0xD : 0x11, CX18_FAST_CLOCK_PLL_INT); in cx18_init_power() 267 cx18_write_reg(cx, lowpwr ? 0x1EFBF37 : 0x038E3D7, in cx18_init_power() 277 cx18_write_reg(cx, lowpwr ? 0xD : 0xC, CX18_SLOW_CLOCK_PLL_INT); in cx18_init_power() 278 cx18_write_reg(cx, lowpwr ? 0x30C344 : 0x124927F, in cx18_init_power() 303 if (lowpwr) { in cx18_init_power()
|
D | cx18-firmware.h | 25 void cx18_init_power(struct cx18 *cx, int lowpwr);
|
/linux-2.6.39/drivers/regulator/ |
D | pcap-regulator.c | 102 const u8 lowpwr; member 115 .lowpwr = _lowpwr, \
|