Searched refs:sm501_unit_power (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ohci-sm501.c | 175 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_hcd_sm501_drv_probe() 209 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0); in ohci_hcd_sm501_drv_remove() 233 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0); in ohci_sm501_suspend() 247 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_sm501_resume()
|
/Linux-v4.19/include/linux/ |
D | sm501.h | 21 extern int sm501_unit_power(struct device *dev,
|
/Linux-v4.19/drivers/mfd/ |
D | sm501.c | 317 int sm501_unit_power(struct device *dev, unsigned int unit, unsigned int to) in sm501_unit_power() function 389 EXPORT_SYMBOL_GPL(sm501_unit_power); 849 sm501_unit_power(sm->dev, SM501_GATE_UART0, 1); in sm501_register_uart() 855 sm501_unit_power(sm->dev, SM501_GATE_UART1, 1); in sm501_register_uart()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sm501fb.c | 1618 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_start() 1621 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1); in sm501fb_start() 1654 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_stop() 2201 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_suspend() 2215 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_resume()
|