Searched refs:hid_sensor_custom_prop_match_str (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-sensor-custom.c | 810 static bool hid_sensor_custom_prop_match_str(const u16 *prop, const char *match, in hid_sensor_custom_prop_match_str() function 856 if (!hid_sensor_custom_prop_match_str(prop->serial_num, "LUID:", 5) || in hid_sensor_custom_do_match() 857 !hid_sensor_custom_prop_match_str(prop->serial_num + 5, match->luid, in hid_sensor_custom_do_match() 862 !hid_sensor_custom_prop_match_str(prop->model, match->model, in hid_sensor_custom_do_match() 867 !hid_sensor_custom_prop_match_str(prop->manufacturer, match->manufacturer, in hid_sensor_custom_do_match()
|