Searched refs:subdevice (Results 101 - 125 of 187) sorted by relevance

12345678

/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.c81 .subdevice = PCI_ANY_ID, \
/linux-master/drivers/thunderbolt/
H A Dnhi.c1460 .subvendor = 0x2222, .subdevice = 0x1111,
1466 .subvendor = 0x2222, .subdevice = 0x1111,
1472 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID,
1478 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID,
/linux-master/sound/pci/
H A Dbt87x.c728 .subvendor = subvend, .subdevice = subdev, \
764 unsigned short subvendor, subdevice; member in struct:__anon73
793 denylist[i].subdevice == pci->subsystem_device) {
H A Datiixp.c1378 .subdevice = 0x006b,
1384 .subdevice = 0x308b,
1390 .subdevice = 0x3091,
/linux-master/drivers/scsi/mvsas/
H A Dmv_init.c634 .subdevice = 0x6480,
658 .subdevice = 0x9480,
667 .subdevice = 0x9480,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c421 ctrl = nvkm_gsp_rm_ctrl_get(&device->subdevice,
428 return nvkm_gsp_rm_ctrl_wr(&device->subdevice, ctrl);
440 args = nvkm_gsp_rm_alloc_get(&device->subdevice, handle,
475 nvkm_gsp_rm_free(&device->subdevice);
485 &device->subdevice);
861 ctrl = nvkm_gsp_rm_ctrl_get(&gsp->internal.device.subdevice,
866 ret = nvkm_gsp_rm_ctrl_push(&gsp->internal.device.subdevice, &ctrl, sizeof(*ctrl));
868 nvkm_gsp_rm_ctrl_done(&gsp->internal.device.subdevice, ctrl);
930 nvkm_gsp_rm_ctrl_done(&gsp->internal.device.subdevice, ctrl);
953 gsp->internal.device.subdevice
[all...]
/linux-master/include/linux/
H A Dpci.h972 * specific device. The subvendor and subdevice fields will be set to
977 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
987 * driver_override device. The subvendor and subdevice fields will be set to
992 .subdevice = PCI_ANY_ID, .override_only = (driver_override)
1001 * specific device. The subvendor and subdevice fields will be set to
1020 .subvendor = (subvend), .subdevice = (subdev)
1028 * specific PCI class. The vendor, device, subvendor, and subdevice
1034 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
1042 * specific PCI device. The subvendor, and subdevice fields will be set
1048 .subvendor = PCI_ANY_ID, .subdevice
[all...]
/linux-master/sound/pci/oxygen/
H A Dxonar_cs43xx.c426 switch (id->subdevice) {
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.c366 .subvendor = (vend), .subdevice = (dev), \
/linux-master/include/media/drv-intf/
H A Dsaa7146.h85 .subdevice = x_device, \
96 /* pairs of subvendor and subdevice ids for
/linux-master/drivers/net/can/esd/
H A Desd_402_pci-core.c497 .subdevice = PCI_ANY_ID,
/linux-master/sound/core/seq/
H A Dseq_timer.c90 tmr->alsa_id.subdevice = seq_default_timer_subdevice;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h164 struct nvkm_gsp_object subdevice; member in struct:nvkm_gsp::__anon32::nvkm_gsp_device
/linux-master/sound/pci/asihpi/
H A Dhpimsgx.c48 if (asihpi_pci_tbl[i].subdevice != PCI_ANY_ID
49 && asihpi_pci_tbl[i].subdevice !=
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c400 id.subdevice = control->subdevice;
/linux-master/drivers/pci/
H A Dpci.h220 (id->subdevice == PCI_ANY_ID || id->subdevice == dev->subsystem_device) &&
/linux-master/drivers/cdx/
H A Dcdx.c195 (id->subdevice == CDX_ANY_ID || id->subdevice == dev->subsystem_device) &&
/linux-master/drivers/pcmcia/
H A Dti113x.h923 .subdevice = _subdev, \
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h61 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, \
/linux-master/sound/i2c/other/
H A Dak4113.c499 kctl->id.subdevice = cap_substream->number;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885.h225 u16 subdevice; member in struct:cx23885_subid
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h277 u16 subdevice; member in struct:cx88_subid
H A Dcx88-mpeg.c793 .subdevice = PCI_ANY_ID,
/linux-master/drivers/char/agp/
H A Dsworks-agp.c538 .subdevice = PCI_ANY_ID,
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2657 .subdevice = PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD,
2665 .subdevice = PCI_ANY_ID,
2672 .subdevice = PCI_ANY_ID,
2679 .subdevice = PCI_ANY_ID,

Completed in 460 milliseconds

12345678