Searched refs:sm501_unit_power (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | sm501.h | 9 extern int sm501_unit_power(struct device *dev,
|
| /linux/drivers/mfd/ |
| H A D | sm501.c | 315 int sm501_unit_power(struct device *dev, unsigned int unit, unsigned int to) in sm501_unit_power() function 387 EXPORT_SYMBOL_GPL(sm501_unit_power); 804 sm501_unit_power(sm->dev, SM501_GATE_UART0, 1); in sm501_register_uart() 810 sm501_unit_power(sm->dev, SM501_GATE_UART1, 1); in sm501_register_uart()
|
| /linux/drivers/video/fbdev/ |
| H A D | sm501fb.c | 1635 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_start() 1638 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1); in sm501fb_start() 1671 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_stop() 2186 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_suspend() 2200 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_resume()
|