Lines Matching refs:ca
211 state->ca.owner = THIS_MODULE; in netup_unidvb_ci_register()
212 state->ca.read_attribute_mem = netup_unidvb_ci_read_attribute_mem; in netup_unidvb_ci_register()
213 state->ca.write_attribute_mem = netup_unidvb_ci_write_attribute_mem; in netup_unidvb_ci_register()
214 state->ca.read_cam_control = netup_unidvb_ci_read_cam_ctl; in netup_unidvb_ci_register()
215 state->ca.write_cam_control = netup_unidvb_ci_write_cam_ctl; in netup_unidvb_ci_register()
216 state->ca.slot_reset = netup_unidvb_ci_slot_reset; in netup_unidvb_ci_register()
217 state->ca.slot_shutdown = netup_unidvb_ci_slot_shutdown; in netup_unidvb_ci_register()
218 state->ca.slot_ts_enable = netup_unidvb_ci_slot_ts_ctl; in netup_unidvb_ci_register()
219 state->ca.poll_slot_status = netup_unidvb_poll_ci_slot_status; in netup_unidvb_ci_register()
220 state->ca.data = state; in netup_unidvb_ci_register()
222 &state->ca, 0, 1); in netup_unidvb_ci_register()
246 dvb_ca_en50221_release(&state->ca); in netup_unidvb_ci_unregister()