Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 9 of 9) sorted by relevance

/sound/pci/ctxfi/
Dcthardware.c19 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type, in create_hw_obj() argument
24 switch (chip_type) { in create_hw_obj()
39 (*rhw)->chip_type = chip_type; in create_hw_obj()
Dctatc.h80 int chip_type; member
152 unsigned int rsr, unsigned int msr, int chip_type,
Dcthardware.h189 enum CHIPTYP chip_type; member
193 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
Dctdaio.c105 switch (hw->chip_type) { in daio_device_index()
333 switch (hw->chip_type) { in daio_rsc_init()
357 switch (hw->chip_type) { in daio_rsc_init()
Dctatc.c1262 switch (atc->chip_type) { in atc_identify_card()
1291 if (atc->chip_type == ATC20K1) in atc_identify_card()
1332 err = create_hw_obj(atc->pci, atc->chip_type, atc->model, &hw); in atc_create_hw_devs()
1668 int chip_type, unsigned int ssid, in ct_atc_create() argument
1690 atc->chip_type = chip_type; in ct_atc_create()
/sound/pci/
Dals300.c119 int chip_type; /* ALS300 or ALS300+ */ member
159 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^ in snd_als300_set_irq_flag()
633 struct pci_dev *pci, int chip_type, in snd_als300_create() argument
665 chip->chip_type = chip_type; in snd_als300_create()
675 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_create()
749 int err, chip_type; in snd_als300_probe() local
764 chip_type = pci_id->driver_data; in snd_als300_probe()
766 if ((err = snd_als300_create(card, pci, chip_type, &chip)) < 0) { in snd_als300_probe()
773 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_probe()
Dvia82xx.c346 int chip_type; member
726 if (chip->chip_type != TYPE_VIA686) in snd_via82xx_pcm_trigger()
1911 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_mixer_new()
1987 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2; in snd_via8233_init_misc()
1999 if (chip->chip_type != TYPE_VIA8233A) { in snd_via8233_init_misc()
2148 if (chip->chip_type == TYPE_VIA686) in snd_via82xx_chip_init()
2218 if (chip->chip_type == TYPE_VIA686) { in snd_via82xx_chip_init()
2225 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_chip_init()
2239 if (chip->chip_type != TYPE_VIA8233A) { in snd_via82xx_chip_init()
2271 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_suspend()
[all …]
Dvia82xx_modem.c1080 int chip_type, in snd_via82xx_create() argument
1146 int chip_type = 0, card_type; in snd_via82xx_probe() local
1166 if ((err = snd_via82xx_create(card, pci, chip_type, pci->revision, in snd_via82xx_probe()
Des1968.c2660 int chip_type, in snd_es1968_create() argument
2692 chip->type = chip_type; in snd_es1968_create()