Home
last modified time | relevance | path

Searched refs:this_mod (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/iio/
Dtrigger.h133 struct module *this_mod);
139 struct module *this_mod);
Diio.h583 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
604 struct module *this_mod);
/Linux-v4.19/drivers/iio/
Dindustrialio-trigger.c70 struct module *this_mod) in __iio_trigger_register() argument
74 trig_info->owner = this_mod; in __iio_trigger_register()
684 struct module *this_mod) in __devm_iio_trigger_register() argument
694 ret = __iio_trigger_register(trig_info, this_mod); in __devm_iio_trigger_register()
Dindustrialio-core.c1661 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1665 indio_dev->driver_module = this_mod; in __iio_device_register()
1712 indio_dev->chrdev.owner = this_mod; in __iio_device_register()
1763 struct module *this_mod) in __devm_iio_device_register() argument
1773 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
/Linux-v4.19/kernel/trace/
Dftrace.c3865 const char this_mod[] = "__this_module"; in module_exists() local
3866 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
3870 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()