Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmsp3400-driver.h53 struct msp_state { struct
107 static inline struct msp_state *to_state(struct v4l2_subdev *sd) in to_state() argument
109 return container_of(sd, struct msp_state, sd); in to_state()
112 static inline struct msp_state *ctrl_to_state(struct v4l2_ctrl *ctrl) in ctrl_to_state()
114 return container_of(ctrl->handler, struct msp_state, hdl); in ctrl_to_state()
124 void msp_update_volume(struct msp_state *state);
125 int msp_sleep(struct msp_state *state, int timeout);
Dmsp3400-driver.c263 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_set_scart()
289 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_wake_thread()
298 int msp_sleep(struct msp_state *state, int timeout) in msp_sleep()
322 struct msp_state *state = ctrl_to_state(ctrl); in msp_s_ctrl()
382 void msp_update_volume(struct msp_state *state) in msp_update_volume()
395 struct msp_state *state = to_state(sd); in msp_s_radio()
431 struct msp_state *state = to_state(sd); in msp_querystd()
445 struct msp_state *state = to_state(sd); in msp_s_std()
459 struct msp_state *state = to_state(sd); in msp_s_routing()
494 struct msp_state *state = to_state(sd); in msp_g_tuner()
[all …]
Dmsp3400-kthreads.c191 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_set_source()
218 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_mode()
259 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_audmode()
388 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_print_mode()
417 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_detect_stereo()
495 struct msp_state *state = to_state(i2c_get_clientdata(client)); in watch_stereo()
507 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_thread()
698 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3410d_thread()
867 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_modus()
894 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_set_source()
[all …]