Searched refs:hwdep_get_info (Results 1 – 8 of 8) sorted by relevance
/linux/sound/firewire/bebob/ |
A D | bebob_hwdep.c | 71 hwdep_get_info(struct snd_bebob *bebob, void __user *arg) in hwdep_get_info() function 149 return hwdep_get_info(bebob, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/oxfw/ |
A D | oxfw-hwdep.c | 70 static int hwdep_get_info(struct snd_oxfw *oxfw, void __user *arg) in hwdep_get_info() function 144 return hwdep_get_info(oxfw, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/dice/ |
A D | dice-hwdep.c | 72 static int hwdep_get_info(struct snd_dice *dice, void __user *arg) in hwdep_get_info() function 146 return hwdep_get_info(dice, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/digi00x/ |
A D | digi00x-hwdep.c | 80 static int hwdep_get_info(struct snd_dg00x *dg00x, void __user *arg) in hwdep_get_info() function 154 return hwdep_get_info(dg00x, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/fireface/ |
A D | ff-hwdep.c | 70 static int hwdep_get_info(struct snd_ff *ff, void __user *arg) in hwdep_get_info() function 144 return hwdep_get_info(ff, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/tascam/ |
A D | tascam-hwdep.c | 147 static int hwdep_get_info(struct snd_tscm *tscm, void __user *arg) in hwdep_get_info() function 229 return hwdep_get_info(tscm, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/motu/ |
A D | motu-hwdep.c | 113 static int hwdep_get_info(struct snd_motu *motu, void __user *arg) in hwdep_get_info() function 187 return hwdep_get_info(motu, (void __user *)arg); in hwdep_ioctl()
|
/linux/sound/firewire/fireworks/ |
A D | fireworks_hwdep.c | 205 hwdep_get_info(struct snd_efw *efw, void __user *arg) in hwdep_get_info() function 283 return hwdep_get_info(efw, (void __user *)arg); in hwdep_ioctl()
|
Completed in 8 milliseconds