Searched refs:this_mod (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/iio/ |
A D | industrialio-trigger.c | 550 struct module *this_mod, in viio_trigger_alloc() argument 580 trig->owner = this_mod; in viio_trigger_alloc() 613 struct module *this_mod, in __iio_trigger_alloc() argument 620 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __iio_trigger_alloc() 655 struct module *this_mod, in __devm_iio_trigger_alloc() argument 668 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __devm_iio_trigger_alloc()
|
A D | industrialio-core.c | 1888 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument 1897 iio_dev_opaque->driver_module = this_mod; in __iio_device_register() 1951 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register() 2008 struct module *this_mod) in __devm_iio_device_register() argument 2012 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
|
/linux-6.3-rc2/include/linux/iio/ |
A D | iio.h | 612 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod); 630 struct module *this_mod); 741 struct module *this_mod,
|
A D | trigger.h | 170 struct module *this_mod,
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | path.c | 589 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm() local 595 this_mod = avs_path_find_module(binding->owner, in avs_path_binding_arm() 597 if (!this_mod) { in avs_path_binding_arm() 625 binding->sink = this_mod; in avs_path_binding_arm() 632 binding->source = this_mod; in avs_path_binding_arm()
|
/linux-6.3-rc2/kernel/trace/ |
A D | ftrace.c | 4378 static const char this_mod[] = "__this_module"; in module_exists() local 4379 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists() 4383 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()
|
Completed in 27 milliseconds