Lines Matching defs:module
16 #include <linux/module.h>
859 * @owner: owning module/driver
862 struct module *owner)
897 * @module: module which will be the owner of the driver
914 int (*probe)(struct platform_device *), struct module *module)
942 retval = __platform_driver_register(drv, module);
969 * @module: module which will be the owner of the driver
980 const void *data, size_t size, struct module *module)
1003 error = __platform_driver_probe(driver, probe, module);
1022 * @owner: module owning the drivers
1032 unsigned int count, struct module *owner)