Lines Matching defs:sample
8 * sample code upon which portions of this driver are based. Indirect
193 pr_info("Wake sample fifo cleared");
533 /* set sample limit count (PE interrupt raised when reached) */
554 * and sample period (currently 50us)
703 * sample data in the raw event kfifo until we see 0x7<something> (except f)
709 u8 sample;
720 sample = nvt->buf[i];
722 rawir.pulse = ((sample & BUF_PULSE_BIT) != 0);
723 rawir.duration = (sample & BUF_LEN_MASK) * SAMPLE_PERIOD;
858 * sample period (currently 50us)