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

/linux-master/drivers/hid/
H A Dhid-sensor-custom.c811 static bool hid_sensor_custom_prop_match_str(const u16 *prop, const char *match, function
857 if (!hid_sensor_custom_prop_match_str(prop->serial_num, "LUID:", 5) ||
858 !hid_sensor_custom_prop_match_str(prop->serial_num + 5, match->luid,
863 !hid_sensor_custom_prop_match_str(prop->model, match->model,
868 !hid_sensor_custom_prop_match_str(prop->manufacturer, match->manufacturer,

Completed in 139 milliseconds