Searched refs:hid_ignore_special_drivers (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 49 static int hid_ignore_special_drivers = 0; variable 50 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); 2287 if (!hdrv->match(hdev, hid_ignore_special_drivers)) { in hid_device_probe() 2294 * hid_ignore_special_drivers is set, we can safely in hid_device_probe() 2297 if (hid_ignore_special_drivers) { in hid_device_probe() 2444 if (hid_ignore_special_drivers) { in hid_add_device() 2541 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 44 static int hid_ignore_special_drivers = 0; variable 45 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); 2606 return hdrv->match(hdev, hid_ignore_special_drivers); in hid_check_device_match() 2611 * hid_ignore_special_drivers is set or not. in hid_check_device_match() 2613 return !hid_ignore_special_drivers; in hid_check_device_match() 2799 if (hid_ignore_special_drivers) { in hid_add_device() 2899 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()
|
Completed in 7 milliseconds