Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/parport/
Ddaisy.c94 int detected = 0; in parport_daisy_init() local
142 detected += assign_addrs(port); in parport_daisy_init()
151 detected++; in parport_daisy_init()
156 if (!detected && !last_try) { in parport_daisy_init()
171 return detected; in parport_daisy_init()
405 int detected; in assign_addrs() local
469 detected = numdevs - thisdev; in assign_addrs()
471 detected); in assign_addrs()
481 return detected; in assign_addrs()
/linux-4.19.296/drivers/i2c/
Di2c-core-base.c1020 list_add_tail(&client->detected, &adap->userspace_clients); in i2c_sysfs_new_device()
1064 detected) { in i2c_sysfs_delete_device()
1069 list_del(&client->detected); in i2c_sysfs_delete_device()
1422 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
1426 list_del(&client->detected); in i2c_do_del_adapter()
1486 detected) { in i2c_del_adapter()
1489 list_del(&client->detected); in i2c_del_adapter()
2150 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
/linux-4.19.296/fs/sysv/
Dsuper.c505 goto detected; in v7_fill_super()
510 goto detected; in v7_fill_super()
514 detected: in v7_fill_super()
/linux-4.19.296/lib/
DKconfig.debug824 lockup has been detected. This feature is useful for
894 When a hung task is detected, the kernel will print the
926 hung task has been detected. This feature is useful for
1121 deadlocks (lockups) to be detected and reported automatically.
1137 This feature allows mutex semantics violations to be detected and
1162 to be detected and reported.
1215 are detected by debugging mechanisms or not. (if you disable
1216 lock debugging then those bugs wont be detected of course.)
1874 a regression has been detected in the user/kernel memory boundary
1990 bool "Trigger a BUG when data corruption is detected"
/linux-4.19.296/drivers/edac/
DKconfig56 bool "Output ACPI APEI/GHES BIOS detected errors via EDAC"
65 mechanisms, if a GHES BIOS is detected, entering into the
/linux-4.19.296/include/linux/
Di2c.h338 struct list_head detected; member