Lines Matching refs:cxhdl
766 itv->cxhdl.port = CX2341X_PORT_MEMORY; in ivtv_init_struct1()
767 itv->cxhdl.capabilities = CX2341X_CAP_HAS_SLICED_VBI; in ivtv_init_struct1()
1027 retval = cx2341x_handler_init(&itv->cxhdl, 50); in ivtv_probe()
1030 itv->v4l2_dev.ctrl_handler = &itv->cxhdl.hdl; in ivtv_probe()
1031 itv->cxhdl.ops = &ivtv_cxhdl_ops; in ivtv_probe()
1032 itv->cxhdl.priv = itv; in ivtv_probe()
1033 itv->cxhdl.func = ivtv_api_func; in ivtv_probe()
1171 cx2341x_handler_set_50hz(&itv->cxhdl, itv->is_50hz); in ivtv_probe()
1291 v4l2_ctrl_handler_free(&itv->cxhdl.hdl); in ivtv_probe()
1400 cx2341x_handler_setup(&itv->cxhdl); in ivtv_init_on_first_open()
1450 v4l2_ctrl_handler_free(&itv->cxhdl.hdl); in ivtv_remove()