Searched refs:sm501_unit_power (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-sm501.c | 172 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_hcd_sm501_drv_probe() 204 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0); in ohci_hcd_sm501_drv_remove() 228 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0); in ohci_sm501_suspend() 242 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_sm501_resume()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-sm501.c | 172 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_hcd_sm501_drv_probe() 203 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0); in ohci_hcd_sm501_drv_remove() 225 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0); in ohci_sm501_suspend() 239 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_sm501_resume()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sm501.h | 9 extern int sm501_unit_power(struct device *dev,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sm501.h | 9 extern int sm501_unit_power(struct device *dev,
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | sm501.c | 310 /* sm501_unit_power 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); variable 847 sm501_unit_power(sm->dev, SM501_GATE_UART0, 1); in sm501_register_uart() 853 sm501_unit_power(sm->dev, SM501_GATE_UART1, 1); in sm501_register_uart()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | sm501.c | 310 /* sm501_unit_power 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); variable 847 sm501_unit_power(sm->dev, SM501_GATE_UART0, 1); in sm501_register_uart() 853 sm501_unit_power(sm->dev, SM501_GATE_UART1, 1); in sm501_register_uart()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sm501fb.c | 1623 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_start() 1626 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1); in sm501fb_start() 1659 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_stop() 2176 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_suspend() 2190 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_resume()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sm501fb.c | 1623 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_start() 1626 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1); in sm501fb_start() 1659 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_stop() 2174 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_suspend() 2188 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_resume()
|
Completed in 13 milliseconds