Lines Matching defs:compound_mask
696 unsigned long *compound_mask;
758 compound_mask = bitmap_zalloc(indio_dev->masklength, GFP_KERNEL);
759 if (compound_mask == NULL)
767 bitmap_or(compound_mask, compound_mask, buffer->scan_mask,
773 bitmap_or(compound_mask, compound_mask,
781 compound_mask,
783 bitmap_free(compound_mask);
787 scan_mask = compound_mask;