Searched refs:rhwdep (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_lib.c | 469 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() 475 if (rhwdep) in snd_opl3_hwdep_new() 476 *rhwdep = NULL; in snd_opl3_hwdep_new() 521 if (rhwdep) in snd_opl3_hwdep_new() 522 *rhwdep = hw; in snd_opl3_hwdep_new() 467 snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device, struct snd_hwdep ** rhwdep) snd_opl3_hwdep_new() argument
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | hwdep.c | 350 * @rhwdep: the pointer to store the new hwdep instance 359 struct snd_hwdep **rhwdep) in snd_hwdep_new() 371 if (rhwdep) in snd_hwdep_new() 372 *rhwdep = NULL; in snd_hwdep_new() 397 if (rhwdep) in snd_hwdep_new() 398 *rhwdep = hwdep; in snd_hwdep_new() 358 snd_hwdep_new(struct snd_card *card, char *id, int device, struct snd_hwdep **rhwdep) snd_hwdep_new() argument
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hwdep.c | 356 * @rhwdep: the pointer to store the new hwdep instance 365 struct snd_hwdep **rhwdep) in snd_hwdep_new() 377 if (rhwdep) in snd_hwdep_new() 378 *rhwdep = NULL; in snd_hwdep_new() 407 if (rhwdep) in snd_hwdep_new() 408 *rhwdep = hwdep; in snd_hwdep_new() 364 snd_hwdep_new(struct snd_card *card, char *id, int device, struct snd_hwdep **rhwdep) snd_hwdep_new() argument
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_lib.c | 480 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() 486 if (rhwdep) in snd_opl3_hwdep_new() 487 *rhwdep = NULL; in snd_opl3_hwdep_new() 533 if (rhwdep) in snd_opl3_hwdep_new() 534 *rhwdep = hw; in snd_opl3_hwdep_new() 478 snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device, struct snd_hwdep ** rhwdep) snd_opl3_hwdep_new() argument
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | sb16_csp.h | 75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
H A D | hwdep.h | 65 struct snd_hwdep **rhwdep);
|
H A D | opl3.h | 349 struct snd_hwdep ** rhwdep);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | sb16_csp.h | 75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
H A D | hwdep.h | 65 struct snd_hwdep **rhwdep);
|
H A D | opl3.h | 349 struct snd_hwdep ** rhwdep);
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16_csp.c | 102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument 109 if (rhwdep) in snd_sb_csp_new() 110 *rhwdep = NULL; in snd_sb_csp_new() 146 if (rhwdep) in snd_sb_csp_new() 147 *rhwdep = hw; in snd_sb_csp_new()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16_csp.c | 102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument 109 if (rhwdep) in snd_sb_csp_new() 110 *rhwdep = NULL; in snd_sb_csp_new() 148 if (rhwdep) in snd_sb_csp_new() 149 *rhwdep = hw; in snd_sb_csp_new()
|
Completed in 14 milliseconds