Searched refs:SDF_LSAMPL (Results 1 – 13 of 13) sorted by relevance
996 s->subdev_flags = SDF_WRITABLE | SDF_LSAMPL; in pci1760_attach()1026 s->subdev_flags |= SDF_LSAMPL; in pci_dio_add_di()1053 s->subdev_flags |= SDF_LSAMPL; in pci_dio_add_do()
330 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in multiq3_attach()
478 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in c6xdigio_attach()
881 s->subdev_flags = SDF_READABLE | SDF_LSAMPL; in serial2002_attach()
353 s->subdev_flags = SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL; in s526_attach()
1583 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()1588 if (s->subdev_flags & SDF_LSAMPL) in ni_ai_munge()4429 s->subdev_flags |= SDF_LSAMPL;4500 SDF_LSAMPL | SDF_CMD_WRITE /* | SDF_CMD_READ */ ;4639 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | SDF_CMD_READ
500 SDF_READABLE | SDF_WRITEABLE | SDF_LSAMPL | SDF_CMD_READ; in setup_subdevices()
1132 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | in ni_660x_attach()
1272 SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL | SDF_PACKED | in nidio_attach()
2716 SDF_CMD_READ | SDF_LSAMPL; in usbduxsigma_attach()
742 s->subdev_flags = SDF_WRITABLE | SDF_READABLE | SDF_LSAMPL; in s626_attach()
385 if (subd->subdev_flags & SDF_LSAMPL) in bytes_per_sample()
203 #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ macro