Lines Matching refs:cxhdl
761 itv->cxhdl.port = CX2341X_PORT_MEMORY; in ivtv_init_struct1()
762 itv->cxhdl.capabilities = CX2341X_CAP_HAS_SLICED_VBI; in ivtv_init_struct1()
1024 retval = cx2341x_handler_init(&itv->cxhdl, 50); in ivtv_probe()
1027 itv->v4l2_dev.ctrl_handler = &itv->cxhdl.hdl; in ivtv_probe()
1028 itv->cxhdl.ops = &ivtv_cxhdl_ops; in ivtv_probe()
1029 itv->cxhdl.priv = itv; in ivtv_probe()
1030 itv->cxhdl.func = ivtv_api_func; in ivtv_probe()
1158 cx2341x_handler_set_50hz(&itv->cxhdl, itv->is_50hz); in ivtv_probe()
1278 v4l2_ctrl_handler_free(&itv->cxhdl.hdl); in ivtv_probe()
1387 cx2341x_handler_setup(&itv->cxhdl); in ivtv_init_on_first_open()
1437 v4l2_ctrl_handler_free(&itv->cxhdl.hdl); in ivtv_remove()