Searched refs:chip_type (Results 1 – 10 of 10) sorted by relevance
| /sound/pci/ctxfi/ |
| A 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()
|
| A D | ctatc.h | 80 int chip_type; member 152 unsigned int rsr, unsigned int msr, int chip_type,
|
| A D | cthardware.h | 190 enum CHIPTYP chip_type; member 194 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
|
| A D | ctdaio.c | 105 switch (hw->chip_type) { in daio_device_index() 311 switch (hw->chip_type) { in daio_rsc_init() 335 switch (hw->chip_type) { in daio_rsc_init()
|
| A D | ctatc.c | 1261 switch (atc->chip_type) { in atc_identify_card() 1290 if (atc->chip_type == ATC20K1) in atc_identify_card() 1331 err = create_hw_obj(atc->pci, atc->chip_type, atc->model, &hw); in atc_create_hw_devs() 1671 int chip_type, unsigned int ssid, in ct_atc_create() argument 1693 atc->chip_type = chip_type; in ct_atc_create()
|
| /sound/pci/ |
| A 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() 687 int err, chip_type; in snd_als300_probe() local 702 chip_type = pci_id->driver_data; in snd_als300_probe() 704 err = snd_als300_create(card, pci, chip_type); in snd_als300_probe() 709 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_probe()
|
| A D | via82xx.c | 345 int chip_type; member 726 if (chip->chip_type != TYPE_VIA686) in snd_via82xx_pcm_trigger() 2303 int chip_type, in snd_via82xx_create() argument 2314 chip->chip_type = chip_type; in snd_via82xx_create() 2451 int chip_type = 0, card_type; in __snd_via82xx_probe() local 2466 chip_type = TYPE_VIA686; in __snd_via82xx_probe() 2469 chip_type = TYPE_VIA8233; in __snd_via82xx_probe() 2485 chip_type = TYPE_VIA8233A; in __snd_via82xx_probe() 2487 chip_type = TYPE_VIA8233; in __snd_via82xx_probe() 2489 if (chip_type == TYPE_VIA8233A) in __snd_via82xx_probe() [all …]
|
| A D | via82xx_modem.c | 1058 int chip_type, in snd_via82xx_create() argument 1106 int chip_type = 0, card_type; in __snd_via82xx_probe() local 1127 err = snd_via82xx_create(card, pci, chip_type, pci->revision, in __snd_via82xx_probe()
|
| A D | es1968.c | 2619 int chip_type, in snd_es1968_create() argument 2638 chip->type = chip_type; in snd_es1968_create()
|
| /sound/soc/codecs/aw88395/ |
| A D | aw88395_lib.h | 64 unsigned char chip_type[8]; member
|
Completed in 43 milliseconds