Home
last modified time | relevance | path

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

/linux/drivers/iio/
H A Dindustrialio-trigger.c553 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 Dindustrialio-core.c2040 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
2049 iio_dev_opaque->driver_module = this_mod; in __iio_device_register()
2107 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register()
2162 struct module *this_mod) in __devm_iio_device_register() argument
2166 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
/linux/include/linux/iio/
H A Dtrigger.h164 struct module *this_mod,
/linux/kernel/trace/
H A Dtrace.c10824 static const char this_mod[] = "__this_module"; in module_exists() local
10825 char modname[MODULE_NAME_LEN + sizeof(this_mod) + 2]; in module_exists()
10829 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()