Searched refs:msp_state (Results 1 – 4 of 4) sorted by relevance
61 struct msp_state { struct119 static inline struct msp_state *to_state(struct v4l2_subdev *sd) in to_state() argument121 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);
277 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_set_scart()303 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_wake_thread()312 int msp_sleep(struct msp_state *state, int msec) in msp_sleep()328 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()[all …]
380 enum msp_state { enum470 enum msp_state msp_state; member
480 msp->msp_state = MSP_STATE_CONFIGURED; in ux500_msp_i2s_open()558 if (msp->msp_state == MSP_STATE_IDLE) { in ux500_msp_i2s_trigger()600 msp->msp_state = MSP_STATE_IDLE; in ux500_msp_i2s_close()655 msp->msp_state = MSP_STATE_IDLE; in ux500_msp_i2s_init_msp()