Home
last modified time | relevance | path

Searched refs:this_mod (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/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);
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-trigger.c563 struct module *this_mod, in viio_trigger_alloc()
593 trig->owner = this_mod; in viio_trigger_alloc()
617 * @this_mod: module allocating the trigger
626 struct module *this_mod, in __iio_trigger_alloc()
633 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __iio_trigger_alloc()
657 * @this_mod: module allocating the trigger
668 struct module *this_mod, in __devm_iio_trigger_alloc()
681 trig = viio_trigger_alloc(parent, this_mod, fmt, vargs); in __devm_iio_trigger_alloc()
562 viio_trigger_alloc(struct device *parent, struct module *this_mod, const char *fmt, va_list vargs) viio_trigger_alloc() argument
625 __iio_trigger_alloc(struct device *parent, struct module *this_mod, const char *fmt, ...) __iio_trigger_alloc() argument
667 __devm_iio_trigger_alloc(struct device *parent, struct module *this_mod, const char *fmt, ...) __devm_iio_trigger_alloc() argument
H A Dindustrialio-core.c1898 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1907 iio_dev_opaque->driver_module = this_mod; in __iio_device_register()
1962 iio_dev_opaque->chrdev.owner = this_mod; in __iio_device_register()
2019 struct module *this_mod) in __devm_iio_device_register()
2023 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
2018 __devm_iio_device_register(struct device *dev, struct iio_dev *indio_dev, struct module *this_mod) __devm_iio_device_register() argument
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-trigger.c67 struct module *this_mod) in __iio_trigger_register()
71 trig_info->owner = this_mod; in __iio_trigger_register()
637 * @this_mod: module registering the trigger
649 struct module *this_mod) in __devm_iio_trigger_register()
659 ret = __iio_trigger_register(trig_info, this_mod); in __devm_iio_trigger_register()
66 __iio_trigger_register(struct iio_trigger *trig_info, struct module *this_mod) __iio_trigger_register() argument
647 __devm_iio_trigger_register(struct device *dev, struct iio_trigger *trig_info, struct module *this_mod) __devm_iio_trigger_register() argument
H A Dindustrialio-core.c1721 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() argument
1729 indio_dev->driver_module = this_mod; in __iio_device_register()
1775 indio_dev->chrdev.owner = this_mod; in __iio_device_register()
1826 struct module *this_mod) in __devm_iio_device_register()
1836 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()
1825 __devm_iio_device_register(struct device *dev, struct iio_dev *indio_dev, struct module *this_mod) __devm_iio_device_register() argument
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c589 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm() local
595 this_mod = avs_path_find_module(binding->owner, in avs_path_binding_arm()
597 if (!this_mod) { in avs_path_binding_arm()
625 binding->sink = this_mod; in avs_path_binding_arm()
632 binding->source = this_mod; in avs_path_binding_arm()
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c4133 static const char this_mod[] = "__this_module"; in module_exists() local
4134 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
4138 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()
/kernel/linux/linux-6.6/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()

Completed in 29 milliseconds