Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 57) sorted by relevance

123

/linux-3.3/drivers/media/video/cx18/
Dcx18-io.h38 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) in cx18_raw_readl()
44 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel_noretry()
49 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel()
60 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr) in cx18_readl()
66 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel_noretry()
71 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel()
82 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr, in cx18_writel_expect()
98 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr) in cx18_readw()
104 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew_noretry()
109 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew()
[all …]
Dcx18-ioctl.c152 struct cx18 *cx = id->cx; in cx18_g_fmt_vid_cap() local
176 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap() local
195 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap() local
225 struct cx18 *cx = id->cx; in cx18_try_fmt_vid_cap() local
254 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap() local
274 struct cx18 *cx = id->cx; in cx18_s_fmt_vid_cap() local
312 struct cx18 *cx = id->cx; in cx18_s_fmt_vbi_cap() local
342 struct cx18 *cx = id->cx; in cx18_s_fmt_sliced_vbi_cap() local
372 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_chip_ident() local
422 static int cx18_cxc(struct cx18 *cx, unsigned int cmd, void *arg) in cx18_cxc()
[all …]
Dcx18-gpio.c52 static void gpio_write(struct cx18 *cx) in gpio_write()
69 static void gpio_update(struct cx18 *cx, u32 mask, u32 data) in gpio_update()
80 static void gpio_reset_seq(struct cx18 *cx, u32 active_lo, u32 active_hi, in gpio_reset_seq()
110 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_log_status() local
121 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_radio() local
135 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_std() local
161 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_audio_routing() local
205 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status() local
216 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset() local
264 void cx18_gpio_init(struct cx18 *cx) in cx18_gpio_init()
[all …]
Dcx18-av-audio.c27 static int set_audclk_freq(struct cx18 *cx, u32 freq) in set_audclk_freq()
303 void cx18_av_audio_set_path(struct cx18 *cx) in cx18_av_audio_set_path()
345 static void set_volume(struct cx18 *cx, int volume) in set_volume()
361 static void set_bass(struct cx18 *cx, int bass) in set_bass()
367 static void set_treble(struct cx18 *cx, int treble) in set_treble()
373 static void set_balance(struct cx18 *cx, int balance) in set_balance()
389 static void set_mute(struct cx18 *cx, int mute) in set_mute()
418 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_clock_freq() local
445 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_audio_s_ctrl() local
Dcx18-av-core.c30 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value) in cx18_av_write()
42 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect()
54 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4()
61 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect()
67 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4_noretry()
73 u8 cx18_av_read(struct cx18 *cx, u16 addr) in cx18_av_read()
81 u32 cx18_av_read4(struct cx18 *cx, u16 addr) in cx18_av_read4()
86 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned and_mask, in cx18_av_and_or()
94 int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 and_mask, in cx18_av_and_or4()
102 static void cx18_av_init(struct cx18 *cx) in cx18_av_init()
[all …]
Dcx18-fileops.c45 struct cx18 *cx = id->cx; in cx18_claim_stream() local
105 struct cx18 *cx = s->cx; in cx18_release_stream() local
160 static void cx18_dualwatch(struct cx18 *cx) in cx18_dualwatch()
186 struct cx18 *cx = s->cx; in cx18_get_mdl() local
258 static void cx18_setup_sliced_vbi_mdl(struct cx18 *cx) in cx18_setup_sliced_vbi_mdl()
276 struct cx18 *cx = s->cx; in cx18_copy_buf_to_user() local
422 struct cx18 *cx = s->cx; in cx18_read() local
488 struct cx18 *cx = s->cx; in cx18_read_pos() local
498 struct cx18 *cx = id->cx; in cx18_start_capture() local
589 struct cx18 *cx = id->cx; in cx18_v4l2_read() local
[all …]
Dcx18-io.c27 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) in cx18_memset_io()
58 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) in cx18_sw1_irq_enable()
65 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) in cx18_sw1_irq_disable()
71 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) in cx18_sw2_irq_enable()
78 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable()
84 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable_cpu()
91 void cx18_setup_page(struct cx18 *cx, u32 addr) in cx18_setup_page()
Dcx18-driver.c297 static void cx18_iounmap(struct cx18 *cx) in cx18_iounmap()
310 static void cx18_eeprom_dump(struct cx18 *cx, unsigned char *eedata, int len) in cx18_eeprom_dump()
325 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom()
359 static void cx18_process_eeprom(struct cx18 *cx) in cx18_process_eeprom()
450 static v4l2_std_id cx18_parse_std(struct cx18 *cx) in cx18_parse_std()
532 static void cx18_process_options(struct cx18 *cx) in cx18_process_options()
694 static int __devinit cx18_create_in_workq(struct cx18 *cx) in cx18_create_in_workq()
706 static void __devinit cx18_init_in_work_orders(struct cx18 *cx) in cx18_init_in_work_orders()
721 static int __devinit cx18_init_struct1(struct cx18 *cx) in cx18_init_struct1()
778 static void __devinit cx18_init_struct2(struct cx18 *cx) in cx18_init_struct2()
[all …]
Dcx18-mailbox.c119 static void dump_mb(struct cx18 *cx, struct cx18_mailbox *mb, char *name) in dump_mb()
217 static void cx18_mdl_send_to_alsa(struct cx18 *cx, struct cx18_stream *s, in cx18_mdl_send_to_alsa()
244 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done()
338 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug()
349 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd()
378 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order()
387 struct cx18 *cx = order->cx; in cx18_in_work_handler() local
397 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq()
433 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq()
459 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq()
[all …]
Dcx18-streams.c117 struct cx18 *cx = s->cx; in cx18_prepare_buffer() local
192 struct cx18 *cx = s->cx; in buffer_setup() local
214 struct cx18 *cx = s->cx; in buffer_prepare() local
248 static void cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init()
306 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev()
385 int cx18_streams_setup(struct cx18 *cx) in cx18_streams_setup()
409 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev()
478 int cx18_streams_register(struct cx18 *cx) in cx18_streams_register()
500 void cx18_streams_cleanup(struct cx18 *cx, int unregister) in cx18_streams_cleanup()
559 struct cx18 *cx = s->cx; in cx18_vbi_setup() local
[all …]
Dcx18-i2c.c86 static int cx18_i2c_new_ir(struct cx18 *cx, struct i2c_adapter *adap, u32 hw, in cx18_i2c_new_ir()
111 int cx18_i2c_register(struct cx18 *cx, unsigned idx) in cx18_i2c_register()
155 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw) in cx18_find_hw()
173 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setscl() local
186 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setsda() local
199 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getscl() local
208 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getsda() local
236 int init_cx18_i2c(struct cx18 *cx) in init_cx18_i2c()
309 void exit_cx18_i2c(struct cx18 *cx) in exit_cx18_i2c()
Dcx18-controls.c35 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_stream_vbi_fmt() local
94 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_video_encoding() local
109 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_sampling_freq() local
120 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_mode() local
Dcx18-irq.c29 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack()
37 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd()
47 struct cx18 *cx = (struct cx18 *)dev_id; in cx18_irq_handler() local
Dcx18-dvb.c137 struct cx18 *cx = stream->cx; in yuan_mpc718_mt352_reqfw() local
252 struct cx18 *cx; in cx18_dvb_start_feed() local
323 struct cx18 *cx; in cx18_dvb_stop_feed() local
347 struct cx18 *cx = stream->cx; in cx18_dvb_register() local
439 struct cx18 *cx = stream->cx; in cx18_dvb_unregister() local
471 struct cx18 *cx = stream->cx; in dvb_register() local
Dcx18-vbi.c39 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data()
109 static u32 compress_raw_buf(struct cx18 *cx, u8 *buf, u32 size, u32 hdr_size) in compress_raw_buf()
142 static u32 compress_sliced_buf(struct cx18 *cx, u8 *buf, u32 size, in compress_sliced_buf()
189 static void _cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf) in _cx18_process_vbi_data()
251 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl, in cx18_process_vbi_data()
Dcx18-alsa-main.c117 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_card_set_names() local
137 struct cx18 *cx = to_cx18(v4l2_dev); in snd_cx18_init() local
200 int cx18_alsa_load(struct cx18 *cx) in cx18_alsa_load()
249 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_exit() local
Dcx18-firmware.c101 static int load_cpu_fw_direct(const char *fn, u8 __iomem *mem, struct cx18 *cx) in load_cpu_fw_direct()
140 static int load_apu_fw_direct(const char *fn, u8 __iomem *dst, struct cx18 *cx, in load_apu_fw_direct()
208 void cx18_halt_firmware(struct cx18 *cx) in cx18_halt_firmware()
217 void cx18_init_power(struct cx18 *cx, int lowpwr) in cx18_init_power()
326 void cx18_init_memory(struct cx18 *cx) in cx18_init_memory()
374 int cx18_firmware_init(struct cx18 *cx) in cx18_firmware_init()
Dcx18-av-vbi.c134 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_g_sliced_fmt() local
175 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_raw_fmt() local
189 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_sliced_fmt() local
260 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_decode_vbi_line() local
Dcx18-queue.c142 struct cx18 *cx = s->cx; in cx18_queue_get_mdl() local
279 struct cx18 *cx = s->cx; in cx18_load_queues() local
349 struct cx18 *cx = s->cx; in cx18_stream_alloc() local
422 struct cx18 *cx = s->cx; in cx18_stream_free() local
Dcx18-alsa-mixer.c88 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_mixer_tv_vol_get() local
108 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_mixer_tv_vol_put() local
Dcx18-av-firmware.c36 static int cx18_av_verifyfw(struct cx18 *cx, const struct firmware *fw) in cx18_av_verifyfw()
78 int cx18_av_loadfw(struct cx18 *cx) in cx18_av_loadfw()
/linux-3.3/drivers/acpi/
Dprocessor_idle.c156 struct acpi_processor_cx *cx) in lapic_timer_check_state()
197 struct acpi_processor_cx *cx, in lapic_timer_state_broadcast()
217 struct acpi_processor_cx *cx, in lapic_timer_state_broadcast()
400 struct acpi_processor_cx cx; in acpi_processor_get_power_info_cst() local
522 struct acpi_processor_cx *cx) in acpi_processor_power_verify_c3()
611 struct acpi_processor_cx *cx = &pr->power.states[i]; in acpi_processor_power_verify() local
712 static inline void acpi_idle_do_entry(struct acpi_processor_cx *cx) in acpi_idle_do_entry()
747 struct acpi_processor_cx *cx = cpuidle_get_statedata(state_usage); in acpi_idle_enter_c1() local
784 struct acpi_processor_cx *cx = cpuidle_get_statedata(state_usage); in acpi_idle_enter_simple() local
863 struct acpi_processor_cx *cx = cpuidle_get_statedata(state_usage); in acpi_idle_enter_bm() local
[all …]
/linux-3.3/arch/x86/kernel/acpi/
Dcstate.c73 struct acpi_processor_cx *cx = _cx; in acpi_processor_ffh_cstate_probe_cpu() local
115 struct acpi_processor_cx *cx, struct acpi_power_register *reg) in acpi_processor_ffh_cstate_probe()
162 void mwait_idle_with_hints(unsigned long ax, unsigned long cx) in mwait_idle_with_hints()
175 void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cx) in acpi_processor_ffh_cstate_enter()
/linux-3.3/arch/arm/mach-omap2/
Dcpuidle34xx.c103 struct omap3_idle_statedata *cx = in omap3_enter_idle() local
185 struct omap3_idle_statedata *cx = cpuidle_get_statedata(curr_usage); in next_valid_state() local
259 struct omap3_idle_statedata *cx; in omap3_enter_idle_bm() local
351 struct omap3_idle_statedata *cx = &omap3_idle_data[idx]; in _fill_cstate_usage() local
370 struct omap3_idle_statedata *cx; in omap3_idle_init() local
Dcpuidle44xx.c63 struct omap4_idle_statedata *cx = in omap4_enter_idle() local
170 struct omap4_idle_statedata *cx = &omap4_idle_data[idx]; in _fill_cstate_usage() local
189 struct omap4_idle_statedata *cx; in omap4_idle_init() local

123