Searched refs:SDF_RANGETYPE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dcomedi.h177 #define SDF_RANGETYPE 0x0040 /* range type depends on channel */ macro
630 * %SDF_RANGETYPE subdevice flag is set. Otherwise, the arrays they point to
649 * for a specific channel (if the subdevice has the %SDF_RANGETYPE flag set to
651 * as a whole (if the %SDF_RANGETYPE flag is clear, indicating the range table
655 * use of the %COMEDI_SUBDINFO ioctl (if the %SDF_RANGETYPE flag is clear),
656 * or the %COMEDI_CHANINFO ioctl (if the %SDF_RANGETYPE flag is set).
704 * @range_type: The range type for all channels if the %SDF_RANGETYPE
737 * %SDF_RANGETYPE - range types are channel-specific.
/linux-master/drivers/comedi/
H A Dcomedi_fops.c1024 us->subd_flags |= SDF_RANGETYPE;

Completed in 277 milliseconds