Searched refs:SDF_LSAMPL (Results 1 – 17 of 17) sorted by relevance
799 return s->subdev_flags & SDF_LSAMPL ? sizeof(int) : sizeof(short); in comedi_bytes_per_sample()815 return s->subdev_flags & SDF_LSAMPL ? 2 : 1; in comedi_sample_shift()
200 #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ macro
215 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL; in aio_iiro_16_attach()
269 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in c6xdigio_attach()
726 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()
309 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in multiq3_attach()
557 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in ni6501_auto_attach()
585 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | in pcmuio_attach()
571 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in s526_attach()
661 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | in gsc_hpdi_auto_attach()
747 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | SDF_PACKED; in pcmmio_attach()
819 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in amplc_dio200_common_attach()
1413 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()1418 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()6027 s->subdev_flags |= SDF_LSAMPL; in ni_E_init()6108 s->subdev_flags |= SDF_LSAMPL; in ni_E_init()6268 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in ni_E_init()
935 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | SDF_PACKED | in nidio_auto_attach()
1158 SDF_LSAMPL | SDF_CMD_READ; in ni_660x_auto_attach()
1496 s->subdev_flags = SDF_READABLE | SDF_GROUND | SDF_CMD_READ | SDF_LSAMPL; in usbduxsigma_auto_attach()
2531 s->subdev_flags = SDF_WRITABLE | SDF_READABLE | SDF_LSAMPL; in s626_auto_attach()
Completed in 69 milliseconds