Home
last modified time | relevance | path

Searched refs:msp_state (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/
A Dmsp3400-driver.h61 struct msp_state { struct
119 static inline struct msp_state *to_state(struct v4l2_subdev *sd) in to_state() argument
121 return container_of(sd, struct msp_state, sd); in to_state()
124 static inline struct msp_state *ctrl_to_state(struct v4l2_ctrl *ctrl) in ctrl_to_state()
126 return container_of(ctrl->handler, struct msp_state, hdl); in ctrl_to_state()
136 void msp_update_volume(struct msp_state *state);
137 int msp_sleep(struct msp_state *state, int msec);
A Dmsp3400-driver.c328 struct msp_state *state = ctrl_to_state(ctrl); in msp_s_ctrl()
388 void msp_update_volume(struct msp_state *state) in msp_update_volume()
401 struct msp_state *state = to_state(sd); in msp_s_radio()
437 struct msp_state *state = to_state(sd); in msp_querystd()
451 struct msp_state *state = to_state(sd); in msp_s_std()
465 struct msp_state *state = to_state(sd); in msp_s_routing()
500 struct msp_state *state = to_state(sd); in msp_g_tuner()
518 struct msp_state *state = to_state(sd); in msp_s_tuner()
533 struct msp_state *state = to_state(sd); in msp_s_i2s_clock_freq()
553 struct msp_state *state = to_state(sd); in msp_log_status()
[all …]
A Dmsp3400-kthreads.c177 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_set_source()
204 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_mode()
245 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_audmode()
374 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_print_mode()
403 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_detect_stereo()
481 struct msp_state *state = to_state(i2c_get_clientdata(client)); in watch_stereo()
493 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_thread()
689 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3410d_thread()
857 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_modus()
884 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_set_source()
[all …]

Completed in 20 milliseconds