Lines Matching defs:module
16 #include <linux/module.h>
805 * @owner: owning module/driver
808 struct module *owner)
834 * @module: module which will be the owner of the driver
851 int (*probe)(struct platform_device *), struct module *module)
879 retval = code = __platform_driver_register(drv, module);
910 * @module: module which will be the owner of the driver
921 const void *data, size_t size, struct module *module)
944 error = __platform_driver_probe(driver, probe, module);
963 * @owner: module owning the drivers
973 unsigned int count, struct module *owner)