Lines Matching refs:dec
99 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local
117 dec->norm = norm; in tw9906_s_std()
123 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local
124 struct v4l2_subdev *sd = &dec->sd; in tw9906_s_ctrl()
144 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local
145 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status()
175 struct tw9906 *dec; in tw9906_probe() local
186 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe()
187 if (dec == NULL) in tw9906_probe()
189 sd = &dec->sd; in tw9906_probe()
191 hdl = &dec->hdl; in tw9906_probe()
208 dec->norm = V4L2_STD_NTSC; in tw9906_probe()