Home
last modified time | relevance | path

Searched refs:SDF_LSAMPL (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/comedi/
H A Dcomedidev.h798 return s->subdev_flags & SDF_LSAMPL ? sizeof(int) : sizeof(short); in comedi_bytes_per_sample()
814 return s->subdev_flags & SDF_LSAMPL ? 2 : 1; in comedi_sample_shift()
/linux/drivers/comedi/drivers/
H A Daio_iiro_16.c214 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL; in aio_iiro_16_attach()
H A Dc6xdigio.c268 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in c6xdigio_attach()
H A Daddi_apci_1564.c726 s->subdev_flags = SDF_READABLE | SDF_CMD_READ | SDF_LSAMPL; in apci1564_auto_attach()
755 s->subdev_flags = SDF_WRITABLE | SDF_READABLE | SDF_LSAMPL; in apci1564_auto_attach()
H A Dmultiq3.c308 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in multiq3_attach()
H A Dni_usb6501.c556 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in ni6501_auto_attach()
H A Ds526.c571 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in s526_attach()
H A Dpcmuio.c584 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | in pcmuio_attach()
H A Dpcmmio.c746 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | SDF_PACKED; in pcmmio_attach()
H A Dgsc_hpdi.c660 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | in gsc_hpdi_auto_attach()
H A Damplc_dio200_common.c878 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in amplc_dio200_common_attach()
H A Dni_mio_common.c1428 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()
1433 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()
6048 s->subdev_flags |= SDF_LSAMPL; in ni_E_init()
6129 s->subdev_flags |= SDF_LSAMPL; in ni_E_init()
6289 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in ni_E_init()
H A Dni_pcidio.c934 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | SDF_PACKED | in nidio_auto_attach()
H A Dni_660x.c1157 SDF_LSAMPL | SDF_CMD_READ; in ni_660x_auto_attach()
H A Dusbduxsigma.c1495 s->subdev_flags = SDF_READABLE | SDF_GROUND | SDF_CMD_READ | SDF_LSAMPL; in usbduxsigma_auto_attach()
H A Ds626.c2530 s->subdev_flags = SDF_WRITABLE | SDF_READABLE | SDF_LSAMPL; in s626_auto_attach()
/linux/include/uapi/linux/
H A Dcomedi.h200 #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ macro