Lines Matching refs:slot

161 				 int slot, int address)  in tt3650_ci_read_attribute_mem()  argument
166 if (0 != slot) in tt3650_ci_read_attribute_mem()
184 int slot, int address, u8 value) in tt3650_ci_write_attribute_mem() argument
189 __func__, slot, address, value); in tt3650_ci_write_attribute_mem()
191 if (0 != slot) in tt3650_ci_write_attribute_mem()
202 int slot, in tt3650_ci_read_cam_control() argument
208 if (0 != slot) in tt3650_ci_read_cam_control()
225 int slot, in tt3650_ci_write_cam_control() argument
232 __func__, slot, address, value); in tt3650_ci_write_cam_control()
234 if (0 != slot) in tt3650_ci_write_cam_control()
244 int slot, in tt3650_ci_set_video_port() argument
250 ci_dbg("%s %d %d", __func__, slot, enable); in tt3650_ci_set_video_port()
252 if (0 != slot) in tt3650_ci_set_video_port()
270 static int tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_shutdown() argument
272 return tt3650_ci_set_video_port(ca, slot, /* enable */ 0); in tt3650_ci_slot_shutdown()
275 static int tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_ts_enable() argument
277 return tt3650_ci_set_video_port(ca, slot, /* enable */ 1); in tt3650_ci_slot_ts_enable()
280 static int tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_reset() argument
287 ci_dbg("%s %d", __func__, slot); in tt3650_ci_slot_reset()
289 if (0 != slot) in tt3650_ci_slot_reset()
321 int slot, in tt3650_ci_poll_slot_status() argument
327 if (0 != slot) in tt3650_ci_poll_slot_status()