Home
last modified time | relevance | path

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

/linux/drivers/iio/
H A Dindustrialio-trigger.c553 struct module *this_mod, in viio_trigger_alloc() argument
579 trig->owner = this_mod; in viio_trigger_alloc()
617 struct module *this_mod, in __iio_trigger_alloc() argument
624 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __iio_trigger_alloc()
659 struct module *this_mod, in __devm_iio_trigger_alloc() argument
668 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __devm_iio_trigger_alloc()
H A Dindustrialio-core.c2043 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register()
2052 iio_dev_opaque->driver_module = this_mod; in __iio_device_register()
2110 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register()
2165 struct module *this_mod) in __devm_iio_device_register()
2169 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
2041 __iio_device_register(struct iio_dev * indio_dev,struct module * this_mod) __iio_device_register() argument
2163 __devm_iio_device_register(struct device * dev,struct iio_dev * indio_dev,struct module * this_mod) __devm_iio_device_register() argument
/linux/include/linux/iio/
H A Diio.h674 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
692 struct module *this_mod); in iio_device_claim_direct()
990 struct module *this_mod,
H A Dtrigger.h164 struct module *this_mod,
/linux/sound/soc/intel/avs/
H A Dpath.c910 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm() local
916 this_mod = avs_path_find_module(binding->owner, in avs_path_binding_arm()
918 if (!this_mod) { in avs_path_binding_arm()
946 binding->sink = this_mod; in avs_path_binding_arm()
953 binding->source = this_mod; in avs_path_binding_arm()
/linux/kernel/trace/
H A Dtrace.c9092 static const char this_mod[] = "__this_module"; in module_exists()
9093 char modname[MODULE_NAME_LEN + sizeof(this_mod) + 2]; in module_exists()
9097 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()
9091 static const char this_mod[] = "__this_module"; module_exists() local