Home
last modified time | relevance | path

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

/external/libiio/src/
Diio-private.h123 ssize_t (*read_channel_attr)(const struct iio_channel *chn, member
Dchannel.c354 if (chn->dev->ctx->ops->read_channel_attr) in iio_channel_attr_read()
355 return chn->dev->ctx->ops->read_channel_attr(chn, in iio_channel_attr_read()
Dserial.c278 .read_channel_attr = serial_read_chn_attr,
Dusb.c514 .read_channel_attr = usb_read_chn_attr,
Dnetwork.c1294 .read_channel_attr = network_read_chn_attr,
Dlocal.c1880 .read_channel_attr = local_read_chn_attr,