Searched defs:platform_driver (Results 1 – 6 of 6) sorted by relevance
68 struct platform_driver { struct79 * @brief register a platform_driver to platform bus. argument
68 struct platform_driver { struct69 …obe)(struct platform_device *); /**< Called to query the existence of a specific device. */70 …e)(struct platform_device *); /**< Remove the device, and unbind this device from driver. */71 void (*shutdown)(struct platform_device *); /**< Shut-down the device. */72 int (*suspend)(struct platform_device *); /**< Put the device to sleep mode. */73 int (*resume)(struct platform_device *); /**< Resume the device from sleep mode. */74 struct device_driver driver; /**< device driver. */
40 #define osal_module_platform_driver(platform_driver) \ argument
582 #define osal_module_platform_driver(platform_driver) \ argument
598 #define osal_module_platform_driver(platform_driver) \ argument
585 #define osal_module_platform_driver(platform_driver) \ argument