Lines Matching refs:dec
124 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local
142 dec->norm = norm; in tw9903_s_std()
149 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local
150 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl()
170 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local
171 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status()
203 struct tw9903 *dec; in tw9903_probe() local
214 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe()
215 if (dec == NULL) in tw9903_probe()
217 sd = &dec->sd; in tw9903_probe()
219 hdl = &dec->hdl; in tw9903_probe()
236 dec->norm = V4L2_STD_NTSC; in tw9903_probe()