Lines Matching defs:data

36  * - at end of period, upon data ready interrupt: pop pressure samples out of
388 * @irq: Optional interrupt line the hardware uses to notify new data
739 * @irq: Interrupt line the hardware uses to notify new data has arrived.
740 * @data: The IIO device associated with the sampling hardware.
747 static irqreturn_t zpa2326_handle_irq(int irq, void *data)
749 struct iio_dev *indio_dev = data;
762 * @irq: Interrupt line the hardware uses to notify new data has arrived.
763 * @data: The IIO device associated with the sampling hardware.
771 * mode, data are available into hardware FIFO once interrupt has occurred. All
772 * we have to do is to dispatch the trigger, which in turn will fetch data and
786 static irqreturn_t zpa2326_handle_threaded_irq(int irq, void *data)
788 struct iio_dev *indio_dev = data;
837 * fetch data on its own.
854 * zpa2326_wait_oneshot_completion() - Wait for oneshot data ready interrupt.
903 * for data availability.
928 * zpa2326_poll_oneshot_completion() - Actively poll for one shot data ready.
1081 * temperature data only.
1129 * @irq: The software interrupt assigned to @data
1130 * @data: The IIO poll function dispatched by external trigger our device is
1143 * Otherwise, when internal hardware trigger has dispatched us, just fetch data
1146 * Fetched data will pushed unprocessed to IIO buffer since samples conversion
1153 static irqreturn_t zpa2326_trigger_handler(int irq, void *data)
1156 data)->indio_dev;
1391 * @irq: Optional interrupt line the hardware uses to notify new data