Home
last modified time | relevance | path

Searched refs:sm501_unit_power (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dohci-sm501.c174 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_hcd_sm501_drv_probe()
208 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0); in ohci_hcd_sm501_drv_remove()
226 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0); in ohci_sm501_suspend()
240 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_sm501_resume()
/linux-3.4.99/include/linux/
Dsm501.h21 extern int sm501_unit_power(struct device *dev,
/linux-3.4.99/drivers/mfd/
Dsm501.c316 int sm501_unit_power(struct device *dev, unsigned int unit, unsigned int to) in sm501_unit_power() function
388 EXPORT_SYMBOL_GPL(sm501_unit_power);
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()
/linux-3.4.99/drivers/video/
Dsm501fb.c1616 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_start()
1619 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1); in sm501fb_start()
1652 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_stop()
2188 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0); in sm501fb_suspend()
2202 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1); in sm501fb_resume()