Searched refs:ioctl_compat (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/sound/core/ |
D | hwdep_compat.c | 75 if (hw->ops.ioctl_compat) in snd_hwdep_ioctl_compat() 76 return hw->ops.ioctl_compat(hw, file, cmd, arg); in snd_hwdep_ioctl_compat()
|
/Linux-v4.19/include/sound/ |
D | hwdep.h | 44 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file, member
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_hwdep.c | 126 hwdep->ops.ioctl_compat = hda_hwdep_ioctl_compat; in snd_hda_create_hwdep()
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_hwdep.c | 133 hw->ops.ioctl_compat = snd_emux_hwdep_ioctl; in snd_emux_init_hwdep()
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-hwdep.c | 173 .ioctl_compat = hwdep_compat_ioctl, in snd_tscm_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_hwdep.c | 182 .ioctl_compat = hwdep_compat_ioctl, in snd_bebob_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 175 .ioctl_compat = hwdep_compat_ioctl, in snd_oxfw_create_hwdep()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 183 .ioctl_compat = hwdep_compat_ioctl, in snd_dg00x_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-hwdep.c | 182 .ioctl_compat = hwdep_compat_ioctl, in snd_motu_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-hwdep.c | 175 .ioctl_compat = hwdep_compat_ioctl, in snd_ff_create_hwdep_devices()
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-hwdep.c | 175 .ioctl_compat = hwdep_compat_ioctl, in snd_dice_create_hwdep()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 314 .ioctl_compat = hwdep_compat_ioctl, in snd_efw_create_hwdep_device()
|
/Linux-v4.19/sound/usb/usx2y/ |
D | us122l.c | 464 hw->ops.ioctl_compat = usb_stream_hwdep_ioctl; in usb_stream_hwdep_new()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdsp.c | 4929 hw->ops.ioctl_compat = snd_hdsp_hwdep_ioctl; in snd_hdsp_create_hwdep()
|
D | hdspm.c | 6402 hw->ops.ioctl_compat = snd_hdspm_hwdep_ioctl; in snd_hdspm_create_hwdep()
|