Home
last modified time | relevance | path

Searched refs:cx18 (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v4.19/drivers/media/pci/cx18/
DMakefile2 cx18-objs := cx18-driver.o cx18-cards.o cx18-i2c.o cx18-firmware.o cx18-gpio.o \
3 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
4 cx18-mailbox.o cx18-vbi.o cx18-audio.o cx18-video.o cx18-irq.o \
5 cx18-av-core.o cx18-av-audio.o cx18-av-firmware.o cx18-av-vbi.o cx18-scb.o \
6 cx18-dvb.o cx18-io.o
7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o
9 obj-$(CONFIG_VIDEO_CX18) += cx18.o
10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
Dcx18-io.h33 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) in cx18_raw_readl()
39 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel_noretry()
44 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel()
55 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr) in cx18_readl()
61 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel_noretry()
66 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel()
77 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr, in cx18_writel_expect()
93 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr) in cx18_readw()
99 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew_noretry()
104 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew()
[all …]
Dcx18-streams.h20 u32 cx18_find_handle(struct cx18 *cx);
21 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle);
22 int cx18_streams_setup(struct cx18 *cx);
23 int cx18_streams_register(struct cx18 *cx);
24 void cx18_streams_cleanup(struct cx18 *cx, int unregister);
27 void cx18_stream_rotate_idx_mdls(struct cx18 *cx);
57 void cx18_stop_all_captures(struct cx18 *cx);
Dcx18-av-core.h26 struct cx18;
353 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value);
354 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value);
355 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value);
356 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);
357 int cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval,
359 u8 cx18_av_read(struct cx18 *cx, u16 addr);
360 u32 cx18_av_read4(struct cx18 *cx, u16 addr);
361 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);
362 int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value);
[all …]
Dcx18-controls.c30 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_stream_vbi_fmt()
86 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_video_encoding()
104 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_sampling_freq()
115 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_mode()
Dcx18-io.c22 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) in cx18_memset_io()
53 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) in cx18_sw1_irq_enable()
60 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) in cx18_sw1_irq_disable()
66 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) in cx18_sw2_irq_enable()
73 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable()
79 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable_cpu()
86 void cx18_setup_page(struct cx18 *cx, u32 addr) in cx18_setup_page()
Dcx18-gpio.c47 static void gpio_write(struct cx18 *cx) in gpio_write()
64 static void gpio_update(struct cx18 *cx, u32 mask, u32 data) in gpio_update()
75 static void gpio_reset_seq(struct cx18 *cx, u32 active_lo, u32 active_hi, in gpio_reset_seq()
105 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_log_status()
116 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_radio()
130 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_std()
156 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_audio_routing()
204 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status()
215 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset()
263 void cx18_gpio_init(struct cx18 *cx) in cx18_gpio_init()
[all …]
Dcx18-mailbox.h34 struct cx18;
79 int cx18_api(struct cx18 *cx, u32 cmd, int args, u32 data[]);
80 int cx18_vapi_result(struct cx18 *cx, u32 data[MAX_MB_ARGUMENTS], u32 cmd,
82 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...);
86 void cx18_api_epu_cmd_irq(struct cx18 *cx, int rpu);
Dcx18-firmware.h17 int cx18_firmware_init(struct cx18 *cx);
18 void cx18_halt_firmware(struct cx18 *cx);
19 void cx18_init_memory(struct cx18 *cx);
20 void cx18_init_power(struct cx18 *cx, int lowpwr);
Dcx18-i2c.h19 int cx18_i2c_register(struct cx18 *cx, unsigned idx);
20 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw);
23 int init_cx18_i2c(struct cx18 *cx);
24 void exit_cx18_i2c(struct cx18 *cx);
Dcx18-ioctl.c147 struct cx18 *cx = id->cx; in cx18_g_fmt_vid_cap()
170 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap()
189 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap()
215 struct cx18 *cx = id->cx; in cx18_try_fmt_vid_cap()
244 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap()
264 struct cx18 *cx = id->cx; in cx18_s_fmt_vid_cap()
307 struct cx18 *cx = id->cx; in cx18_s_fmt_vbi_cap()
337 struct cx18 *cx = id->cx; in cx18_s_fmt_sliced_vbi_cap()
368 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register()
382 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register()
[all …]
Dcx18-av-audio.c22 static int set_audclk_freq(struct cx18 *cx, u32 freq) in set_audclk_freq()
298 void cx18_av_audio_set_path(struct cx18 *cx) in cx18_av_audio_set_path()
340 static void set_volume(struct cx18 *cx, int volume) in set_volume()
356 static void set_bass(struct cx18 *cx, int bass) in set_bass()
362 static void set_treble(struct cx18 *cx, int treble) in set_treble()
368 static void set_balance(struct cx18 *cx, int balance) in set_balance()
384 static void set_mute(struct cx18 *cx, int mute) in set_mute()
413 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_clock_freq()
440 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_audio_s_ctrl()
Dcx18-av-core.c24 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value) in cx18_av_write()
36 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect()
48 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4()
55 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect()
61 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4_noretry()
67 u8 cx18_av_read(struct cx18 *cx, u16 addr) in cx18_av_read()
75 u32 cx18_av_read4(struct cx18 *cx, u16 addr) in cx18_av_read4()
80 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned and_mask, in cx18_av_and_or()
88 int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 and_mask, in cx18_av_and_or4()
96 static void cx18_av_init(struct cx18 *cx) in cx18_av_init()
[all …]
Dcx18-i2c.c78 static int cx18_i2c_new_ir(struct cx18 *cx, struct i2c_adapter *adap, u32 hw, in cx18_i2c_new_ir()
104 int cx18_i2c_register(struct cx18 *cx, unsigned idx) in cx18_i2c_register()
145 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw) in cx18_find_hw()
163 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setscl()
176 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setsda()
189 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getscl()
198 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getsda()
226 int init_cx18_i2c(struct cx18 *cx) in init_cx18_i2c()
297 void exit_cx18_i2c(struct cx18 *cx) in exit_cx18_i2c()
Dcx18-irq.c24 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack()
32 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd()
42 struct cx18 *cx = (struct cx18 *)dev_id; in cx18_irq_handler()
Dcx18-fileops.c41 struct cx18 *cx = id->cx; in cx18_claim_stream()
100 struct cx18 *cx = s->cx; in cx18_release_stream()
155 static void cx18_dualwatch(struct cx18 *cx) in cx18_dualwatch()
181 struct cx18 *cx = s->cx; in cx18_get_mdl()
253 static void cx18_setup_sliced_vbi_mdl(struct cx18 *cx) in cx18_setup_sliced_vbi_mdl()
271 struct cx18 *cx = s->cx; in cx18_copy_buf_to_user()
417 struct cx18 *cx = s->cx; in cx18_read()
483 struct cx18 *cx = s->cx; in cx18_read_pos()
493 struct cx18 *cx = id->cx; in cx18_start_capture()
584 struct cx18 *cx = id->cx; in cx18_v4l2_read()
[all …]
Dcx18-mailbox.c114 static void dump_mb(struct cx18 *cx, struct cx18_mailbox *mb, char *name) in dump_mb()
212 static void cx18_mdl_send_to_alsa(struct cx18 *cx, struct cx18_stream *s, in cx18_mdl_send_to_alsa()
239 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done()
332 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug()
343 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd()
372 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order()
381 struct cx18 *cx = order->cx; in cx18_in_work_handler()
391 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq()
425 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq()
453 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq()
[all …]
Dcx18-driver.h342 struct cx18; /* forward reference */
358 struct cx18 *cx;
373 struct cx18 *cx; /* for ease of use */
428 struct cx18 *cx;
564 struct cx18 *cx;
571 struct cx18 { struct
673 static inline struct cx18 *to_cx18(struct v4l2_device *v4l2_dev) in to_cx18() argument
675 return container_of(v4l2_dev, struct cx18, v4l2_dev); in to_cx18()
679 extern int (*cx18_ext_init)(struct cx18 *);
691 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv);
[all …]
Dcx18-driver.c47 int (*cx18_ext_init)(struct cx18 *);
252 struct cx18 *dev = container_of(work, struct cx18, request_module_wk); in request_module_async()
262 static void request_modules(struct cx18 *dev) in request_modules()
268 static void flush_request_modules(struct cx18 *dev) in flush_request_modules()
292 static void cx18_iounmap(struct cx18 *cx) in cx18_iounmap()
305 static void cx18_eeprom_dump(struct cx18 *cx, unsigned char *eedata, int len) in cx18_eeprom_dump()
320 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom()
361 static void cx18_process_eeprom(struct cx18 *cx) in cx18_process_eeprom()
452 static v4l2_std_id cx18_parse_std(struct cx18 *cx) in cx18_parse_std()
534 static void cx18_process_options(struct cx18 *cx) in cx18_process_options()
[all …]
Dcx18-streams.c119 struct cx18 *cx = s->cx; in cx18_prepare_buffer()
194 struct cx18 *cx = s->cx; in buffer_setup()
216 struct cx18 *cx = s->cx; in buffer_prepare()
250 static void cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init()
305 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev()
380 int cx18_streams_setup(struct cx18 *cx) in cx18_streams_setup()
404 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev()
471 int cx18_streams_register(struct cx18 *cx) in cx18_streams_register()
493 void cx18_streams_cleanup(struct cx18 *cx, int unregister) in cx18_streams_cleanup()
547 struct cx18 *cx = s->cx; in cx18_vbi_setup()
[all …]
Dcx18-vbi.h19 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl,
21 int cx18_used_line(struct cx18 *cx, int line, int field);
Dcx18-gpio.h20 void cx18_gpio_init(struct cx18 *cx);
21 int cx18_gpio_register(struct cx18 *cx, u32 hw);
Dcx18-alsa-main.c111 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_card_set_names()
131 struct cx18 *cx = to_cx18(v4l2_dev); in snd_cx18_init()
195 static int cx18_alsa_load(struct cx18 *cx) in cx18_alsa_load()
244 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_exit()
Dcx18-vbi.c34 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data()
104 static u32 compress_raw_buf(struct cx18 *cx, u8 *buf, u32 size, u32 hdr_size) in compress_raw_buf()
137 static u32 compress_sliced_buf(struct cx18 *cx, u8 *buf, u32 size, in compress_sliced_buf()
184 static void _cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf) in _cx18_process_vbi_data()
246 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl, in cx18_process_vbi_data()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcx18.rst1 The cx18 driver
8 Some notes regarding the cx18 driver for the Conexant CX23418 MPEG
35 http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz

12