Searched refs:subdevice_id (Results 1 - 18 of 18) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dindigodjx_dsp.c34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
38 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_DJX))
49 chip->subdevice_id = subdevice_id;
H A Dindigoiox_dsp.c34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
38 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_IOX))
49 chip->subdevice_id = subdevice_id;
H A Ddarla24_dsp.c32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
36 if (snd_BUG_ON((subdevice_id & 0xfff0) != DARLA24))
47 chip->subdevice_id = subdevice_id;
H A Ddarla20_dsp.c32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
36 if (snd_BUG_ON((subdevice_id & 0xfff0) != DARLA20))
47 chip->subdevice_id = subdevice_id;
H A Dindigoio_dsp.c37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_IO))
52 chip->subdevice_id = subdevice_id;
H A Decho3g_dsp.c44 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
49 if (snd_BUG_ON((subdevice_id & 0xfff0) != ECHO3G))
62 chip->subdevice_id = subdevice_id;
H A Dindigodj_dsp.c37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO_DJ))
52 chip->subdevice_id = subdevice_id;
H A Dindigo_dsp.c37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
41 if (snd_BUG_ON((subdevice_id & 0xfff0) != INDIGO))
52 chip->subdevice_id = subdevice_id;
H A Dmia_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
44 if (snd_BUG_ON((subdevice_id & 0xfff0) != MIA))
55 chip->subdevice_id = subdevice_id;
61 if ((subdevice_id & 0x0000f) == MIA_MIDI_REV)
H A Dgina20_dsp.c36 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
40 if (snd_BUG_ON((subdevice_id & 0xfff0) != GINA20))
51 chip->subdevice_id = subdevice_id;
H A Dgina24_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
44 if (snd_BUG_ON((subdevice_id & 0xfff0) != GINA24))
55 chip->subdevice_id = subdevice_id;
H A Dlayla24_dsp.c39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
43 if (snd_BUG_ON((subdevice_id & 0xfff0) != LAYLA24))
54 chip->subdevice_id = subdevice_id;
H A Dlayla20_dsp.c39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
43 if (snd_BUG_ON((subdevice_id & 0xfff0) != LAYLA20))
54 chip->subdevice_id = subdevice_id;
H A Dmona_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
44 if (snd_BUG_ON((subdevice_id & 0xfff0) != MONA))
55 chip->subdevice_id = subdevice_id;
H A Dechoaudio.h415 u16 device_id, subdevice_id; member in struct:echoaudio
/linux-master/include/acpi/
H A Dactbl1.h631 u16 subdevice_id; member in struct:acpi_csrt_group
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h936 u16 subdevice_id);
H A Dixgbe_main.c10712 * @subdevice_id: the subsystem device ID
10719 u16 subdevice_id)
10740 switch (subdevice_id) {
10761 switch (subdevice_id) {
10768 if (subdevice_id != IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
10718 ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id, u16 subdevice_id) argument

Completed in 213 milliseconds