Searched defs:tda1997x_state (Results 1 – 1 of 1) sorted by relevance
221 struct tda1997x_state { struct222 const struct tda1997x_chip_info *info;223 struct tda1997x_platform_data pdata;224 struct i2c_client *client;225 struct i2c_client *client_cec;226 struct v4l2_subdev sd;227 struct regulator_bulk_data supplies[TDA1997X_NUM_SUPPLIES];228 struct media_pad pads[TDA1997X_NUM_PADS];229 struct mutex lock;230 struct mutex page_lock;[all …]