Lines Matching defs:pages
19 int pages;
69 /* Sensors detected on all pages */
70 for (page = 0; page < info->pages; page++) {
96 if (!info->pages) {
100 * maximum number of pages has been reached. Assume that
101 * this is the number of pages supported by the chip.
111 info->pages = page;
113 info->pages = 1;
129 for (i = 0; i < info->pages; i++)
185 info->pages = device_info->pages;
193 .pages = 1,
197 .pages = 0,
201 .pages = 1,
206 * Use driver_data to set the number of pages supported by the chip.