Home
last modified time | relevance | path

Searched refs:em28xx (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/usb/em28xx/
H A DMakefile2 em28xx-y += em28xx-core.o em28xx-i2c.o em28xx-cards.o em28xx-camera.o
4 em28xx-v4l-objs := em28xx-video.o em28xx-vbi.o
5 em28xx-alsa-objs := em28xx-audio.o
6 em28xx-rc-objs := em28xx-input.o
8 obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
9 obj-$(CONFIG_VIDEO_EM28XX_V4L2) += em28xx-v4l.o
10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
11 obj-$(CONFIG_VIDEO_EM28XX_DVB) += em28xx-dvb.o
12 obj-$(CONFIG_VIDEO_EM28XX_RC) += em28xx-rc.o
H A Dem28xx.h217 struct em28xx;
250 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb);
562 struct em28xx *dev;
647 struct em28xx *dev;
654 struct em28xx { struct
764 int (*em28xx_write_regs)(struct em28xx *dev, u16 reg, argument
766 int (*em28xx_read_reg)(struct em28xx *dev, u16 reg); argument
767 int (*em28xx_read_reg_req_len)(struct em28xx *dev, u8 req, u16 reg, argument
769 int (*em28xx_write_regs_req)(struct em28xx *dev, u8 req, u16 reg, argument
771 int (*em28xx_read_reg_req)(struct em28xx *dev, u8 req, u16 reg); argument
[all …]
H A Dem28xx-audio.c49 static int em28xx_deinit_isoc_audio(struct em28xx *dev) in em28xx_deinit_isoc_audio()
68 struct em28xx *dev = urb->context; in em28xx_audio_isocirq()
159 static int em28xx_init_audio_isoc(struct em28xx *dev) in em28xx_init_audio_isoc()
218 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_open()
298 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_pcm_close()
319 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_prepare()
334 struct em28xx *dev = container_of(adev, struct em28xx, adev); in audio_trigger()
348 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_trigger()
376 struct em28xx *dev; in snd_em28xx_capture_pointer()
396 struct em28xx *dev = snd_kcontrol_chip(kcontrol); in em28xx_vol_info()
[all …]
H A Dem28xx-camera.c31 static int em28xx_initialize_mt9m111(struct em28xx *dev) in em28xx_initialize_mt9m111()
51 static int em28xx_initialize_mt9m001(struct em28xx *dev) in em28xx_initialize_mt9m001()
82 static int em28xx_probe_sensor_micron(struct em28xx *dev) in em28xx_probe_sensor_micron()
167 static int em28xx_probe_sensor_omnivision(struct em28xx *dev) in em28xx_probe_sensor_omnivision()
277 int em28xx_detect_sensor(struct em28xx *dev) in em28xx_detect_sensor()
300 int em28xx_init_camera(struct em28xx *dev) in em28xx_init_camera()
/linux/drivers/media/usb/
H A DMakefile27 obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
H A DKconfig58 source "drivers/media/usb/em28xx/Kconfig"
/linux/Documentation/admin-guide/media/
H A Dusb-cardlist.rst83 em28xx Empia EM28xx USB devices
106 em28xx-cardlist
/linux/Documentation/
H A D.renames.txt730 media/v4l-drivers/em28xx-cardlist admin-guide/media/em28xx-cardlist
/linux/
H A DMAINTAINERS9585 F: Documentation/admin-guide/media/em28xx*
9586 F: drivers/media/usb/em28xx/