Searched refs:snapshot (Results 1 – 13 of 13) sorted by relevance
74 u32 snapshot[3]; member372 high = ddata->snapshot[1] - ddata->snapshot[0]; in sti_pwm_capture()373 low = ddata->snapshot[2] - ddata->snapshot[1]; in sti_pwm_capture()444 &ddata->snapshot[ddata->index]); in sti_pwm_interrupt()
265 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()266 if (!ec->snapshot) in oslec_create()302 kfree(ec->snapshot); in oslec_free()341 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
184 int16_t *snapshot; member
9 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \49 obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
286 buf->snapshot = overwrite; in etb_alloc_buffer()335 if (buf->snapshot) in etb_reset_buffer()417 if (!buf->snapshot && to_read > handle->size) { in etb_update_buffer()468 if (buf->snapshot) in etb_update_buffer()
294 buf->snapshot = overwrite; in tmc_alloc_etf_buffer()343 if (buf->snapshot) in tmc_reset_etf_buffer()463 if (buf->snapshot) in tmc_update_etf_buffer()
277 buf->tmc.snapshot = overwrite; in tmc_alloc_etr_buffer()334 if (buf->tmc.snapshot) { in tmc_reset_etr_buffer()463 if (buf->snapshot) in tmc_update_etr_buffer()
89 bool snapshot; member
45 This option makes USB Philips cameras register the snapshot button as
866 struct transport_snapshot snapshot; /* read only set to 0 */ member
2328 #define SNAPSHOT_ADDR(ofs) (priv->snapshot[((ofs) >> 12) & 0xff] + ((ofs) & 0xfff))2332 if (!priv->snapshot[0]) in ipw2100_snapshot_free()2335 kfree(priv->snapshot[i]); in ipw2100_snapshot_free()2336 priv->snapshot[0] = NULL; in ipw2100_snapshot_free()2343 if (priv->snapshot[0]) in ipw2100_snapshot_alloc()2346 priv->snapshot[i] = kmalloc(0x1000, GFP_ATOMIC); in ipw2100_snapshot_alloc()2347 if (!priv->snapshot[i]) { in ipw2100_snapshot_alloc()2351 kfree(priv->snapshot[--i]); in ipw2100_snapshot_alloc()2352 priv->snapshot[0] = NULL; in ipw2100_snapshot_alloc()3885 if (priv->snapshot[0]) in show_memory()[all …]
516 u8 *snapshot[0x30]; member
1486 * that a FIFO will be freed to handle snapshot requests for1879 * Switch to the active FIFO after clearing the snapshot1910 * The first is a snapshot save pointers where the current FIFO is not1911 * active and contains a snapshot of the current poniter information.1916 * of snapshot is not active.