Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/
H A Dindustrialio-trigger.c563 struct module *this_mod, in viio_trigger_alloc() argument
593 trig->owner = this_mod; in viio_trigger_alloc()
626 struct module *this_mod, in __iio_trigger_alloc() argument
633 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __iio_trigger_alloc()
668 struct module *this_mod, in __devm_iio_trigger_alloc() argument
681 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __devm_iio_trigger_alloc()
H A Dindustrialio-core.c1905 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1914 iio_dev_opaque->driver_module = this_mod; in __iio_device_register()
1969 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register()
2026 struct module *this_mod) in __devm_iio_device_register() argument
2030 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
/openbmc/linux/include/linux/iio/
H A Diio.h615 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
633 struct module *this_mod);
744 struct module *this_mod,
H A Dtrigger.h164 struct module *this_mod,
/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c590 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm() local
596 this_mod = avs_path_find_module(binding->owner, in avs_path_binding_arm()
598 if (!this_mod) { in avs_path_binding_arm()
626 binding->sink = this_mod; in avs_path_binding_arm()
633 binding->source = this_mod; in avs_path_binding_arm()
/openbmc/linux/kernel/trace/
H A Dftrace.c4400 static const char this_mod[] = "__this_module"; in module_exists() local
4401 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
4405 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()