Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dtrigger.h130 struct module *this_mod);
136 struct module *this_mod);
H A Diio.h569 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
587 struct module *this_mod);
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-trigger.c67 struct module *this_mod) in __iio_trigger_register() argument
71 trig_info->owner = this_mod; in __iio_trigger_register()
649 struct module *this_mod) in __devm_iio_trigger_register() argument
659 ret = __iio_trigger_register(trig_info, this_mod); in __devm_iio_trigger_register()
H A Dindustrialio-core.c1731 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1738 indio_dev->driver_module = this_mod; in __iio_device_register()
1783 indio_dev->chrdev.owner = this_mod; in __iio_device_register()
1834 struct module *this_mod) in __devm_iio_device_register() argument
1844 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c4124 static const char this_mod[] = "__this_module"; in module_exists() local
4125 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
4129 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()