Home
last modified time | relevance | path

Searched defs:snd_pcm_ops (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h93726 struct snd_pcm_ops { struct
93727 int (*open)(struct snd_pcm_substream *);
93728 int (*close)(struct snd_pcm_substream *);
93729 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
93730 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
93731 int (*hw_free)(struct snd_pcm_substream *);
93732 int (*prepare)(struct snd_pcm_substream *);
93733 int (*trigger)(struct snd_pcm_substream *, int);
93734 int (*sync_stop)(struct snd_pcm_substream *);
93735 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h115724 struct snd_pcm_ops { struct
115725 int (*open)(struct snd_pcm_substream *);
115726 int (*close)(struct snd_pcm_substream *);
115727 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
115728 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
115729 int (*hw_free)(struct snd_pcm_substream *);
115730 int (*prepare)(struct snd_pcm_substream *);
115731 int (*trigger)(struct snd_pcm_substream *, int);
115732 int (*sync_stop)(struct snd_pcm_substream *);
115733 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]
H A Dvmlinux.h115724 struct snd_pcm_ops { struct
115725 int (*open)(struct snd_pcm_substream *);
115726 int (*close)(struct snd_pcm_substream *);
115727 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
115728 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
115729 int (*hw_free)(struct snd_pcm_substream *);
115730 int (*prepare)(struct snd_pcm_substream *);
115731 int (*trigger)(struct snd_pcm_substream *, int);
115732 int (*sync_stop)(struct snd_pcm_substream *);
115733 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h103422 struct snd_pcm_ops { struct
103423 int (*open)(struct snd_pcm_substream *);
103424 int (*close)(struct snd_pcm_substream *);
103425 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
103426 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
103427 int (*hw_free)(struct snd_pcm_substream *);
103428 int (*prepare)(struct snd_pcm_substream *);
103429 int (*trigger)(struct snd_pcm_substream *, int);
103430 int (*sync_stop)(struct snd_pcm_substream *);
103431 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]