Lines Matching defs:name
29 struct iio_sw_device_type *__iio_find_sw_device_type(const char *name,
35 if (!strcmp(iter->name, name)) {
49 iter = __iio_find_sw_device_type(d->name, strlen(d->name));
59 d->group = configfs_register_default_group(iio_devices_group, d->name,
73 iter = __iio_find_sw_device_type(dt->name, strlen(dt->name));
83 struct iio_sw_device_type *iio_get_sw_device_type(const char *name)
88 dt = __iio_find_sw_device_type(name, strlen(name));
96 struct iio_sw_device *iio_sw_device_create(const char *type, const char *name)
106 d = dt->ops->probe(name);
129 const char *name)
133 d = iio_sw_device_create(group->cg_item.ci_name, name);
137 config_item_set_name(&d->group.cg_item, "%s", name);