Lines Matching defs:prop
519 char *prop;
530 if (q && quirks_get_string(q, QUIRK_ATTR_TRACKPOINT_INTEGRATION, &prop)) {
531 if (streq(prop, "internal")) {
533 } else if (streq(prop, "external")) {
540 prop);
567 char *prop;
582 if (q && quirks_get_string(q, QUIRK_ATTR_KEYBOARD_INTEGRATION, &prop)) {
583 if (streq(prop, "internal")) {
585 } else if (streq(prop, "external")) {
590 prop);
1008 char *prop;
1012 if (!q || !quirks_get_string(q, QUIRK_ATTR_LID_SWITCH_RELIABILITY, &prop)) {
1014 } else if (!parse_switch_reliability_property(prop, &r)) {
1018 prop);
1355 const char *prop,
1361 prop = udev_device_get_property_value(device->udev_device, prop);
1362 if (!prop)
1365 val = parse_mouse_wheel_click_angle_property(prop);
1381 const char *prop,
1386 prop = udev_device_get_property_value(device->udev_device, prop);
1387 if (!prop)
1390 val = parse_mouse_wheel_click_angle_property(prop);
2254 char *prop;
2267 !quirks_get_string(q, QUIRK_ATTR_MSC_TIMESTAMP, &prop) ||
2268 !streq(prop, "watch")) {
2613 const char *prop;
2616 prop = udev_device_get_property_value(device->udev_device,
2619 if (prop == NULL)
2625 if (!parse_calibration_property(prop, calibration))
2642 const char *prop;
2652 prop = udev_device_get_property_value(device->udev_device, name);
2653 if (prop && (safe_atoi(prop, &fuzz) == false || fuzz < 0)) {
2656 prop);
2671 if (prop) {