Lines Matching defs:slot
172 int slot, int address)
177 if (0 != slot)
195 int slot, int address, u8 value)
200 __func__, slot, address, value);
202 if (0 != slot)
213 int slot,
219 if (0 != slot)
236 int slot,
243 __func__, slot, address, value);
245 if (0 != slot)
255 int slot,
261 ci_dbg("%s %d %d", __func__, slot, enable);
263 if (0 != slot)
281 static int tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot)
283 return tt3650_ci_set_video_port(ca, slot, /* enable */ 0);
286 static int tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot)
288 return tt3650_ci_set_video_port(ca, slot, /* enable */ 1);
291 static int tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot)
298 ci_dbg("%s %d", __func__, slot);
300 if (0 != slot)
332 int slot,
338 if (0 != slot)
370 tt3650_ci_set_video_port(&state->ca, /* slot */ 0, /* enable */ 0);