Searched refs:SDF_LSAMPL (Results 1 – 17 of 17) sorted by relevance
798 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()
214 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL; in aio_iiro_16_attach()
268 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()
308 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in multiq3_attach()
556 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in ni6501_auto_attach()
571 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in s526_attach()
584 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | in pcmuio_attach()
746 s->subdev_flags |= SDF_CMD_READ | SDF_LSAMPL | SDF_PACKED; in pcmmio_attach()
660 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | in gsc_hpdi_auto_attach()
878 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in amplc_dio200_common_attach()
1428 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()
934 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | SDF_PACKED | in nidio_auto_attach()
1157 SDF_LSAMPL | SDF_CMD_READ; in ni_660x_auto_attach()
1495 s->subdev_flags = SDF_READABLE | SDF_GROUND | SDF_CMD_READ | SDF_LSAMPL; in usbduxsigma_auto_attach()
2530 s->subdev_flags = SDF_WRITABLE | SDF_READABLE | SDF_LSAMPL; in s626_auto_attach()
200 #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ macro