Searched refs:subdevice (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-detect.c | 73 unsigned device, subdevice; in detect_alsa() local 95 if (sscanf(line, " %*i: [%u- %u]: ", &device, &subdevice) != 2) in detect_alsa() 99 if (subdevice != 0) in detect_alsa()
|
/third_party/uboot/u-boot-2020.01/drivers/virtio/ |
D | virtio_pci_legacy.c | 295 u16 subvendor, subdevice; in virtio_pci_probe() local 314 dm_pci_read_config16(udev, PCI_SUBSYSTEM_ID, &subdevice); in virtio_pci_probe() 316 uc_priv->device = subdevice; in virtio_pci_probe()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | pci.h | 546 unsigned int subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */ member 1638 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1652 .subvendor = (subvend), .subdevice = (subdev) 1666 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1681 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, 0, 0
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci-uclass.c | 641 (id->subdevice == PCI_ANY_ID || id->subdevice == find->subdevice) && in pci_match_one_id() 824 find_id.subdevice = val >> 16; in pci_bind_bus_devices()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 644 .subdevice = PCI_ANY_ID,
|
/third_party/ffmpeg/doc/ |
D | indevs.texi | 39 specify card number or identifier, device number and subdevice number
|
D | ffmpeg.texi | 992 platform-appropriate subdevice (@samp{dxva2} or @samp{vaapi}) and then deriving a
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 114977 Renames the subdevice property to just device, and has it 123648 decklink: Add subdevice property
|