Lines Matching defs:host
296 ::input_device_identifier_t* create_device_identifier(input_host_t* host, in create_device_identifier()
303 input_device_definition_t* create_device_definition(input_host_t* host) { in create_device_definition()
308 input_report_definition_t* create_input_report_definition(input_host_t* host) { in create_input_report_definition()
313 input_report_definition_t* create_output_report_definition(input_host_t* host) { in create_output_report_definition()
318 void free_report_definition(input_host_t* host, input_report_definition_t* report_def) { in free_report_definition()
323 void input_device_definition_add_report(input_host_t* host, in input_device_definition_add_report()
329 void input_report_definition_add_collection(input_host_t* host, in input_report_definition_add_collection()
335 void input_report_definition_declare_usage_int(input_host_t* host, in input_report_definition_declare_usage_int()
342 void input_report_definition_declare_usages_bool(input_host_t* host, in input_report_definition_declare_usages_bool()
349 input_device_handle_t* register_device(input_host_t* host, in register_device()
355 void unregister_device(input_host_t* host, input_device_handle_t* handle) { in unregister_device()
360 input_report_t* input_allocate_report(input_host_t* host, input_report_definition_t* r) { in input_allocate_report()
365 void input_report_set_usage_int(input_host_t* host, input_report_t* r, in input_report_set_usage_int()
371 void input_report_set_usage_bool(input_host_t* host, input_report_t* r, in input_report_set_usage_bool()
377 void report_event(input_host_t* host, input_device_handle_t* d, input_report_t* report) { in report_event()
382 input_property_map_t* input_get_device_property_map(input_host_t* host, in input_get_device_property_map()
388 input_property_t* input_get_device_property(input_host_t* host, input_property_map_t* map, in input_get_device_property()
394 const char* input_get_property_key(input_host_t* host, input_property_t* property) { in input_get_property_key()
399 const char* input_get_property_value(input_host_t* host, input_property_t* property) { in input_get_property_value()
404 void input_free_device_property(input_host_t* host, input_property_t* property) { in input_free_device_property()
409 void input_free_device_property_map(input_host_t* host, input_property_map_t* map) { in input_free_device_property_map()