Lines Matching defs:slot
28 static int mantis_ca_read_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr)
33 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Read", slot);
35 if (slot != 0)
41 static int mantis_ca_write_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr, u8 data)
46 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Write", slot);
48 if (slot != 0)
54 static int mantis_ca_read_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr)
59 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Read", slot);
61 if (slot != 0)
67 static int mantis_ca_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr, u8 data)
72 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Write", slot);
74 if (slot != 0)
80 static int mantis_ca_slot_reset(struct dvb_ca_en50221 *en50221, int slot)
85 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot RESET", slot);
96 static int mantis_ca_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot)
101 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot shutdown", slot);
106 static int mantis_ts_control(struct dvb_ca_en50221 *en50221, int slot)
111 dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot);
116 static int mantis_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open)
121 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot);