Loading drivers/base/firmware_class.c +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ request_firmware_work_func(void *arg) } /** * request_firmware_nowait: asynchronous version of request_firmware * request_firmware_nowait - asynchronous version of request_firmware * @module: module requesting the firmware * @uevent: sends uevent to copy the firmware image if this flag * is non-zero else the firmware copy must be done manually. Loading drivers/base/platform.c +8 −8 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ struct platform_object { }; /** * platform_device_put * platform_device_put - destroy a platform device * @pdev: platform device to free * * Free all memory associated with a platform device. This function must Loading @@ -152,7 +152,7 @@ static void platform_device_release(struct device *dev) } /** * platform_device_alloc * platform_device_alloc - create a platform device * @name: base name of the device we're adding * @id: instance id * Loading @@ -177,7 +177,7 @@ struct platform_device *platform_device_alloc(const char *name, int id) EXPORT_SYMBOL_GPL(platform_device_alloc); /** * platform_device_add_resources * platform_device_add_resources - add resources to a platform device * @pdev: platform device allocated by platform_device_alloc to add resources to * @res: set of resources that needs to be allocated for the device * @num: number of resources Loading @@ -202,7 +202,7 @@ int platform_device_add_resources(struct platform_device *pdev, EXPORT_SYMBOL_GPL(platform_device_add_resources); /** * platform_device_add_data * platform_device_add_data - add platform-specific data to a platform device * @pdev: platform device allocated by platform_device_alloc to add resources to * @data: platform specific data for this platform device * @size: size of platform specific data Loading Loading @@ -344,7 +344,7 @@ void platform_device_unregister(struct platform_device *pdev) EXPORT_SYMBOL_GPL(platform_device_unregister); /** * platform_device_register_simple * platform_device_register_simple - add a platform-level device and its resources * @name: base name of the device we're adding * @id: instance id * @res: set of resources that needs to be allocated for the device Loading Loading @@ -396,7 +396,7 @@ struct platform_device *platform_device_register_simple(const char *name, EXPORT_SYMBOL_GPL(platform_device_register_simple); /** * platform_device_register_data * platform_device_register_data - add a platform-level device with platform-specific data * @parent: parent device for the device we're adding * @name: base name of the device we're adding * @id: instance id Loading Loading @@ -473,7 +473,7 @@ static void platform_drv_shutdown(struct device *_dev) } /** * platform_driver_register * platform_driver_register - register a driver for platform-level devices * @drv: platform driver structure */ int platform_driver_register(struct platform_driver *drv) Loading @@ -491,7 +491,7 @@ int platform_driver_register(struct platform_driver *drv) EXPORT_SYMBOL_GPL(platform_driver_register); /** * platform_driver_unregister * platform_driver_unregister - unregister a driver for platform-level devices * @drv: platform driver structure */ void platform_driver_unregister(struct platform_driver *drv) Loading Loading
drivers/base/firmware_class.c +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ request_firmware_work_func(void *arg) } /** * request_firmware_nowait: asynchronous version of request_firmware * request_firmware_nowait - asynchronous version of request_firmware * @module: module requesting the firmware * @uevent: sends uevent to copy the firmware image if this flag * is non-zero else the firmware copy must be done manually. Loading
drivers/base/platform.c +8 −8 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ struct platform_object { }; /** * platform_device_put * platform_device_put - destroy a platform device * @pdev: platform device to free * * Free all memory associated with a platform device. This function must Loading @@ -152,7 +152,7 @@ static void platform_device_release(struct device *dev) } /** * platform_device_alloc * platform_device_alloc - create a platform device * @name: base name of the device we're adding * @id: instance id * Loading @@ -177,7 +177,7 @@ struct platform_device *platform_device_alloc(const char *name, int id) EXPORT_SYMBOL_GPL(platform_device_alloc); /** * platform_device_add_resources * platform_device_add_resources - add resources to a platform device * @pdev: platform device allocated by platform_device_alloc to add resources to * @res: set of resources that needs to be allocated for the device * @num: number of resources Loading @@ -202,7 +202,7 @@ int platform_device_add_resources(struct platform_device *pdev, EXPORT_SYMBOL_GPL(platform_device_add_resources); /** * platform_device_add_data * platform_device_add_data - add platform-specific data to a platform device * @pdev: platform device allocated by platform_device_alloc to add resources to * @data: platform specific data for this platform device * @size: size of platform specific data Loading Loading @@ -344,7 +344,7 @@ void platform_device_unregister(struct platform_device *pdev) EXPORT_SYMBOL_GPL(platform_device_unregister); /** * platform_device_register_simple * platform_device_register_simple - add a platform-level device and its resources * @name: base name of the device we're adding * @id: instance id * @res: set of resources that needs to be allocated for the device Loading Loading @@ -396,7 +396,7 @@ struct platform_device *platform_device_register_simple(const char *name, EXPORT_SYMBOL_GPL(platform_device_register_simple); /** * platform_device_register_data * platform_device_register_data - add a platform-level device with platform-specific data * @parent: parent device for the device we're adding * @name: base name of the device we're adding * @id: instance id Loading Loading @@ -473,7 +473,7 @@ static void platform_drv_shutdown(struct device *_dev) } /** * platform_driver_register * platform_driver_register - register a driver for platform-level devices * @drv: platform driver structure */ int platform_driver_register(struct platform_driver *drv) Loading @@ -491,7 +491,7 @@ int platform_driver_register(struct platform_driver *drv) EXPORT_SYMBOL_GPL(platform_driver_register); /** * platform_driver_unregister * platform_driver_unregister - unregister a driver for platform-level devices * @drv: platform driver structure */ void platform_driver_unregister(struct platform_driver *drv) Loading