Searched defs:cx (Results 1 - 56 of 56) sorted by relevance

/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-scb.c27 void cx18_init_scb(struct cx18 *cx) cx18_init_scb() argument
H A Dcx18-video.c26 void cx18_video_set_io(struct cx18 *cx) cx18_video_set_io() argument
H A Dcx18-audio.c37 int cx18_audio_set_io(struct cx18 *cx) cx18_audio_set_io() argument
H A Dcx18-irq.c29 static void xpu_ack(struct cx18 *cx, u32 sw2) xpu_ack() argument
37 static void epu_cmd(struct cx18 *cx, u32 sw1) epu_cmd() argument
47 struct cx18 *cx = (struct cx18 *)dev_id; cx18_irq_handler() local
H A Dcx18-controls.c35 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); cx18_s_stream_vbi_fmt() local
94 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); cx18_s_video_encoding() local
112 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); cx18_s_audio_sampling_freq() local
123 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); cx18_s_audio_mode() local
H A Dcx18-io.c27 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) cx18_memset_io() argument
58 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) cx18_sw1_irq_enable() argument
65 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) cx18_sw1_irq_disable() argument
71 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) cx18_sw2_irq_enable() argument
78 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) cx18_sw2_irq_disable() argument
84 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) cx18_sw2_irq_disable_cpu() argument
91 void cx18_setup_page(struct cx18 *cx, u32 addr) cx18_setup_page() argument
H A Dcx18-alsa-mixer.c88 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_mixer_tv_vol_get() local
108 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_mixer_tv_vol_put() local
H A Dcx18-alsa.h41 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_lock() local
47 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_unlock() local
H A Dcx18-alsa-main.c117 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_card_set_names() local
137 struct cx18 *cx = to_cx18(v4l2_dev); snd_cx18_init() local
201 static int cx18_alsa_load(struct cx18 *cx) cx18_alsa_load() argument
250 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); snd_cx18_exit() local
H A Dcx18-av-audio.c27 static int set_audclk_freq(struct cx18 *cx, u32 freq) set_audclk_freq() argument
303 void cx18_av_audio_set_path(struct cx18 *cx) cx18_av_audio_set_path() argument
345 static void set_volume(struct cx18 *cx, int volume) set_volume() argument
361 static void set_bass(struct cx18 *cx, int bass) set_bass() argument
367 static void set_treble(struct cx18 *cx, int treble) set_treble() argument
373 static void set_balance(struct cx18 *cx, int balance) set_balance() argument
389 static void set_mute(struct cx18 *cx, int mute) set_mute() argument
418 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_clock_freq() local
445 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_audio_s_ctrl() local
H A Dcx18-av-firmware.c36 static int cx18_av_verifyfw(struct cx18 *cx, const struct firmware *fw) cx18_av_verifyfw() argument
78 int cx18_av_loadfw(struct cx18 *cx) cx18_av_loadfw() argument
H A Dcx18-av-vbi.c134 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_g_sliced_fmt() local
177 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_raw_fmt() local
191 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_sliced_fmt() local
262 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_decode_vbi_line() local
H A Dcx18-cards.c594 int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input) cx18_get_input() argument
620 int cx18_get_audio_input(struct cx18 *cx, u16 index, struct v4l2_audio *audio) cx18_get_audio_input() argument
H A Dcx18-dvb.c139 struct cx18 *cx = stream->cx; yuan_mpc718_mt352_reqfw() local
254 struct cx18 *cx; cx18_dvb_start_feed() local
325 struct cx18 *cx; cx18_dvb_stop_feed() local
349 struct cx18 *cx = stream->cx; cx18_dvb_register() local
441 struct cx18 *cx = stream->cx; cx18_dvb_unregister() local
473 struct cx18 *cx = stream->cx; dvb_register() local
H A Dcx18-io.h38 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) cx18_raw_readl() argument
44 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) cx18_raw_writel_noretry() argument
49 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr) cx18_raw_writel() argument
60 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr) cx18_readl() argument
66 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) cx18_writel_noretry() argument
71 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr) cx18_writel() argument
82 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr, cx18_writel_expect() argument
98 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr) cx18_readw() argument
104 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr) cx18_writew_noretry() argument
109 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr) cx18_writew() argument
119 static inline u8 cx18_readb(struct cx18 *cx, const void __iomem *addr) cx18_readb() argument
125 void cx18_writeb_noretry(struct cx18 *cx, u8 val, void __iomem *addr) cx18_writeb_noretry() argument
130 static inline void cx18_writeb(struct cx18 *cx, u8 val, void __iomem *addr) cx18_writeb() argument
141 void cx18_memcpy_fromio(struct cx18 *cx, void *to, cx18_memcpy_fromio() argument
151 static inline void cx18_write_reg_noretry(struct cx18 *cx, u32 val, u32 reg) cx18_write_reg_noretry() argument
156 static inline void cx18_write_reg(struct cx18 *cx, u32 val, u32 reg) cx18_write_reg() argument
161 static inline void cx18_write_reg_expect(struct cx18 *cx, u32 val, u32 reg, cx18_write_reg_expect() argument
167 static inline u32 cx18_read_reg(struct cx18 *cx, u32 reg) cx18_read_reg() argument
174 static inline void cx18_write_enc(struct cx18 *cx, u32 val, u32 addr) cx18_write_enc() argument
179 static inline u32 cx18_read_enc(struct cx18 *cx, u32 addr) cx18_read_enc() argument
H A Dcx18-queue.c142 struct cx18 *cx = s->cx; cx18_queue_get_mdl() local
279 struct cx18 *cx = s->cx; cx18_load_queues() local
349 struct cx18 *cx = s->cx; cx18_stream_alloc() local
422 struct cx18 *cx = s->cx; cx18_stream_free() local
H A Dcx18-vbi.c39 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) copy_vbi_data() argument
109 static u32 compress_raw_buf(struct cx18 *cx, u8 *buf, u32 size, u32 hdr_size) compress_raw_buf() argument
142 static u32 compress_sliced_buf(struct cx18 *cx, u8 *buf, u32 size, compress_sliced_buf() argument
189 static void _cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf) _cx18_process_vbi_data() argument
251 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl, cx18_process_vbi_data() argument
H A Dcx18-alsa-pcm.c154 struct cx18 *cx = to_cx18(v4l2_dev); snd_cx18_pcm_capture_open() local
201 struct cx18 *cx = to_cx18(v4l2_dev); snd_cx18_pcm_capture_close() local
331 struct cx18 *cx = to_cx18(v4l2_dev); snd_cx18_pcm_create() local
H A Dcx18-fileops.c46 struct cx18 *cx = id->cx; cx18_claim_stream() local
106 struct cx18 *cx = s->cx; cx18_release_stream() local
161 static void cx18_dualwatch(struct cx18 *cx) cx18_dualwatch() argument
187 struct cx18 *cx = s->cx; cx18_get_mdl() local
259 static void cx18_setup_sliced_vbi_mdl(struct cx18 *cx) cx18_setup_sliced_vbi_mdl() argument
277 struct cx18 *cx = s->cx; cx18_copy_buf_to_user() local
423 struct cx18 *cx = s->cx; cx18_read() local
489 struct cx18 *cx = s->cx; cx18_read_pos() local
499 struct cx18 *cx = id->cx; cx18_start_capture() local
590 struct cx18 *cx = id->cx; cx18_v4l2_read() local
615 struct cx18 *cx = id->cx; cx18_v4l2_enc_poll() local
664 struct cx18 *cx = id->cx; cx18_v4l2_mmap() local
715 struct cx18 *cx = id->cx; cx18_stop_capture() local
758 struct cx18 *cx = id->cx; cx18_v4l2_close() local
798 struct cx18 *cx = s->cx; cx18_serialized_open() local
850 struct cx18 *cx = s->cx; cx18_v4l2_open() local
864 void cx18_mute(struct cx18 *cx) cx18_mute() argument
877 void cx18_unmute(struct cx18 *cx) cx18_unmute() argument
H A Dcx18-gpio.c52 static void gpio_write(struct cx18 *cx) gpio_write() argument
69 static void gpio_update(struct cx18 *cx, u32 mask, u32 data) gpio_update() argument
80 static void gpio_reset_seq(struct cx18 *cx, u32 active_lo, u32 active_hi, gpio_reset_seq() argument
110 struct cx18 *cx = v4l2_get_subdevdata(sd); gpiomux_log_status() local
121 struct cx18 *cx = v4l2_get_subdevdata(sd); gpiomux_s_radio() local
135 struct cx18 *cx = v4l2_get_subdevdata(sd); gpiomux_s_std() local
161 struct cx18 *cx = v4l2_get_subdevdata(sd); gpiomux_s_audio_routing() local
209 struct cx18 *cx = v4l2_get_subdevdata(sd); resetctrl_log_status() local
220 struct cx18 *cx = v4l2_get_subdevdata(sd); resetctrl_reset() local
268 void cx18_gpio_init(struct cx18 *cx) cx18_gpio_init() argument
294 int cx18_gpio_register(struct cx18 *cx, u32 hw) cx18_gpio_register() argument
324 struct cx18 *cx = to_cx18((struct v4l2_device *)data); cx18_reset_ir_gpio() local
342 struct cx18 *cx = cb_data->cx; cx18_reset_tuner_gpio() local
H A Dcx18-i2c.c86 static int cx18_i2c_new_ir(struct cx18 *cx, struct i2c_adapter *adap, u32 hw, cx18_i2c_new_ir() argument
111 int cx18_i2c_register(struct cx18 *cx, unsigned idx) cx18_i2c_register() argument
152 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw) cx18_find_hw() argument
170 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; cx18_setscl() local
183 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; cx18_setsda() local
196 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; cx18_getscl() local
205 struct cx18 *cx = ((struct cx18_i2c_algo_callback_data *)data)->cx; cx18_getsda() local
233 int init_cx18_i2c(struct cx18 *cx) init_cx18_i2c() argument
304 void exit_cx18_i2c(struct cx18 *cx) exit_cx18_i2c() argument
H A Dcx18-streams.c124 struct cx18 *cx = s->cx; cx18_prepare_buffer() local
199 struct cx18 *cx = s->cx; buffer_setup() local
221 struct cx18 *cx = s->cx; buffer_prepare() local
255 static void cx18_stream_init(struct cx18 *cx, int type) cx18_stream_init() argument
312 static int cx18_prep_dev(struct cx18 *cx, int type) cx18_prep_dev() argument
387 int cx18_streams_setup(struct cx18 *cx) cx18_streams_setup() argument
411 static int cx18_reg_dev(struct cx18 *cx, int type) cx18_reg_dev() argument
479 int cx18_streams_register(struct cx18 *cx) cx18_streams_register() argument
501 void cx18_streams_cleanup(struct cx18 *cx, int unregister) cx18_streams_cleanup() argument
555 struct cx18 *cx = s->cx; cx18_vbi_setup() local
663 void cx18_stream_rotate_idx_mdls(struct cx18 *cx) cx18_stream_rotate_idx_mdls() argument
693 struct cx18 *cx = s->cx; _cx18_stream_put_mdl_fw() local
788 struct cx18 *cx = s->cx; cx18_start_v4l2_encode_stream() local
962 void cx18_stop_all_captures(struct cx18 *cx) cx18_stop_all_captures() argument
978 struct cx18 *cx = s->cx; cx18_stop_v4l2_encode_stream() local
1026 u32 cx18_find_handle(struct cx18 *cx) cx18_find_handle() argument
1040 struct cx18_stream *cx18_handle_to_stream(struct cx18 *cx, u32 handle) cx18_handle_to_stream() argument
H A Dcx18-mailbox.c119 static void dump_mb(struct cx18 *cx, struct cx18_mailbox *mb, char *name) dump_mb() argument
217 static void cx18_mdl_send_to_alsa(struct cx18 *cx, struct cx18_stream *s, cx18_mdl_send_to_alsa() argument
244 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) epu_dma_done() argument
338 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) epu_debug() argument
349 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) epu_cmd() argument
378 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) free_in_work_order() argument
387 struct cx18 *cx = order->cx; cx18_in_work_handler() local
397 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) mb_ack_irq() argument
433 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) epu_dma_done_irq() argument
461 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) epu_debug_irq() argument
482 int epu_cmd_irq(struct cx18 *cx, struct cx18_in_work_order *order) epu_cmd_irq() argument
514 struct cx18_in_work_order *alloc_in_work_order_irq(struct cx18 *cx) alloc_in_work_order_irq() argument
537 void cx18_api_epu_cmd_irq(struct cx18 *cx, int rpu) cx18_api_epu_cmd_irq() argument
600 static int cx18_api_call(struct cx18 *cx, u32 cmd, int args, u32 data[]) cx18_api_call() argument
753 int cx18_api(struct cx18 *cx, u32 cmd, int args, u32 data[]) cx18_api() argument
760 struct cx18 *cx = s->cx; cx18_set_filter_param() local
779 struct cx18 *cx = s->cx; cx18_api_func() local
838 int cx18_vapi_result(struct cx18 *cx, u32 data[MAX_MB_ARGUMENTS], cx18_vapi_result() argument
851 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...) cx18_vapi() argument
H A Dcx18-driver.c297 static void cx18_iounmap(struct cx18 *cx) cx18_iounmap() argument
310 static void cx18_eeprom_dump(struct cx18 *cx, unsigned char *eedata, int len) cx18_eeprom_dump() argument
325 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) cx18_read_eeprom() argument
366 static void cx18_process_eeprom(struct cx18 *cx) cx18_process_eeprom() argument
457 static v4l2_std_id cx18_parse_std(struct cx18 *cx) cx18_parse_std() argument
539 static void cx18_process_options(struct cx18 *cx) cx18_process_options() argument
701 static int cx18_create_in_workq(struct cx18 *cx) cx18_create_in_workq() argument
713 static void cx18_init_in_work_orders(struct cx18 *cx) cx18_init_in_work_orders() argument
728 static int cx18_init_struct1(struct cx18 *cx) cx18_init_struct1() argument
785 static void cx18_init_struct2(struct cx18 *cx) cx18_init_struct2() argument
810 static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *pci_dev, cx18_setup_pci() argument
856 static void cx18_init_subdevs(struct cx18 *cx) cx18_init_subdevs() argument
908 struct cx18 *cx; cx18_probe() local
1158 int cx18_init_on_first_open(struct cx18 *cx) cx18_init_on_first_open() argument
1258 static void cx18_cancel_in_work_orders(struct cx18 *cx) cx18_cancel_in_work_orders() argument
1265 static void cx18_cancel_out_work_orders(struct cx18 *cx) cx18_cancel_out_work_orders() argument
1276 struct cx18 *cx = to_cx18(v4l2_dev); cx18_remove() local
H A Dcx18-firmware.c101 static int load_cpu_fw_direct(const char *fn, u8 __iomem *mem, struct cx18 *cx) load_cpu_fw_direct() argument
140 static int load_apu_fw_direct(const char *fn, u8 __iomem *dst, struct cx18 *cx, load_apu_fw_direct() argument
213 void cx18_halt_firmware(struct cx18 *cx) cx18_halt_firmware() argument
222 void cx18_init_power(struct cx18 *cx, int lowpwr) cx18_init_power() argument
331 void cx18_init_memory(struct cx18 *cx) cx18_init_memory() argument
382 int cx18_firmware_init(struct cx18 *cx) cx18_firmware_init() argument
H A Dcx18-ioctl.c152 struct cx18 *cx = id->cx; cx18_g_fmt_vid_cap() local
175 struct cx18 *cx = fh2id(fh)->cx; cx18_g_fmt_vbi_cap() local
194 struct cx18 *cx = fh2id(fh)->cx; cx18_g_fmt_sliced_vbi_cap() local
220 struct cx18 *cx = id->cx; cx18_try_fmt_vid_cap() local
249 struct cx18 *cx = fh2id(fh)->cx; cx18_try_fmt_sliced_vbi_cap() local
269 struct cx18 *cx = id->cx; cx18_s_fmt_vid_cap() local
312 struct cx18 *cx = id->cx; cx18_s_fmt_vbi_cap() local
342 struct cx18 *cx = id->cx; cx18_s_fmt_sliced_vbi_cap() local
373 struct cx18 *cx = fh2id(fh)->cx; cx18_g_register() local
387 struct cx18 *cx = fh2id(fh)->cx; cx18_s_register() local
403 struct cx18 *cx = id->cx; cx18_querycap() local
417 struct cx18 *cx = fh2id(fh)->cx; cx18_enumaudio() local
424 struct cx18 *cx = fh2id(fh)->cx; cx18_g_audio() local
432 struct cx18 *cx = fh2id(fh)->cx; cx18_s_audio() local
443 struct cx18 *cx = fh2id(fh)->cx; cx18_enum_input() local
452 struct cx18 *cx = fh2id(fh)->cx; cx18_cropcap() local
464 struct cx18 *cx = fh2id(fh)->cx; cx18_g_selection() local
504 struct cx18 *cx = fh2id(fh)->cx; cx18_g_input() local
513 struct cx18 *cx = id->cx; cx18_s_input() local
550 struct cx18 *cx = fh2id(fh)->cx; cx18_g_frequency() local
562 struct cx18 *cx = id->cx; cx18_s_frequency() local
576 struct cx18 *cx = fh2id(fh)->cx; cx18_g_std() local
585 struct cx18 *cx = id->cx; cx18_s_std() local
621 struct cx18 *cx = id->cx; cx18_s_tuner() local
632 struct cx18 *cx = fh2id(fh)->cx; cx18_g_tuner() local
649 struct cx18 *cx = fh2id(fh)->cx; cx18_g_sliced_vbi_cap() local
770 struct cx18 *cx = fh2id(fh)->cx; cx18_g_enc_index() local
817 struct cx18 *cx = id->cx; cx18_vb_queue() local
836 struct cx18 *cx = id->cx; cx18_streamon() local
857 struct cx18 *cx = id->cx; cx18_streamoff() local
875 struct cx18 *cx = id->cx; cx18_reqbufs() local
889 struct cx18 *cx = id->cx; cx18_querybuf() local
902 struct cx18 *cx = id->cx; cx18_qbuf() local
915 struct cx18 *cx = id->cx; cx18_dqbuf() local
929 struct cx18 *cx = id->cx; cx18_encoder_cmd() local
989 struct cx18 *cx = fh2id(fh)->cx; cx18_try_encoder_cmd() local
1021 struct cx18 *cx = fh2id(fh)->cx; cx18_log_status() local
1065 struct cx18 *cx = fh2id(fh)->cx; cx18_default() local
H A Dcx18-av-core.c29 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value) cx18_av_write() argument
41 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) cx18_av_write_expect() argument
53 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value) cx18_av_write4() argument
60 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) cx18_av_write4_expect() argument
66 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value) cx18_av_write4_noretry() argument
72 u8 cx18_av_read(struct cx18 *cx, u16 addr) cx18_av_read() argument
80 u32 cx18_av_read4(struct cx18 *cx, u16 addr) cx18_av_read4() argument
85 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned and_mask, cx18_av_and_or() argument
93 int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 and_mask, cx18_av_and_or4() argument
101 static void cx18_av_init(struct cx18 *cx) cx18_av_init() argument
130 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_initialize() local
287 void cx18_av_std_setup(struct cx18 *cx) cx18_av_std_setup() argument
532 static void input_change(struct cx18 *cx) input_change() argument
580 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_frequency() local
585 static int set_input(struct cx18 *cx, enum cx18_av_video_input vid_input, set_input() argument
762 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_video_routing() local
770 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_audio_routing() local
777 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_g_tuner() local
814 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_tuner() local
859 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_std() local
922 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_ctrl() local
954 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_set_fmt() local
1027 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_stream() local
1040 static void log_video_status(struct cx18 *cx) log_video_status() argument
1082 static void log_audio_status(struct cx18 *cx) log_audio_status() argument
1233 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_log_status() local
1243 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_g_register() local
1255 struct cx18 *cx = v4l2_get_subdevdata(sd); cx18_av_s_register() local
1316 int cx18_av_probe(struct cx18 *cx) cx18_av_probe() argument
H A Dcx18-driver.h363 struct cx18 *cx; member in struct:cx18_in_work_order
378 struct cx18 *cx; /* for ease of use */ member in struct:cx18_stream
433 struct cx18 *cx; member in struct:cx18_open_id
569 struct cx18 *cx; member in struct:cx18_i2c_algo_callback_data
702 static inline int cx18_raw_vbi(const struct cx18 *cx) cx18_raw_vbi() argument
/linux-4.4.14/arch/x86/include/asm/
H A Dapm.h51 int cx, dx, si; apm_bios_call_simple_asm() local
H A Dptrace.h13 unsigned long cx; member in struct:pt_regs
50 unsigned long cx; member in struct:pt_regs
H A Duser_32.h79 unsigned long cx; member in struct:user_regs_struct
H A Duser_64.h80 unsigned long cx; member in struct:user_regs_struct
H A Dprocessor.h244 unsigned long cx; member in struct:x86_hw_tss
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dcstate.c74 struct acpi_processor_cx *cx = _cx; acpi_processor_ffh_cstate_probe_cpu() local
155 void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cx) acpi_processor_ffh_cstate_enter() argument
117 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) acpi_processor_ffh_cstate_probe() argument
/linux-4.4.14/arch/arm/mach-omap2/
H A Dcpuidle44xx.c84 struct idle_statedata *cx = state_ptr + index; omap_enter_idle_coupled() local
H A Dcpuidle34xx.c114 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; omap3_enter_idle() local
170 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; next_valid_state() local
223 struct omap3_idle_statedata *cx; omap3_enter_idle_bm() local
/linux-4.4.14/arch/x86/kvm/
H A Dtss.h45 u16 cx; member in struct:tss_segment_16
/linux-4.4.14/drivers/char/
H A Dtoshiba.c376 unsigned short bx,cx; tosh_get_machine_id() local
/linux-4.4.14/drivers/mtd/maps/
H A Dvmu-flash.c361 unsigned char cx; vmu_flash_read() local
/linux-4.4.14/drivers/acpi/
H A Dprocessor_idle.c375 struct acpi_processor_cx cx; acpi_processor_get_power_info_cst() local
583 struct acpi_processor_cx *cx = &pr->power.states[i]; acpi_processor_power_verify() local
683 static void acpi_idle_do_entry(struct acpi_processor_cx *cx) acpi_idle_do_entry() argument
707 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); acpi_idle_play_dead() local
789 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); acpi_idle_enter() local
829 struct acpi_processor_cx *cx = per_cpu(acpi_cstate[index], dev->cpu); acpi_idle_enter_freeze() local
863 struct acpi_processor_cx *cx; acpi_processor_setup_cpuidle_cx() local
908 struct acpi_processor_cx *cx; acpi_processor_setup_cpuidle_states() local
130 lapic_timer_check_state(int state, struct acpi_processor *pr, struct acpi_processor_cx *cx) lapic_timer_check_state() argument
170 lapic_timer_state_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) lapic_timer_state_broadcast() argument
189 lapic_timer_state_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) lapic_timer_state_broadcast() argument
494 acpi_processor_power_verify_c3(struct acpi_processor *pr, struct acpi_processor_cx *cx) acpi_processor_power_verify_c3() argument
742 acpi_idle_enter_bm(struct acpi_processor *pr, struct acpi_processor_cx *cx, bool timer_bc) acpi_idle_enter_bm() argument
/linux-4.4.14/drivers/xen/
H A Dxen-acpi-processor.c66 struct acpi_processor_cx *cx; push_cxx_to_hypervisor() local
/linux-4.4.14/drivers/cpufreq/
H A Dlonghaul.c71 static struct acpi_processor_cx *cx; variable in typeref:struct:acpi_processor_cx
/linux-4.4.14/drivers/hid/
H A Dhid-multitouch.c77 __s32 x, y, cx, cy, p, w, h; member in struct:mt_slot
/linux-4.4.14/drivers/net/plip/
H A Dplip.c487 unsigned int cx; plip_receive() local
706 unsigned int cx; plip_send() local
752 unsigned int cx; plip_send_packet() local
/linux-4.4.14/arch/x86/boot/
H A Dboot.h252 u16 cx, hcx; member in struct:biosregs::__anon2971::__anon2973
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dsigcontext.h212 __u32 cx; member in struct:sigcontext_32
252 __u64 cx; member in struct:sigcontext_64
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c191 u64 ax, bx, cx, dx; member in struct:pebs_record_core
199 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
211 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
240 u64 ax, bx, cx, dx; member in struct:pebs_record_skl
H A Dperf_event_intel.c2256 struct event_constraint *cx; intel_get_excl_constraints() local
/linux-4.4.14/arch/x86/lguest/
H A Dboot.c422 lguest_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) lguest_cpuid() argument
/linux-4.4.14/include/acpi/
H A Dprocessor.h259 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) acpi_processor_ffh_cstate_probe() argument
/linux-4.4.14/drivers/s390/char/
H A Dtty3270.c80 unsigned int cx, cy; /* Current output position. */ member in struct:tty3270
1410 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) tty3270_goto_xy() argument
/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_api.c1168 int inl, c, cx; sprintrw() local
/linux-4.4.14/arch/x86/kernel/
H A Dapm_32.c1637 unsigned short cx; proc_apm_show() local
1730 unsigned short cx; apm() local
/linux-4.4.14/arch/x86/xen/
H A Denlighten.c366 unsigned int ax, bx, cx, dx; xen_check_mwait() local
430 unsigned int ax, bx, cx, dx; xen_init_cpuid_mask() local
306 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) xen_cpuid() argument
/linux-4.4.14/scripts/kconfig/
H A Dgconf.c893 gint cx, cy; on_treeview2_button_press_event() local
1009 gint cx, cy; on_treeview1_button_press_event() local
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885.h316 struct cx23885_dev *cx; member in struct:cx23885_kernel_ir

Completed in 1150 milliseconds