Home
last modified time | relevance | path

Searched refs:em28xx (Results 1 – 17 of 17) 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.h210 struct em28xx;
243 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb);
544 struct em28xx *dev;
629 struct em28xx *dev;
636 struct em28xx { struct
746 int (*em28xx_write_regs)(struct em28xx *dev, u16 reg, argument
748 int (*em28xx_read_reg)(struct em28xx *dev, u16 reg); argument
749 int (*em28xx_read_reg_req_len)(struct em28xx *dev, u8 req, u16 reg, argument
751 int (*em28xx_write_regs_req)(struct em28xx *dev, u8 req, u16 reg, argument
753 int (*em28xx_read_reg_req)(struct em28xx *dev, u8 req, u16 reg); argument
[all …]
H A Dem28xx-core.c66 int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg, in em28xx_read_reg_req_len()
112 int em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg) in em28xx_read_reg_req()
124 int em28xx_read_reg(struct em28xx *dev, u16 reg) in em28xx_read_reg()
134 int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf, in em28xx_write_regs_req()
177 int em28xx_write_regs(struct em28xx *dev, u16 reg, char *buf, int len) in em28xx_write_regs()
184 int em28xx_write_reg(struct em28xx *dev, u16 reg, u8 val) in em28xx_write_reg()
195 int em28xx_write_reg_bits(struct em28xx *dev, u16 reg, u8 val, in em28xx_write_reg_bits()
215 int em28xx_toggle_reg_bits(struct em28xx *dev, u16 reg, u8 bitmask) in em28xx_toggle_reg_bits()
234 static int em28xx_is_ac97_ready(struct em28xx *dev) in em28xx_is_ac97_ready()
259 int em28xx_read_ac97(struct em28xx *dev, u8 reg) in em28xx_read_ac97()
[all …]
H A Dem28xx-video.c126 static inline unsigned int norm_maxw(struct em28xx *dev) in norm_maxw()
139 static inline unsigned int norm_maxh(struct em28xx *dev) in norm_maxh()
152 static int em28xx_vbi_supported(struct em28xx *dev) in em28xx_vbi_supported()
175 static void em28xx_wake_i2c(struct em28xx *dev) in em28xx_wake_i2c()
184 static int em28xx_colorlevels_set_default(struct em28xx *dev) in em28xx_colorlevels_set_default()
202 static int em28xx_set_outfmt(struct em28xx *dev) in em28xx_set_outfmt()
247 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set()
259 static void em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set()
286 static int em28xx_scaler_set(struct em28xx *dev, u16 h, u16 v) in em28xx_scaler_set()
313 static int em28xx_resolution_set(struct em28xx *dev) in em28xx_resolution_set()
[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-i2c.c50 static int em28xx_i2c_timeout(struct em28xx *dev) in em28xx_i2c_timeout()
73 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes()
125 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes()
185 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device()
199 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes()
269 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes()
335 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device()
350 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes()
403 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes()
458 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device()
[all …]
H A Dem28xx-input.c50 struct em28xx *dev;
197 struct em28xx *dev = ir->dev; in default_polling_getkey()
240 struct em28xx *dev = ir->dev; in em2874_polling_getkey()
387 struct em28xx *dev = ir->dev; in em2860_ir_change_protocol()
415 struct em28xx *dev = ir->dev; in em2874_ir_change_protocol()
451 struct em28xx *dev = ir->dev; in em28xx_ir_change_protocol()
471 static int em28xx_probe_i2c_ir(struct em28xx *dev) in em28xx_probe_i2c_ir()
499 struct em28xx *dev = in em28xx_query_buttons()
500 container_of(work, struct em28xx, buttons_query_work.work); in em28xx_query_buttons()
575 static int em28xx_register_snapshot_button(struct em28xx *dev) in em28xx_register_snapshot_button()
[all …]
H A DKconfig21 module will be called em28xx
31 newer em28xx devices uses Vendor Class for audio, instead of
36 module will be called em28xx-alsa
39 tristate "DVB/ATSC Support for em28xx based TV cards"
73 Empiatech em28xx chips.
83 Enables Remote Controller support on em28xx driver.
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()
H A Dem28xx-dvb.c105 static inline void print_err_status(struct em28xx *dev, in print_err_status()
144 static inline int em28xx_dvb_urb_data_copy(struct em28xx *dev, struct urb *urb) in em28xx_dvb_urb_data_copy()
198 struct em28xx *dev = i2c_bus->dev; in em28xx_start_streaming()
241 struct em28xx *dev = i2c_bus->dev; in em28xx_stop_streaming()
291 struct em28xx *dev = i2c_bus->dev; in em28xx_dvb_bus_ctrl()
467 static void hauppauge_hvr930c_init(struct em28xx *dev) in hauppauge_hvr930c_init()
534 static void terratec_h5_init(struct em28xx *dev) in terratec_h5_init()
583 static void terratec_htc_stick_init(struct em28xx *dev) in terratec_htc_stick_init()
638 static void terratec_htc_usb_xs_init(struct em28xx *dev) in terratec_htc_usb_xs_init()
697 static void pctv_520e_init(struct em28xx *dev) in pctv_520e_init()
[all …]
H A Dem28xx-vbi.c25 struct em28xx *dev = vb2_get_drv_priv(vq); in vbi_queue_setup()
46 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_buffer_prepare()
67 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_buffer_queue()
H A Dem28xx-cards.c62 static void em28xx_pre_card_setup(struct em28xx *dev);
2893 struct em28xx *dev = i2c_bus->dev; in em28xx_tuner_callback()
2908 static inline void em28xx_set_xclk_i2c_speed(struct em28xx *dev) in em28xx_set_xclk_i2c_speed()
2934 static inline void em28xx_set_model(struct em28xx *dev) in em28xx_set_model()
2952 static int em28xx_wait_until_ac97_features_equals(struct em28xx *dev, in em28xx_wait_until_ac97_features_equals()
2981 static void em28xx_pre_card_setup(struct em28xx *dev) in em28xx_pre_card_setup()
3105 static int em28xx_hint_board(struct em28xx *dev) in em28xx_hint_board()
3197 static void em28xx_card_setup(struct em28xx *dev) in em28xx_card_setup()
3386 void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl) in em28xx_setup_xc3028()
3436 struct em28xx *dev = container_of(work, in request_module_async()
[all …]
/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/drivers/media/i2c/
H A DKconfig313 em28xx driver.
/linux/
H A DMAINTAINERS8304 F: Documentation/admin-guide/media/em28xx*
8305 F: drivers/media/usb/em28xx/