Lines Matching refs:sp2
26 static int sp2_read_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_read_i2c()
62 static int sp2_write_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_write_i2c()
104 struct sp2 *s = en50221->data; in sp2_ci_op_cam()
185 struct sp2 *s = en50221->data; in sp2_ci_slot_reset()
217 struct sp2 *s = en50221->data; in sp2_ci_slot_shutdown()
227 struct sp2 *s = en50221->data; in sp2_ci_slot_ts_enable()
245 struct sp2 *s = en50221->data; in sp2_ci_poll_slot_status()
272 static int sp2_init(struct sp2 *s) in sp2_init()
356 struct sp2 *s; in sp2_exit()
379 struct sp2 *s; in sp2_probe()
384 s = kzalloc(sizeof(struct sp2), GFP_KERNEL); in sp2_probe()
413 struct sp2 *s = i2c_get_clientdata(client); in sp2_remove()