Searched refs:iio_sw_device_type (Results 1 – 3 of 3) sorted by relevance
29 struct iio_sw_device_type *__iio_find_sw_device_type(const char *name, in __iio_find_sw_device_type()32 struct iio_sw_device_type *d = NULL, *iter; in __iio_find_sw_device_type()43 int iio_register_sw_device_type(struct iio_sw_device_type *d) in iio_register_sw_device_type()45 struct iio_sw_device_type *iter; in iio_register_sw_device_type()68 void iio_unregister_sw_device_type(struct iio_sw_device_type *dt) in iio_unregister_sw_device_type()70 struct iio_sw_device_type *iter; in iio_unregister_sw_device_type()83 struct iio_sw_device_type *iio_get_sw_device_type(const char *name) in iio_get_sw_device_type()85 struct iio_sw_device_type *dt; in iio_get_sw_device_type()99 struct iio_sw_device_type *dt; in iio_sw_device_create()121 struct iio_sw_device_type *dt = d->device_type; in iio_sw_device_destroy()
22 struct iio_sw_device_type { struct32 struct iio_sw_device_type *device_type; argument48 int iio_register_sw_device_type(struct iio_sw_device_type *dt);49 void iio_unregister_sw_device_type(struct iio_sw_device_type *dt);54 int iio_sw_device_type_configfs_register(struct iio_sw_device_type *dt);55 void iio_sw_device_type_configfs_unregister(struct iio_sw_device_type *dt);
712 static struct iio_sw_device_type iio_dummy_device = {