/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | Makefile | 2 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 D | em28xx.h | 209 struct em28xx; 242 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb); 543 struct em28xx *dev; 628 struct em28xx *dev; 635 struct em28xx { struct 745 int (*em28xx_write_regs)(struct em28xx *dev, u16 reg, argument 747 int (*em28xx_read_reg)(struct em28xx *dev, u16 reg); argument 748 int (*em28xx_read_reg_req_len)(struct em28xx *dev, u8 req, u16 reg, argument 750 int (*em28xx_write_regs_req)(struct em28xx *dev, u8 req, u16 reg, argument 752 int (*em28xx_read_reg_req)(struct em28xx *dev, u8 req, u16 reg); argument [all …]
|
H A D | em28xx-core.c | 66 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 D | em28xx-video.c | 126 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 D | em28xx-audio.c | 49 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 D | em28xx-i2c.c | 50 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 D | em28xx-input.c | 50 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 D | Kconfig | 21 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 D | em28xx-camera.c | 31 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 D | em28xx-dvb.c | 105 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 D | em28xx-vbi.c | 25 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 D | em28xx-cards.c | 62 static void em28xx_pre_card_setup(struct em28xx *dev); 2841 struct em28xx *dev = i2c_bus->dev; in em28xx_tuner_callback() 2856 static inline void em28xx_set_xclk_i2c_speed(struct em28xx *dev) in em28xx_set_xclk_i2c_speed() 2882 static inline void em28xx_set_model(struct em28xx *dev) in em28xx_set_model() 2900 static int em28xx_wait_until_ac97_features_equals(struct em28xx *dev, in em28xx_wait_until_ac97_features_equals() 2929 static void em28xx_pre_card_setup(struct em28xx *dev) in em28xx_pre_card_setup() 3053 static int em28xx_hint_board(struct em28xx *dev) in em28xx_hint_board() 3145 static void em28xx_card_setup(struct em28xx *dev) in em28xx_card_setup() 3334 void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl) in em28xx_setup_xc3028() 3384 struct em28xx *dev = container_of(work, in request_module_async() [all …]
|
/openbmc/linux/drivers/media/usb/ |
H A D | Makefile | 27 obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
|
H A D | Kconfig | 58 source "drivers/media/usb/em28xx/Kconfig"
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | usb-cardlist.rst | 83 em28xx Empia EM28xx USB devices 106 em28xx-cardlist
|
/openbmc/linux/drivers/media/i2c/ |
H A D | Kconfig | 240 em28xx driver.
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2458 CARDLIST.em28xx: 4880
|
/openbmc/linux/ |
H A D | MAINTAINERS | 7680 F: Documentation/admin-guide/media/em28xx* 7681 F: drivers/media/usb/em28xx/
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | 4905 2025-03-28 03:00:46.105-0500 FINEST t538 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-video.c' (3,165) at 20240405153049561 [all...] |
D | opengrok2.0.log | [all...] |