Searched refs:driver_info (Results 1 – 8 of 8) sorted by relevance
/sound/usb/ |
D | quirks-table.h | 45 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 56 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { 78 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 87 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 129 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { 224 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 237 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \ 246 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \ 337 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 363 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { [all …]
|
D | card.c | 523 return (const struct snd_usb_audio_quirk *)p->driver_info; in get_alias_quirk() 544 (const struct snd_usb_audio_quirk *)usb_id->driver_info; in usb_audio_probe()
|
/sound/usb/hiface/ |
D | chip.c | 111 const struct hiface_vendor_quirk *quirk = (struct hiface_vendor_quirk *)usb_id->driver_info; in hiface_chip_probe() 184 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 191 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 197 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 203 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 209 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 215 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 221 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 227 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 233 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { [all …]
|
/sound/usb/line6/ |
D | podhd.c | 323 (id->driver_info == LINE6_PODX3 || in podhd_init() 324 id->driver_info == LINE6_PODX3LIVE) ? &podx3_pcm_properties : in podhd_init() 346 { LINE6_DEVICE(0x5057), .driver_info = LINE6_PODHD300 }, 347 { LINE6_DEVICE(0x5058), .driver_info = LINE6_PODHD400 }, 348 { LINE6_IF_NUM(0x414D, 0), .driver_info = LINE6_PODHD500_0 }, 349 { LINE6_IF_NUM(0x414D, 1), .driver_info = LINE6_PODHD500_1 }, 350 { LINE6_IF_NUM(0x414A, 0), .driver_info = LINE6_PODX3 }, 351 { LINE6_IF_NUM(0x414B, 0), .driver_info = LINE6_PODX3LIVE }, 433 &podhd_properties_table[id->driver_info], in podhd_probe()
|
D | toneport.c | 417 toneport->type = id->driver_info; in toneport_init() 476 { LINE6_DEVICE(0x4750), .driver_info = LINE6_GUITARPORT }, 477 { LINE6_DEVICE(0x4153), .driver_info = LINE6_PODSTUDIO_GX }, 478 { LINE6_DEVICE(0x4150), .driver_info = LINE6_PODSTUDIO_UX1 }, 479 { LINE6_IF_NUM(0x4151, 0), .driver_info = LINE6_PODSTUDIO_UX2 }, 480 { LINE6_DEVICE(0x4147), .driver_info = LINE6_TONEPORT_GX }, 481 { LINE6_DEVICE(0x4141), .driver_info = LINE6_TONEPORT_UX1 }, 482 { LINE6_IF_NUM(0x4142, 0), .driver_info = LINE6_TONEPORT_UX2 }, 561 &toneport_properties_table[id->driver_info], in toneport_probe()
|
D | pod.c | 461 { LINE6_DEVICE(0x4250), .driver_info = LINE6_BASSPODXT }, 462 { LINE6_DEVICE(0x4642), .driver_info = LINE6_BASSPODXTLIVE }, 463 { LINE6_DEVICE(0x4252), .driver_info = LINE6_BASSPODXTPRO }, 464 { LINE6_IF_NUM(0x5051, 1), .driver_info = LINE6_POCKETPOD }, 465 { LINE6_DEVICE(0x5044), .driver_info = LINE6_PODXT }, 466 { LINE6_IF_NUM(0x4650, 0), .driver_info = LINE6_PODXTLIVE_POD }, 467 { LINE6_DEVICE(0x5050), .driver_info = LINE6_PODXTPRO }, 571 &pod_properties_table[id->driver_info], in pod_probe()
|
D | variax.c | 251 { LINE6_IF_NUM(0x4650, 1), .driver_info = LINE6_PODXTLIVE_VARIAX }, 252 { LINE6_DEVICE(0x534d), .driver_info = LINE6_VARIAX }, 289 &variax_properties_table[id->driver_info], in variax_probe()
|
/sound/oss/ |
D | dev_table.h | 47 struct driver_info struct
|