Home
last modified time | relevance | path

Searched defs:dev_class (Results 1 – 10 of 10) sorted by relevance

/third_party/libusb/libusb/
Dhotplug.h67 uint8_t dev_class; member
Dhotplug.c233 int vendor_id, int product_id, int dev_class, in libusb_hotplug_register_callback()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c92 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_wasapi_device_class_init() local
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c189 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_directsound_device_class_init() local
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c189 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_directsound_device_class_init() local
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiodeviceprovider.c269 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_osx_audio_device_class_init() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2deviceprovider.c486 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_v4l2_device_class_init() local
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c647 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_ks_device_class_init() local
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c631 GstDeviceClass *dev_class = GST_DEVICE_CLASS (klass); in gst_pulse_device_class_init() local
/third_party/uboot/u-boot-2020.01/include/
Dpci.h1663 #define PCI_DEVICE_CLASS(dev_class, dev_class_mask) \ argument