Home
last modified time | relevance | path

Searched refs:cx25840_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/media/i2c/cx25840/
Dcx25840-core.h71 struct cx25840_state { struct
102 static inline struct cx25840_state *to_state(struct v4l2_subdev *sd) in to_state() argument
104 return container_of(sd, struct cx25840_state, sd); in to_state()
109 return &container_of(ctrl->handler, struct cx25840_state, hdl)->sd; in to_sd()
112 static inline bool is_cx2583x(struct cx25840_state *state) in is_cx2583x()
118 static inline bool is_cx2584x(struct cx25840_state *state) in is_cx2584x()
126 static inline bool is_cx231xx(struct cx25840_state *state) in is_cx231xx()
131 static inline bool is_cx2388x(struct cx25840_state *state) in is_cx2388x()
138 static inline bool is_cx23885(struct cx25840_state *state) in is_cx23885()
143 static inline bool is_cx23887(struct cx25840_state *state) in is_cx23887()
[all …]
Dcx25840-audio.c33 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_set_audclk_freq()
288 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx23885_set_audclk_freq()
330 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx231xx_set_audclk_freq()
406 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in set_audclk_freq()
425 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_audio_set_path()
507 struct cx25840_state *state = to_state(sd); in cx25840_s_clock_freq()
527 struct cx25840_state *state = to_state(sd); in cx25840_audio_s_ctrl()
Dcx25840-vbi.c75 struct cx25840_state *state = to_state(sd); in cx25840_g_sliced_fmt()
120 struct cx25840_state *state = to_state(sd); in cx25840_s_raw_fmt()
140 struct cx25840_state *state = to_state(sd); in cx25840_s_sliced_fmt()
218 struct cx25840_state *state = to_state(sd); in cx25840_decode_vbi_line()
Dcx25840-firmware.c57 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in get_fw_name()
97 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_loadfw()
Dcx25840-ir.c116 struct cx25840_state *state = to_state(sd); in to_ir_state()
486 struct cx25840_state *state = to_state(sd); in irqenable_rx()
497 struct cx25840_state *state = to_state(sd); in irqenable_tx()
510 struct cx25840_state *state = to_state(sd); in cx25840_ir_irq_handler()
1024 struct cx25840_state *state = to_state(sd); in cx25840_ir_log_status()
1208 struct cx25840_state *state = to_state(sd); in cx25840_ir_probe()
1247 struct cx25840_state *state = to_state(sd); in cx25840_ir_remove()
Dcx25840-core.c527 struct cx25840_state *state = to_state(sd); in common_s_io_pin_config()
602 struct cx25840_state *state = container_of(work, struct cx25840_state, fw_work); in cx25840_work_handler()
622 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_vconfig_apply()
696 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_initialize()
773 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx23885_initialize()
1033 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx231xx_initialize()
1114 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_std_setup()
1285 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in input_change()
1367 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in set_input()
1652 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in set_v4lstd()
[all …]