Searched refs:snd_ivtv_card (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa-main.c | 47 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card() 53 struct snd_ivtv_card *p_to_snd_ivtv_card(struct v4l2_device **v4l2_dev) in p_to_snd_ivtv_card() 55 return container_of(v4l2_dev, struct snd_ivtv_card, v4l2_dev); in p_to_snd_ivtv_card() 58 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free() 82 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create() 84 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL); in snd_ivtv_card_create() 97 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc) in snd_ivtv_card_set_names() 121 struct snd_ivtv_card *itvsc; in snd_ivtv_init() 212 IVTV_ALSA_ERR("%s: struct snd_ivtv_card * already exists\n", in ivtv_alsa_load() 218 IVTV_ALSA_ERR("%s: failed to create struct snd_ivtv_card\ in ivtv_alsa_load() [all...] |
H A D | ivtv-alsa-pcm.c | 54 static void ivtv_alsa_announce_pcm_data(struct snd_ivtv_card *itvsc, in ivtv_alsa_announce_pcm_data() 133 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_open() 188 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_close() 209 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_prepare() 227 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_pointer() 244 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc) in snd_ivtv_pcm_create()
|
H A D | ivtv-alsa.h | 11 struct snd_ivtv_card { struct 26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() 32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock()
|
H A D | ivtv-driver.h | 674 struct snd_ivtv_card *alsa; 675 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa-main.c | 46 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card() 51 static void snd_ivtv_card_free(struct snd_ivtv_card *itvsc) in snd_ivtv_card_free() 75 struct snd_ivtv_card **itvsc) in snd_ivtv_card_create() 77 *itvsc = kzalloc(sizeof(struct snd_ivtv_card), GFP_KERNEL); in snd_ivtv_card_create() 90 static int snd_ivtv_card_set_names(struct snd_ivtv_card *itvsc) in snd_ivtv_card_set_names() 114 struct snd_ivtv_card *itvsc; in snd_ivtv_init() 205 IVTV_ALSA_ERR("%s: struct snd_ivtv_card * already exists\n", in ivtv_alsa_load() 211 IVTV_ALSA_ERR("%s: failed to create struct snd_ivtv_card\n", in ivtv_alsa_load() 226 static void __exit snd_ivtv_exit(struct snd_ivtv_card *itvsc) in snd_ivtv_exit() 239 struct snd_ivtv_card *itvs in ivtv_alsa_exit_callback() [all...] |
H A D | ivtv-alsa-pcm.c | 54 static void ivtv_alsa_announce_pcm_data(struct snd_ivtv_card *itvsc, in ivtv_alsa_announce_pcm_data() 133 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_open() 188 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_capture_close() 209 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_prepare() 227 struct snd_ivtv_card *itvsc = snd_pcm_substream_chip(substream); in snd_ivtv_pcm_pointer() 244 int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc) in snd_ivtv_pcm_create()
|
H A D | ivtv-alsa.h | 11 struct snd_ivtv_card { struct 26 static inline void snd_ivtv_lock(struct snd_ivtv_card *itvsc) in snd_ivtv_lock() 32 static inline void snd_ivtv_unlock(struct snd_ivtv_card *itvsc) in snd_ivtv_unlock()
|
H A D | ivtv-driver.h | 672 struct snd_ivtv_card *alsa; 673 void (*pcm_announce_callback)(struct snd_ivtv_card *card, u8 *pcm_data,
|
Completed in 7 milliseconds