Lines Matching defs:UsbDevice
29 UsbDevice::~UsbDevice()
32 DBG(DBG_error, "UsbDevice not closed; closing automatically");
37 void UsbDevice::open(const char* dev_name)
54 void UsbDevice::clear_halt()
61 void UsbDevice::reset()
68 void UsbDevice::close()
81 std::uint16_t UsbDevice::get_vendor_id()
91 std::uint16_t UsbDevice::get_product_id()
101 std::uint16_t UsbDevice::get_bcd_device()
110 void UsbDevice::control_msg(int rtype, int reg, int value, int index, int length,
118 void UsbDevice::bulk_read(std::uint8_t* buffer, std::size_t* size)
125 void UsbDevice::bulk_write(const std::uint8_t* buffer, std::size_t* size)
132 void UsbDevice::assert_is_open() const
139 void UsbDevice::set_not_open()