Searched refs:interface_info (Results 1 – 4 of 4) sorted by relevance
93 struct interface_info *interface = g_interface; in init_interface_info()135 p += ROUND_UP(sizeof(struct interface_info), 64); in init_loongson_params()
131 struct interface_info { struct
141 struct usb_redir_interface_info_header interface_info; member 157 struct usb_redir_interface_info_header *interface_info);1507 if (dev->interface_info.interface_count == NO_INTERFACE_INFO) { in usbredir_check_filter() 1526 dev->interface_info.interface_class, in usbredir_check_filter() 1527 dev->interface_info.interface_subclass, in usbredir_check_filter() 1528 dev->interface_info.interface_protocol, in usbredir_check_filter() 1529 dev->interface_info.interface_count, in usbredir_check_filter() 1558 if (dev->interface_info.interface_count == NO_INTERFACE_INFO) { in usbredir_check_bulk_receiving() 1562 for (i = 0; i < dev->interface_info.interface_count; i++) { in usbredir_check_bulk_receiving() 1565 dev->interface_info in usbredir_check_bulk_receiving() 1735 usbredir_interface_info(void * priv,struct usb_redir_interface_info_header * interface_info) usbredir_interface_info() argument [all...]
2904 static const TypeInfo interface_info = { in register_types() 2917 type_interface = type_register_internal(&interface_info); in register_types() 2903 static const TypeInfo interface_info = { register_types() local