Lines Matching refs:en50221
267 static int altera_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, in altera_ci_op_cam() argument
271 struct altera_ci_state *state = en50221->data; in altera_ci_op_cam()
302 static int altera_ci_read_attribute_mem(struct dvb_ca_en50221 *en50221, in altera_ci_read_attribute_mem() argument
305 return altera_ci_op_cam(en50221, slot, 0, NETUP_CI_FLG_RD, addr, 0); in altera_ci_read_attribute_mem()
308 static int altera_ci_write_attribute_mem(struct dvb_ca_en50221 *en50221, in altera_ci_write_attribute_mem() argument
311 return altera_ci_op_cam(en50221, slot, 0, 0, addr, data); in altera_ci_write_attribute_mem()
314 static int altera_ci_read_cam_ctl(struct dvb_ca_en50221 *en50221, in altera_ci_read_cam_ctl() argument
317 return altera_ci_op_cam(en50221, slot, NETUP_CI_FLG_CTL, in altera_ci_read_cam_ctl()
321 static int altera_ci_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, in altera_ci_write_cam_ctl() argument
324 return altera_ci_op_cam(en50221, slot, NETUP_CI_FLG_CTL, 0, addr, data); in altera_ci_write_cam_ctl()
327 static int altera_ci_slot_reset(struct dvb_ca_en50221 *en50221, int slot) in altera_ci_slot_reset() argument
329 struct altera_ci_state *state = en50221->data; in altera_ci_slot_reset()
370 static int altera_ci_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) in altera_ci_slot_shutdown() argument
376 static int altera_ci_slot_ts_ctl(struct dvb_ca_en50221 *en50221, int slot) in altera_ci_slot_ts_ctl() argument
378 struct altera_ci_state *state = en50221->data; in altera_ci_slot_ts_ctl()
453 static int altera_poll_ci_slot_status(struct dvb_ca_en50221 *en50221, in altera_poll_ci_slot_status() argument
456 struct altera_ci_state *state = en50221->data; in altera_poll_ci_slot_status()