Searched defs:Component_Interface_Usb (Results 1 – 1 of 1) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/ |
D | component.pb.go | 2767 type Component_Interface_Usb struct { struct 2768 state protoimpl.MessageState 2769 sizeCache protoimpl.SizeCache 2770 unknownFields protoimpl.UnknownFields 2773 …orId string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"` 2775 …d string `protobuf:"bytes,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"` 2777 …e string `protobuf:"bytes,3,opt,name=bcd_device,json=bcdDevice,proto3" json:"bcd_device,omitempty"` 2780 func (x *Component_Interface_Usb) Reset() { 2789 func (x *Component_Interface_Usb) String() string { 2793 func (*Component_Interface_Usb) ProtoMessage() {} [all …]
|