Home
last modified time | relevance | path

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

/linux/include/linux/iio/
A Dtrigger.h130 struct module *this_mod);
136 struct module *this_mod);
A Diio.h554 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
572 struct module *this_mod);
/linux/drivers/iio/
A Dindustrialio-trigger.c68 struct module *this_mod) in __iio_trigger_register() argument
72 trig_info->owner = this_mod; in __iio_trigger_register()
664 struct module *this_mod) in __devm_iio_trigger_register() argument
668 ret = __iio_trigger_register(trig_info, this_mod); in __devm_iio_trigger_register()
A Dindustrialio-core.c1892 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1901 iio_dev_opaque->driver_module = this_mod; in __iio_device_register()
1953 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register()
2010 struct module *this_mod) in __devm_iio_device_register() argument
2014 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
/linux/kernel/trace/
A Dftrace.c4146 static const char this_mod[] = "__this_module"; in module_exists() local
4147 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
4151 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()

Completed in 28 milliseconds