Searched refs:iio_sw_device (Results 1 – 2 of 2) sorted by relevance
30 struct iio_sw_device { struct37 struct iio_sw_device* (*probe)(const char *); argument38 int (*remove)(struct iio_sw_device *);42 struct iio_sw_device *to_iio_sw_device(struct config_item *item) in to_iio_sw_device()44 return container_of(to_config_group(item), struct iio_sw_device, in to_iio_sw_device()51 struct iio_sw_device *iio_sw_device_create(const char *, const char *);52 void iio_sw_device_destroy(struct iio_sw_device *);55 void iio_swd_group_init_type_name(struct iio_sw_device *d, in iio_swd_group_init_type_name()
96 struct iio_sw_device *iio_sw_device_create(const char *type, const char *name) in iio_sw_device_create()98 struct iio_sw_device *d; in iio_sw_device_create()119 void iio_sw_device_destroy(struct iio_sw_device *d) in iio_sw_device_destroy()131 struct iio_sw_device *d; in device_make_group()145 struct iio_sw_device *d = to_iio_sw_device(item); in device_drop_group()