compound_mask     683 drivers/iio/industrialio-buffer.c 	unsigned long *compound_mask;
compound_mask     738 drivers/iio/industrialio-buffer.c 	compound_mask = bitmap_zalloc(indio_dev->masklength, GFP_KERNEL);
compound_mask     739 drivers/iio/industrialio-buffer.c 	if (compound_mask == NULL)
compound_mask     747 drivers/iio/industrialio-buffer.c 		bitmap_or(compound_mask, compound_mask, buffer->scan_mask,
compound_mask     753 drivers/iio/industrialio-buffer.c 		bitmap_or(compound_mask, compound_mask,
compound_mask     761 drivers/iio/industrialio-buffer.c 				    compound_mask,
compound_mask     763 drivers/iio/industrialio-buffer.c 		bitmap_free(compound_mask);
compound_mask     767 drivers/iio/industrialio-buffer.c 	    scan_mask = compound_mask;