Searched refs:max_units (Results 1 - 25 of 46) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | it87_wdt.c | 87 static unsigned int max_units, chip_type; variable 171 if (t <= max_units) in _wdt_update_timeout() 181 if (max_units > 255) in _wdt_update_timeout() 233 if (t > max_units) in wdt_set_timeout() 279 max_units = 255; in it87_wdt_init() 282 max_units = (chip_rev < 8) ? 255 : 65535; in it87_wdt_init() 286 max_units = 65535; in it87_wdt_init() 304 max_units = 65535; in it87_wdt_init() 339 if (timeout < 1 || timeout > max_units * 60) { in it87_wdt_init() 345 if (timeout > max_units) in it87_wdt_init() [all...] |
H A D | it8712f_wdt.c | 41 static int max_units = 255; variable 157 if (units <= max_units) { in it8712f_wdt_update_margin() 294 if (value > (max_units * 60)) in it8712f_wdt_ioctl() 389 max_units = 65535; in it8712f_wdt_find() 391 if (margin > (max_units * 60)) in it8712f_wdt_find() 392 margin = (max_units * 60); in it8712f_wdt_find()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | it87_wdt.c | 87 static unsigned int max_units, chip_type; variable 163 if (t <= max_units) in _wdt_update_timeout() 173 if (max_units > 255) in _wdt_update_timeout() 225 if (t > max_units) in wdt_set_timeout() 271 max_units = 255; in it87_wdt_init() 274 max_units = (chip_rev < 8) ? 255 : 65535; in it87_wdt_init() 278 max_units = 65535; in it87_wdt_init() 296 max_units = 65535; in it87_wdt_init() 331 if (timeout < 1 || timeout > max_units * 60) { in it87_wdt_init() 337 if (timeout > max_units) in it87_wdt_init() [all...] |
H A D | it8712f_wdt.c | 40 static int max_units = 255; variable 156 if (units <= max_units) { in it8712f_wdt_update_margin() 293 if (value > (max_units * 60)) in it8712f_wdt_ioctl() 388 max_units = 65535; in it8712f_wdt_find() 390 if (margin > (max_units * 60)) in it8712f_wdt_find() 391 margin = (max_units * 60); in it8712f_wdt_find()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | kbic.c | 258 .max_units = 1, 274 .max_units = 1,
|
H A D | paride.h | 144 int max_units; /* max chained units probed for */ member
|
H A D | fit2.c | 129 .max_units = 1,
|
H A D | ktti.c | 106 .max_units = 1,
|
H A D | bpck6.c | 234 .max_units = 255,
|
H A D | aten.c | 140 .max_units = 1,
|
H A D | on20.c | 131 .max_units = 1,
|
H A D | paride.c | 314 e = pi->proto->max_units; in pi_probe_unit() 368 (unit >= protocols[s]->max_units)) { in pi_init()
|
H A D | dstr.c | 211 .max_units = 1,
|
H A D | comm.c | 196 .max_units = 1,
|
H A D | fit3.c | 189 .max_units = 1,
|
/kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
H A D | kbic.c | 258 .max_units = 1, 274 .max_units = 1,
|
H A D | pata_parport.h | 58 int max_units; /* max chained units probed for */ member
|
H A D | on20.c | 134 .max_units = 1,
|
H A D | ktti.c | 98 .max_units = 1,
|
H A D | fit2.c | 124 .max_units = 1,
|
H A D | aten.c | 131 .max_units = 1,
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_discovery.h | 72 max_units : 10, member
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 590 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument 627 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 590 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument 627 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpiosxf.h | 126 acpi_os_create_semaphore(u32 max_units,
|
Completed in 12 milliseconds
12