Lines Matching defs:new
270 /* check if buffer was opened through new API */
283 /* check if buffer was opened through new API */
296 /* check if buffer was opened through new API */
1407 * When adding new attributes here, put the at the end, at least until
1627 /* new magic */
1986 struct iio_buffer **new, **old = iio_dev_opaque->attached_buffers;
1991 new = krealloc(old, sizeof(*new) * cnt, GFP_KERNEL);
1992 if (!new)
1994 iio_dev_opaque->attached_buffers = new;