Lines Matching defs:host
293 ::input_device_identifier_t* create_device_identifier(input_host_t* host, in create_device_identifier()
300 input_device_definition_t* create_device_definition(input_host_t* host) { in create_device_definition()
305 input_report_definition_t* create_input_report_definition(input_host_t* host) { in create_input_report_definition()
310 input_report_definition_t* create_output_report_definition(input_host_t* host) { in create_output_report_definition()
315 void free_report_definition(input_host_t* host, input_report_definition_t* report_def) { in free_report_definition()
320 void input_device_definition_add_report(input_host_t* host, in input_device_definition_add_report()
326 void input_report_definition_add_collection(input_host_t* host, in input_report_definition_add_collection()
332 void input_report_definition_declare_usage_int(input_host_t* host, in input_report_definition_declare_usage_int()
339 void input_report_definition_declare_usages_bool(input_host_t* host, in input_report_definition_declare_usages_bool()
346 input_device_handle_t* register_device(input_host_t* host, in register_device()
352 void unregister_device(input_host_t* host, input_device_handle_t* handle) { in unregister_device()
357 input_report_t* input_allocate_report(input_host_t* host, input_report_definition_t* r) { in input_allocate_report()
362 void input_report_set_usage_int(input_host_t* host, input_report_t* r, in input_report_set_usage_int()
368 void input_report_set_usage_bool(input_host_t* host, input_report_t* r, in input_report_set_usage_bool()
374 void report_event(input_host_t* host, input_device_handle_t* d, input_report_t* report) { in report_event()
379 input_property_map_t* input_get_device_property_map(input_host_t* host, in input_get_device_property_map()
385 input_property_t* input_get_device_property(input_host_t* host, input_property_map_t* map, in input_get_device_property()
391 const char* input_get_property_key(input_host_t* host, input_property_t* property) { in input_get_property_key()
396 const char* input_get_property_value(input_host_t* host, input_property_t* property) { in input_get_property_value()
401 void input_free_device_property(input_host_t* host, input_property_t* property) { in input_free_device_property()
406 void input_free_device_property_map(input_host_t* host, input_property_map_t* map) { in input_free_device_property_map()