Lines Matching refs:dec
116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local
134 dec->norm = norm; in tw9903_s_std()
141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local
142 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl()
162 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local
163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status()
195 struct tw9903 *dec; in tw9903_probe() local
206 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe()
207 if (dec == NULL) in tw9903_probe()
209 sd = &dec->sd; in tw9903_probe()
211 hdl = &dec->hdl; in tw9903_probe()
228 dec->norm = V4L2_STD_NTSC; in tw9903_probe()