Home
last modified time | relevance | path

Searched defs:snd (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/sound/virtio/
H A Dvirtio_card.c55 static void virtsnd_event_dispatch(struct virtio_snd *snd, in virtsnd_event_dispatch()
81 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_event_notify_cb() local
109 static int virtsnd_find_vqs(struct virtio_snd *snd) in virtsnd_find_vqs()
162 static void virtsnd_enable_event_vq(struct virtio_snd *snd) in virtsnd_enable_event_vq()
176 static void virtsnd_disable_event_vq(struct virtio_snd *snd) in virtsnd_disable_event_vq()
199 static int virtsnd_build_devs(struct virtio_snd *snd) in virtsnd_build_devs()
299 struct virtio_snd *snd; in virtsnd_probe() local
343 struct virtio_snd *snd = vdev->priv; in virtsnd_remove() local
375 struct virtio_snd *snd = vdev->priv; in virtsnd_freeze() local
402 struct virtio_snd *snd = vdev->priv; in virtsnd_restore() local
H A Dvirtio_pcm.c216 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find()
236 struct virtio_pcm *virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find_or_create()
323 int virtsnd_pcm_parse_cfg(struct virtio_snd *snd) in virtsnd_pcm_parse_cfg()
401 int virtsnd_pcm_build_devs(struct virtio_snd *snd) in virtsnd_pcm_build_devs()
492 void virtsnd_pcm_event(struct virtio_snd *snd, struct virtio_snd_event *event) in virtsnd_pcm_event()
H A Dvirtio_card.h68 virtsnd_control_queue(struct virtio_snd *snd) in virtsnd_control_queue()
74 virtsnd_event_queue(struct virtio_snd *snd) in virtsnd_event_queue()
80 virtsnd_tx_queue(struct virtio_snd *snd) in virtsnd_tx_queue()
86 virtsnd_rx_queue(struct virtio_snd *snd) in virtsnd_rx_queue()
H A Dvirtio_ctl_msg.h49 static inline int virtsnd_ctl_msg_send_sync(struct virtio_snd *snd, in virtsnd_ctl_msg_send_sync()
63 static inline int virtsnd_ctl_msg_send_async(struct virtio_snd *snd, in virtsnd_ctl_msg_send_async()
H A Dvirtio_ctl_msg.c121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
233 void virtsnd_ctl_msg_cancel_all(struct virtio_snd *snd) in virtsnd_ctl_msg_cancel_all()
261 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id, in virtsnd_ctl_query_info()
295 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_ctl_notify_cb() local
H A Dvirtio_jack.c131 int virtsnd_jack_parse_cfg(struct virtio_snd *snd) in virtsnd_jack_parse_cfg()
179 int virtsnd_jack_build_devs(struct virtio_snd *snd) in virtsnd_jack_build_devs()
211 void virtsnd_jack_event(struct virtio_snd *snd, struct virtio_snd_event *event) in virtsnd_jack_event()
H A Dvirtio_chmap.c60 int virtsnd_chmap_parse_cfg(struct virtio_snd *snd) in virtsnd_chmap_parse_cfg()
142 int virtsnd_chmap_build_devs(struct virtio_snd *snd) in virtsnd_chmap_build_devs()
H A Dvirtio_pcm_msg.c204 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_msg_send() local
362 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_pcm_tx_notify_cb() local
375 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_pcm_rx_notify_cb() local
H A Dvirtio_pcm_ops.c323 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_trigger() local
390 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_sync_stop() local
H A Dvirtio_pcm.h43 struct virtio_snd *snd; member
/openbmc/linux/drivers/usb/gadget/function/
H A Du_uac1_legacy.c92 static int playback_default_hw_params(struct gaudio_snd_dev *snd) in playback_default_hw_params()
154 struct gaudio_snd_dev *snd = &card->playback; in u_audio_playback() local
199 struct gaudio_snd_dev *snd; in gaudio_open_snd_dev() local
258 struct gaudio_snd_dev *snd; in gaudio_close_snd_dev() local
/openbmc/linux/drivers/net/plip/
H A Dplip.c369 struct plip_local *snd = &nl->snd_data; in plip_bh() local
401 struct plip_local *snd, struct plip_local *rcv, in plip_bh_timeout_error()
476 struct plip_local *snd, struct plip_local *rcv) in plip_none()
589 struct plip_local *snd, struct plip_local *rcv) in plip_receive_packet()
757 struct plip_local *snd, struct plip_local *rcv) in plip_send_packet()
877 struct plip_local *snd, struct plip_local *rcv) in plip_connection_close()
895 struct plip_local *snd, struct plip_local *rcv) in plip_error()
973 struct plip_local *snd = &nl->snd_data; in plip_tx_packet() local
1130 struct plip_local *snd = &nl->snd_data; in plip_close() local
/openbmc/linux/drivers/media/usb/usbtv/
H A Dusbtv.h121 struct snd_card *snd; member
/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h125 VirtIOSound *snd; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c482 char snd[256] = "0123456789"; in test_sockmap_skb_verdict_peek() local
/openbmc/qemu/hw/dma/
H A Dxlnx_csu_dma.c494 #define DMACH_REGINFO(NAME, snd) \ argument
/openbmc/linux/include/linux/
H A Dinput.h182 unsigned long snd[BITS_TO_LONGS(SND_CNT)]; member
/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c1446 struct acm_wb *snd = &(acm->wb[i]); in acm_probe() local
/openbmc/qemu/target/arm/
H A Dptw.c2459 int i, snd; in get_phys_addr_pmsav7() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c574 static void drbd_setbufsize(struct socket *sock, unsigned int snd, in drbd_setbufsize()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3398 } __packed snd; in mt7915_mcu_set_txbf() member