Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
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);
Dmsp3400-driver.c277 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 …]
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 …]
/linux-6.12.1/sound/soc/ux500/
Dux500_msp_i2s.h380 enum msp_state { enum
470 enum msp_state msp_state; member
Dux500_msp_i2s.c480 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()