Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/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
175 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap() local
194 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap() local
220 struct cx18 *cx = id->cx; in cx18_try_fmt_vid_cap() local
249 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap() local
269 struct cx18 *cx = id->cx; in cx18_s_fmt_vid_cap() local
310 struct cx18 *cx = id->cx; in cx18_s_fmt_vbi_cap() local
340 struct cx18 *cx = id->cx; in cx18_s_fmt_sliced_vbi_cap() local
371 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register() local
385 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register() local
[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
209 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status() local
220 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset() local
268 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.c29 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value) in cx18_av_write()
41 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect()
53 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4()
60 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect()
66 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4_noretry()
72 u8 cx18_av_read(struct cx18 *cx, u16 addr) in cx18_av_read()
80 u32 cx18_av_read4(struct cx18 *cx, u16 addr) in cx18_av_read4()
85 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned and_mask, in cx18_av_and_or()
93 int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 and_mask, in cx18_av_and_or4()
101 static void cx18_av_init(struct cx18 *cx) in cx18_av_init()
[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-fileops.c46 struct cx18 *cx = id->cx; in cx18_claim_stream() local
106 struct cx18 *cx = s->cx; in cx18_release_stream() local
161 static void cx18_dualwatch(struct cx18 *cx) in cx18_dualwatch()
187 struct cx18 *cx = s->cx; in cx18_get_mdl() local
259 static void cx18_setup_sliced_vbi_mdl(struct cx18 *cx) in cx18_setup_sliced_vbi_mdl()
277 struct cx18 *cx = s->cx; in cx18_copy_buf_to_user() local
423 struct cx18 *cx = s->cx; in cx18_read() local
489 struct cx18 *cx = s->cx; in cx18_read_pos() local
499 struct cx18 *cx = id->cx; in cx18_start_capture() local
590 struct cx18 *cx = id->cx; in cx18_v4l2_read() local
[all …]
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()
366 static void cx18_process_eeprom(struct cx18 *cx) in cx18_process_eeprom()
457 static v4l2_std_id cx18_parse_std(struct cx18 *cx) in cx18_parse_std()
539 static void cx18_process_options(struct cx18 *cx) in cx18_process_options()
701 static int cx18_create_in_workq(struct cx18 *cx) in cx18_create_in_workq()
713 static void cx18_init_in_work_orders(struct cx18 *cx) in cx18_init_in_work_orders()
728 static int cx18_init_struct1(struct cx18 *cx) in cx18_init_struct1()
785 static void 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()
461 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq()
[all …]
Dcx18-streams.c124 struct cx18 *cx = s->cx; in cx18_prepare_buffer() local
199 struct cx18 *cx = s->cx; in buffer_setup() local
221 struct cx18 *cx = s->cx; in buffer_prepare() local
255 static void cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init()
312 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev()
387 int cx18_streams_setup(struct cx18 *cx) in cx18_streams_setup()
411 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev()
479 int cx18_streams_register(struct cx18 *cx) in cx18_streams_register()
501 void cx18_streams_cleanup(struct cx18 *cx, int unregister) in cx18_streams_cleanup()
555 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()
152 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw) in cx18_find_hw()
170 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setscl() local
183 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_setsda() local
196 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getscl() local
205 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; in cx18_getsda() local
233 int init_cx18_i2c(struct cx18 *cx) in init_cx18_i2c()
304 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.c139 struct cx18 *cx = stream->cx; in yuan_mpc718_mt352_reqfw() local
254 struct cx18 *cx; in cx18_dvb_start_feed() local
325 struct cx18 *cx; in cx18_dvb_stop_feed() local
349 struct cx18 *cx = stream->cx; in cx18_dvb_register() local
441 struct cx18 *cx = stream->cx; in cx18_dvb_unregister() local
473 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
201 static int cx18_alsa_load(struct cx18 *cx) in cx18_alsa_load()
250 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_exit() local
Dcx18-av-vbi.c134 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_g_sliced_fmt() local
177 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_raw_fmt() local
191 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_s_sliced_fmt() local
262 struct cx18 *cx = v4l2_get_subdevdata(sd); in cx18_av_decode_vbi_line() 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()
213 void cx18_halt_firmware(struct cx18 *cx) in cx18_halt_firmware()
222 void cx18_init_power(struct cx18 *cx, int lowpwr) in cx18_init_power()
331 void cx18_init_memory(struct cx18 *cx) in cx18_init_memory()
382 int cx18_firmware_init(struct cx18 *cx) in cx18_firmware_init()
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()
Dcx18-alsa-pcm.c154 struct cx18 *cx = to_cx18(v4l2_dev); in snd_cx18_pcm_capture_open() local
201 struct cx18 *cx = to_cx18(v4l2_dev); in snd_cx18_pcm_capture_close() local
331 struct cx18 *cx = to_cx18(v4l2_dev); in snd_cx18_pcm_create() local
Dcx18-cards.c594 int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input) in cx18_get_input()
620 int cx18_get_audio_input(struct cx18 *cx, u16 index, struct v4l2_audio *audio) in cx18_get_audio_input()
Dcx18-alsa.h41 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_lock() local
47 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_unlock() local
Dcx18-scb.c27 void cx18_init_scb(struct cx18 *cx) in cx18_init_scb()
Dcx18-video.c26 void cx18_video_set_io(struct cx18 *cx) in cx18_video_set_io()
Dcx18-audio.c37 int cx18_audio_set_io(struct cx18 *cx) in cx18_audio_set_io()
Dcx18-driver.h363 struct cx18 *cx; member
378 struct cx18 *cx; /* for ease of use */ member
433 struct cx18 *cx; member
569 struct cx18 *cx; member
702 static inline int cx18_raw_vbi(const struct cx18 *cx) in cx18_raw_vbi()
709 #define cx18_call_hw(cx, hw, o, f, args...) \ argument
716 #define cx18_call_all(cx, o, f, args...) cx18_call_hw(cx, 0, o, f , ##args) argument
721 #define cx18_call_hw_err(cx, hw, o, f, args...) \ argument
729 #define cx18_call_all_err(cx, o, f, args...) \ argument
/linux-4.1.27/drivers/acpi/
Dprocessor_idle.c135 struct acpi_processor_cx *cx) in lapic_timer_check_state()
175 struct acpi_processor_cx *cx, in lapic_timer_state_broadcast()
194 struct acpi_processor_cx *cx, in lapic_timer_state_broadcast()
379 struct acpi_processor_cx cx; in acpi_processor_get_power_info_cst() local
499 struct acpi_processor_cx *cx) in acpi_processor_power_verify_c3()
587 struct acpi_processor_cx *cx = &pr->power.states[i]; in acpi_processor_power_verify() local
687 static void acpi_idle_do_entry(struct acpi_processor_cx *cx) in acpi_idle_do_entry()
711 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); in acpi_idle_play_dead() local
747 struct acpi_processor_cx *cx, bool timer_bc) in acpi_idle_enter_bm()
793 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); in acpi_idle_enter() local
[all …]
/linux-4.1.27/arch/arm/mach-omap2/
Dcpuidle34xx.c113 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; in omap3_enter_idle() local
169 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; in next_valid_state() local
222 struct omap3_idle_statedata *cx; in omap3_enter_idle_bm() local
Dcpuidle44xx.c84 struct idle_statedata *cx = state_ptr + index; in omap_enter_idle_coupled() local
/linux-4.1.27/arch/x86/kernel/acpi/
Dcstate.c74 struct acpi_processor_cx *cx = _cx; in acpi_processor_ffh_cstate_probe_cpu() local
118 struct acpi_processor_cx *cx, struct acpi_power_register *reg) in acpi_processor_ffh_cstate_probe()
155 void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cx) in acpi_processor_ffh_cstate_enter()
/linux-4.1.27/arch/x86/include/asm/
Dapm.h51 int cx, dx, si; in apm_bios_call_simple_asm() local
Dptrace.h13 unsigned long cx; member
50 unsigned long cx; member
Dsigcontext.h18 unsigned long cx; member
55 unsigned long cx; member
Duser_32.h79 unsigned long cx; member
Duser_64.h80 unsigned long cx; member
Dprocessor.h239 unsigned long cx; member
/linux-4.1.27/drivers/net/plip/
Dplip.c487 unsigned int cx; in plip_receive() local
706 unsigned int cx; in plip_send() local
752 unsigned int cx; in plip_send_packet() local
/linux-4.1.27/drivers/char/
Dtoshiba.c376 unsigned short bx,cx; in tosh_get_machine_id() local
/linux-4.1.27/drivers/isdn/sc/
Dmessage.h38 #define IS_CM_MESSAGE(mesg, tx, cx, dx) \ argument
46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \ argument
/linux-4.1.27/arch/x86/xen/
Denlighten.c305 unsigned int *cx, unsigned int *dx) in xen_cpuid()
364 unsigned int ax, bx, cx, dx; in xen_check_mwait() local
428 unsigned int ax, bx, cx, dx; in xen_init_cpuid_mask() local
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c182 u64 ax, bx, cx, dx; member
190 u64 ax, bx, cx, dx; member
202 u64 ax, bx, cx, dx; member
Dperf_event_intel.c1978 struct event_constraint *cx; in intel_get_excl_constraints() local
/linux-4.1.27/drivers/xen/
Dxen-acpi-processor.c66 struct acpi_processor_cx *cx; in push_cxx_to_hypervisor() local
/linux-4.1.27/arch/x86/kvm/
Dtss.h45 u16 cx; member
/linux-4.1.27/arch/x86/include/uapi/asm/
Dsigcontext32.h63 unsigned int cx; member
/linux-4.1.27/drivers/cpufreq/
Dlonghaul.c71 static struct acpi_processor_cx *cx; variable
/linux-4.1.27/scripts/kconfig/
Dgconf.c893 gint cx, cy; in on_treeview2_button_press_event() local
1009 gint cx, cy; in on_treeview1_button_press_event() local
/linux-4.1.27/arch/x86/kernel/
Dapm_32.c1637 unsigned short cx; in proc_apm_show() local
1730 unsigned short cx; in apm() local
/linux-4.1.27/drivers/mtd/maps/
Dvmu-flash.c361 unsigned char cx; in vmu_flash_read() local
/linux-4.1.27/drivers/s390/char/
Dtty3270.c80 unsigned int cx, cy; /* Current output position. */ member
1406 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) in tty3270_goto_xy()
/linux-4.1.27/arch/x86/boot/
Dboot.h253 u16 cx, hcx; member
/linux-4.1.27/arch/x86/lguest/
Dboot.c423 unsigned int *cx, unsigned int *dx) in lguest_cpuid()
/linux-4.1.27/drivers/hid/
Dhid-multitouch.c77 __s32 x, y, cx, cy, p, w, h; member
/linux-4.1.27/include/acpi/
Dprocessor.h263 struct acpi_processor_cx *cx, in acpi_processor_ffh_cstate_probe()
/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.c1167 int inl, c, cx; in sprintrw() local
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885.h315 struct cx23885_dev *cx; member