Lines Matching defs:tbl
316 const struct acpi_table_wdat *tbl;
324 (struct acpi_table_header **)&tbl);
338 if (tbl->timer_period < 1)
340 if (tbl->min_count > tbl->max_count)
343 wdat->period = tbl->timer_period;
344 wdat->wdd.min_timeout = DIV_ROUND_UP(wdat->period * tbl->min_count, 1000);
345 wdat->wdd.max_timeout = wdat->period * tbl->max_count / 1000;
346 wdat->stopped_in_sleep = tbl->flags & ACPI_WDAT_STOPPED;
372 entries = (struct acpi_wdat_entry *)(tbl + 1);
373 for (i = 0; i < tbl->entries; i++) {