Searched refs:sm501_unit_power (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/mfd/
H A Dsm501.c310 /* sm501_unit_power
315 int sm501_unit_power(struct device *dev, unsigned int unit, unsigned int to) function
387 EXPORT_SYMBOL_GPL(sm501_unit_power); variable
847 sm501_unit_power(sm->dev, SM501_GATE_UART0, 1);
853 sm501_unit_power(sm->dev, SM501_GATE_UART1, 1);
/linux-master/drivers/video/fbdev/
H A Dsm501fb.c1627 sm501_unit_power(dev->parent, SM501_GATE_DISPLAY, 1);
1630 sm501_unit_power(dev->parent, SM501_GATE_2D_ENGINE, 1);
1663 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0);
2178 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 0);
2192 sm501_unit_power(info->dev->parent, SM501_GATE_DISPLAY, 1);
/linux-master/drivers/usb/host/
H A Dohci-sm501.c172 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1);
203 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0);
225 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0);
239 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1);
/linux-master/include/linux/
H A Dsm501.h9 extern int sm501_unit_power(struct device *dev,

Completed in 134 milliseconds