Home
last modified time | relevance | path

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

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