Lines Matching refs:prop
34 unsigned int prop;
38 int parse_mouse_dpi_property(const char *prop);
39 int parse_mouse_wheel_click_angle_property(const char *prop);
40 int parse_mouse_wheel_click_count_property(const char *prop);
41 bool parse_dimension_property(const char *prop, size_t *width, size_t *height);
42 bool parse_calibration_property(const char *prop, float calibration[6]);
43 bool parse_range_property(const char *prop, int *hi, int *lo);
44 bool parse_boolean_property(const char *prop, bool *b);
46 bool parse_evcode_property(const char *prop, struct input_event *events, size_t *nevents);
47 bool parse_input_prop_property(const char *prop, struct input_prop *props_out, size_t *nprops);
53 bool parse_tpkbcombo_layout_poperty(const char *prop,
63 parse_switch_reliability_property(const char *prop,
74 uint32_t parse_evdev_abs_prop(const char *prop, struct input_absinfo *abs);