Lines Matching defs:sample
177 /* Read properties of hw sample buffer */
269 /* Gets address of next sample from HW ring buffer */
391 /* set sample period*/
438 input with a maximum sample */
607 /* TX one sample - must be called with dev->hw_lock*/
611 u32 sample;
619 /* Grab next TX sample */
628 dbg("TX: last sample sent by hardware");
635 sample = dev->tx_buffer[dev->tx_pos++];
638 dev->tx_sample = DIV_ROUND_CLOSEST(sample, sample_period);
647 dbg("TX: sample %8d (%s)", raw_tx * sample_period,
765 dbg_verbose("next sample to read at: %04x", reg);
775 /* read high part of the sample */
1027 /* don't allow too short/long sample periods */
1183 MODULE_PARM_DESC(sample_period, "Hardware sample period (50 us default)");