Lines Matching defs:slot
174 int slot, int address)
179 if (0 != slot)
197 int slot, int address, u8 value)
202 __func__, slot, address, value);
204 if (0 != slot)
215 int slot,
221 if (0 != slot)
238 int slot,
245 __func__, slot, address, value);
247 if (0 != slot)
257 int slot,
263 ci_dbg("%s %d %d", __func__, slot, enable);
265 if (0 != slot)
283 static int tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot)
285 return tt3650_ci_set_video_port(ca, slot, /* enable */ 0);
288 static int tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot)
290 return tt3650_ci_set_video_port(ca, slot, /* enable */ 1);
293 static int tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot)
300 ci_dbg("%s %d", __func__, slot);
302 if (0 != slot)
334 int slot,
340 if (0 != slot)
372 tt3650_ci_set_video_port(&state->ca, /* slot */ 0, /* enable */ 0);