Searched refs:chip_type (Results 1 – 9 of 9) sorted by relevance
/sound/pci/ctxfi/ |
D | cthardware.c | 19 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()
|
D | ctatc.h | 80 int chip_type; member 152 unsigned int rsr, unsigned int msr, int chip_type,
|
D | cthardware.h | 190 enum CHIPTYP chip_type; member 194 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
|
D | ctdaio.c | 105 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()
|
D | ctatc.c | 1264 switch (atc->chip_type) { in atc_identify_card() 1293 if (atc->chip_type == ATC20K1) in atc_identify_card() 1334 err = create_hw_obj(atc->pci, atc->chip_type, atc->model, &hw); in atc_create_hw_devs() 1674 int chip_type, unsigned int ssid, in ct_atc_create() argument 1696 atc->chip_type = chip_type; in ct_atc_create()
|
/sound/pci/ |
D | als300.c | 118 int chip_type; /* ALS300 or ALS300+ */ member 158 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^ in snd_als300_set_irq_flag() 598 struct pci_dev *pci, int chip_type) in snd_als300_create() argument 617 chip->chip_type = chip_type; in snd_als300_create() 626 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_create() 692 int err, chip_type; in snd_als300_probe() local 707 chip_type = pci_id->driver_data; in snd_als300_probe() 709 err = snd_als300_create(card, pci, chip_type); in snd_als300_probe() 714 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_probe()
|
D | via82xx.c | 345 int chip_type; member 728 if (chip->chip_type != TYPE_VIA686) in snd_via82xx_pcm_trigger() 1901 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_mixer_new() 1971 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2; in snd_via8233_init_misc() 1983 if (chip->chip_type != TYPE_VIA8233A) { in snd_via8233_init_misc() 2133 if (chip->chip_type == TYPE_VIA686) in snd_via82xx_chip_init() 2205 if (chip->chip_type == TYPE_VIA686) { in snd_via82xx_chip_init() 2212 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_chip_init() 2226 if (chip->chip_type != TYPE_VIA8233A) { in snd_via82xx_chip_init() 2257 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_suspend() [all …]
|
D | via82xx_modem.c | 1063 int chip_type, in snd_via82xx_create() argument 1111 int chip_type = 0, card_type; in __snd_via82xx_probe() local 1132 err = snd_via82xx_create(card, pci, chip_type, pci->revision, in __snd_via82xx_probe()
|
D | es1968.c | 2637 int chip_type, in snd_es1968_create() argument 2656 chip->type = chip_type; in snd_es1968_create()
|