Searched refs:subdevice (Results 1 - 25 of 187) sorted by path

12345678

/linux-master/drivers/media/pci/mantis/
H A Dmantis_common.h64 .subdevice = (__subdev), \
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c636 .subdevice = 0x8880,
640 .subdevice = 0x8810,
644 .subdevice = 0x8980,
648 .subdevice = 0x8900,
652 .subdevice = 0x8901,
656 .subdevice = 0x88A1,
660 .subdevice = 0x8891,
664 .subdevice = 0x8851,
668 .subdevice = 0x8940,
672 .subdevice
[all...]
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h61 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, \
/linux-master/drivers/pcmcia/
H A Dti113x.h923 .subdevice = _subdev, \
/linux-master/sound/core/
H A Dpcm_param_trace.h34 __field(int, subdevice)
45 __entry->subdevice = substream->number;
57 __entry->subdevice,
74 __field(int, subdevice)
95 __entry->subdevice = substream->number;
117 __entry->subdevice,
/linux-master/sound/pci/hda/
H A Dpatch_si3054.c111 .subdevice = HDA_SUBDEV_NID_FLAG | reg, \
/linux-master/sound/pci/oxygen/
H A Dxonar_cs43xx.c426 switch (id->subdevice) {
/linux-master/arch/powerpc/kernel/
H A Deeh.c1174 if (id->subdevice != PCI_ANY_ID &&
1175 id->subdevice != pdev->subsystem_device)
/linux-master/drivers/ata/
H A Data_piix.c459 u16 subdevice; member in struct:ich_laptop
517 lap->subdevice == pdev->subsystem_device)
H A Dpata_sis.c51 u16 subdevice; member in struct:sis_laptop
70 lap->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/char/agp/
H A Dali-agp.c391 .subdevice = PCI_ANY_ID,
H A Damd-k7-agp.c504 .subdevice = PCI_ANY_ID,
512 .subdevice = PCI_ANY_ID,
520 .subdevice = PCI_ANY_ID,
H A Damd64-agp.c608 .subdevice = PCI_ANY_ID,
617 .subdevice = PCI_ANY_ID,
626 .subdevice = PCI_ANY_ID,
635 .subdevice = PCI_ANY_ID,
644 .subdevice = PCI_ANY_ID,
653 .subdevice = PCI_ANY_ID,
662 .subdevice = PCI_ANY_ID,
671 .subdevice = PCI_ANY_ID,
680 .subdevice = PCI_ANY_ID,
688 .subdevice
[all...]
H A Dati-agp.c542 .subdevice = PCI_ANY_ID,
H A Defficeon-agp.c428 .subdevice = PCI_ANY_ID,
H A Dintel-agp.c838 .subdevice = PCI_ANY_ID, \
H A Dnvidia-agp.c422 .subdevice = PCI_ANY_ID,
430 .subdevice = PCI_ANY_ID,
H A Dsis-agp.c232 .subdevice = PCI_ANY_ID,
240 .subdevice = PCI_ANY_ID,
248 .subdevice = PCI_ANY_ID,
256 .subdevice = PCI_ANY_ID,
264 .subdevice = PCI_ANY_ID,
272 .subdevice = PCI_ANY_ID,
280 .subdevice = PCI_ANY_ID,
288 .subdevice = PCI_ANY_ID,
296 .subdevice = PCI_ANY_ID,
304 .subdevice
[all...]
H A Dsworks-agp.c538 .subdevice = PCI_ANY_ID,
H A Duninorth-agp.c693 .subdevice = PCI_ANY_ID,
H A Dvia-agp.c513 .subdevice = PCI_ANY_ID, \
/linux-master/drivers/comedi/
H A Dcomedi_fops.c43 * COMEDI_SRF_BUSY_MASK: runflags that indicate the subdevice is "busy"
55 * @read_subdev: Current "read" subdevice.
56 * @write_subdev: Current "write" subdevice.
338 "subdevice is busy, cannot resize buffer\n");
343 "subdevice is mmapped, cannot resize buffer\n");
669 * comedi_is_subdevice_running() - Check if async command running on subdevice
670 * @s: COMEDI subdevice.
673 * subdevice, else %false.
698 * comedi_set_spriv_auto_free() - Mark subdevice private data as freeable
699 * @s: COMEDI subdevice
[all...]
/linux-master/drivers/comedi/kcomedilib/
H A Dkcomedilib_main.c80 /* a subdevice instruction */
89 "%d not usable subdevice\n", insn->subdev);
191 * Fix this here if the subdevice has <= 32 channels.
230 int comedi_get_n_channels(struct comedi_device *dev, unsigned int subdevice) argument
235 if (!dev->attached || subdevice >= dev->n_subdevices)
238 n = dev->subdevices[subdevice].n_chan;
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.c1891 ent->subdevice, ent->driver_data);

Completed in 285 milliseconds

12345678