Searched refs:bytes_write (Results 1 – 1 of 1) sorted by relevance
713 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * buf, int bytes_write) in dvb_ca_en50221_write_data() argument722 if (bytes_write > ca->slot_info[slot].link_buf_size) in dvb_ca_en50221_write_data()754 if ((status = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_SIZE_HIGH, bytes_write >> 8)) != 0) in dvb_ca_en50221_write_data()757 bytes_write & 0xff)) != 0) in dvb_ca_en50221_write_data()761 for (i = 0; i < bytes_write; i++) { in dvb_ca_en50221_write_data()774 status = bytes_write; in dvb_ca_en50221_write_data()777 buf[0], (buf[1] & 0x80) == 0, bytes_write); in dvb_ca_en50221_write_data()