Home
last modified time | relevance | path

Searched refs:handle_control (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/usb/
H A Du2f.c328 uc->handle_control = u2f_key_handle_control; in u2f_key_class_init()
H A Dbus.c158 if (klass->handle_control) { in usb_device_handle_control()
159 klass->handle_control(dev, p, request, value, index, length, data); in usb_device_handle_control()
H A Dcanokey.c312 uc->handle_control = canokey_handle_control; in canokey_class_init()
H A Ddev-wacom.c432 uc->handle_control = usb_wacom_handle_control; in usb_wacom_class_init()
H A Ddev-serial.c650 uc->handle_control = usb_serial_handle_control; in usb_serial_dev_class_init()
H A Ddev-hid.c782 uc->handle_control = usb_hid_handle_control; in usb_hid_class_initfn()
H A Ddev-hub.c683 uc->handle_control = usb_hub_handle_control; in usb_hub_class_initfn()
H A Ddev-storage.c599 uc->handle_control = usb_msd_handle_control; in usb_msd_class_initfn_common()
H A Ddev-audio.c1012 k->handle_control = usb_audio_handle_control; in usb_audio_class_init()
H A Ddev-uas.c972 uc->handle_control = usb_uas_handle_control; in usb_uas_class_initfn()
H A Ddev-network.c1424 uc->handle_control = usb_net_handle_control; in usb_net_class_initfn()
H A Ddev-smartcard-reader.c1449 uc->handle_control = ccid_handle_control; in ccid_class_initfn()
H A Dhost-libusb.c1795 uc->handle_control = usb_host_handle_control; in usb_host_class_initfn()
H A Ddev-mtp.c2099 uc->handle_control = usb_mtp_handle_control; in usb_mtp_class_initfn()
H A Dredirect.c2597 uc->handle_control = usbredir_handle_control; in usbredir_class_initfn()
/qemu/include/hw/
H A Dusb.h310 void (*handle_control)(USBDevice *dev, USBPacket *p, int request, int value, member