Searched refs:this_mod (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/iio/ |
| H A D | industrialio-trigger.c | 553 struct module *this_mod, in viio_trigger_alloc() argument 583 trig->owner = this_mod; in viio_trigger_alloc() 616 struct module *this_mod, in __iio_trigger_alloc() argument 623 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __iio_trigger_alloc() 658 struct module *this_mod, in __devm_iio_trigger_alloc() argument 671 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __devm_iio_trigger_alloc()
|
| H A D | industrialio-core.c | 2012 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument 2021 iio_dev_opaque->driver_module = this_mod; in __iio_device_register() 2079 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register() 2134 struct module *this_mod) in __devm_iio_device_register() argument 2138 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
|
| /linux-6.15/include/linux/iio/ |
| H A D | iio.h | 642 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod); 660 struct module *this_mod); 797 struct module *this_mod,
|
| H A D | trigger.h | 164 struct module *this_mod,
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | path.c | 811 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm() local 817 this_mod = avs_path_find_module(binding->owner, in avs_path_binding_arm() 819 if (!this_mod) { in avs_path_binding_arm() 847 binding->sink = this_mod; in avs_path_binding_arm() 854 binding->source = this_mod; in avs_path_binding_arm()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace.c | 10180 static const char this_mod[] = "__this_module"; in module_exists() local 10181 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists() 10185 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()
|