| /OK3568_Linux_fs/kernel/sound/pci/echoaudio/ |
| H A D | indigodjx_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 38 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_DJX)) in init_hw() 49 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | indigoiox_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 38 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_IOX)) in init_hw() 49 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | darla20_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 36 if (snd_BUG_ON((subdevice_id & 0xfff0) != DARLA20)) in init_hw() 46 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | indigoio_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_IO)) in init_hw() 51 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | mia_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 44 if (snd_BUG_ON((subdevice_id & 0xfff0) != MIA)) in init_hw() 54 chip->subdevice_id = subdevice_id; in init_hw() 60 if ((subdevice_id & 0x0000f) == MIA_MIDI_REV) in init_hw()
|
| H A D | darla24_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 36 if (snd_BUG_ON((subdevice_id & 0xfff0) != DARLA24)) in init_hw() 46 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | indigo_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO)) in init_hw() 51 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | indigodj_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_DJ)) in init_hw() 51 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | echo3g_dsp.c | 44 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 49 if (snd_BUG_ON((subdevice_id & 0xfff0) != ECHO3G)) in init_hw() 61 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | gina20_dsp.c | 36 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 40 if (snd_BUG_ON((subdevice_id & 0xfff0) != GINA20)) in init_hw() 50 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | layla20_dsp.c | 39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 43 if (snd_BUG_ON((subdevice_id & 0xfff0) != LAYLA20)) in init_hw() 53 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | gina24_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 44 if (snd_BUG_ON((subdevice_id & 0xfff0) != GINA24)) in init_hw() 54 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | layla24_dsp.c | 39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 43 if (snd_BUG_ON((subdevice_id & 0xfff0) != LAYLA24)) in init_hw() 53 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | mona_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 44 if (snd_BUG_ON((subdevice_id & 0xfff0) != MONA)) in init_hw() 54 chip->subdevice_id = subdevice_id; in init_hw()
|
| H A D | echoaudio.h | 415 u16 device_id, subdevice_id; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10.c | 633 m.subdevice_id = PCI_MATCH_ANY; in find_pci_device_vendor() 649 m.subdevice_id = PCI_MATCH_ANY; in find_pci_class()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drm.c | 113 uint16_t subdevice_id; member 3735 device->subdevice_id = data[4] & 0xffff; in parse_separate_sysfs_files() 3763 device->subdevice_id = config[46] | (config[47] << 8); in parse_config_sysfs_file() 3803 device->subdevice_id = pinfo.subdevice_id; in drmParsePciDeviceInfo() 3844 device->subdevice_id = results[0].pc_subdevice; in drmParsePciDeviceInfo()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drm.h | 837 uint16_t subdevice_id; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drm.h | 837 uint16_t subdevice_id; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drm.h | 837 uint16_t subdevice_id; member
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl1.h | 345 u16 subdevice_id; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drm.h | 856 uint16_t subdevice_id; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe.h | 869 u16 subdevice_id);
|
| H A D | ixgbe_main.c | 10515 u16 subdevice_id) in ixgbe_wol_supported() argument 10536 switch (subdevice_id) { in ixgbe_wol_supported() 10557 switch (subdevice_id) { in ixgbe_wol_supported() 10564 if (subdevice_id != IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ) in ixgbe_wol_supported()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86pciBus.c | 161 info->subvendor_id, info->subdevice_id); in xf86PciProbe()
|