Searched refs:max_units (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/drivers/watchdog/
H A Dit87_wdt.c143 static unsigned int base, gpact, ciract, max_units, chip_type; variable
241 if (tm <= max_units) wdt_update_timeout()
251 if (max_units > 255) wdt_update_timeout()
310 if (max_units > 255) wdt_stop()
329 if (t < 1 || t > max_units * 60) wdt_set_timeout()
332 if (t > max_units) wdt_set_timeout()
624 max_units = 255; it87_wdt_init()
627 max_units = (chip_rev < 8) ? 255 : 65535; it87_wdt_init()
631 max_units = 65535; it87_wdt_init()
638 max_units = 65535; it87_wdt_init()
704 if (timeout < 1 || timeout > max_units * 60) { it87_wdt_init()
710 if (timeout > max_units) it87_wdt_init()
771 if (max_units > 255) it87_wdt_exit()
H A Dit8712f_wdt.c45 static int max_units = 255; variable
161 if (units <= max_units) { it8712f_wdt_update_margin()
298 if (value > (max_units * 60)) it8712f_wdt_ioctl()
392 max_units = 65535; it8712f_wdt_find()
394 if (margin > (max_units * 60)) it8712f_wdt_find()
395 margin = (max_units * 60); it8712f_wdt_find()
/linux-4.4.14/drivers/block/paride/
H A Dktti.c106 .max_units = 1,
H A Daten.c140 .max_units = 1,
H A Dfit2.c129 .max_units = 1,
H A Don20.c131 .max_units = 1,
H A Dkbic.c258 .max_units = 1,
274 .max_units = 1,
H A Dcomm.c196 .max_units = 1,
H A Ddstr.c211 .max_units = 1,
H A Dfit3.c189 .max_units = 1,
H A Dfriq.c252 .max_units = 1,
H A Dparide.h144 int max_units; /* max chained units probed for */ member in struct:pi_protocol
H A Dparide.c314 e = pi->proto->max_units; pi_probe_unit()
368 (unit >= protocols[s]->max_units)) { pi_init()
H A Dbpck.c452 .max_units = 255,
H A Dbpck6.c234 .max_units = 255,
H A Depat.c314 .max_units = 1,
H A Depia.c293 .max_units = 1,
H A Dfrpw.c290 .max_units = 1,
H A Don26.c296 .max_units = 1,
/linux-4.4.14/include/acpi/
H A Dacpiosxf.h139 acpi_os_create_semaphore(u32 max_units,
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c605 acpi_os_create_semaphore(u32 max_units, acpi_os_create_semaphore() argument
642 acpi_os_create_semaphore(u32 max_units, acpi_os_create_semaphore() argument
/linux-4.4.14/drivers/acpi/
H A Dosl.c1239 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle * handle) acpi_os_create_semaphore() argument

Completed in 244 milliseconds