Lines Matching refs:it66353_dev
76 struct it66353_dev { struct
92 static struct it66353_dev *g_it66353; argument
93 static struct it66353_dev *it66353;
104 static void i2c_wr(struct it66353_dev *it66353, u16 reg, u8 *val, u32 n) in i2c_wr()
145 static void i2c_rd(struct it66353_dev *it66353, u16 reg, u8 *val, u32 n) in i2c_rd()
170 struct it66353_dev *it66353 = g_it66353; in i2c_rd8()
178 struct it66353_dev *it66353 = g_it66353; in it66353_i2c_read()
186 struct it66353_dev *it66353 = g_it66353; in i2c_wr8()
265 struct it66353_dev *it66353 = in it66353_work_i2c_poll()
266 container_of(dwork, struct it66353_dev, work_i2c_poll); in it66353_work_i2c_poll()
277 struct it66353_dev *it66353 = g_it66353; in it66353_hdmirxsel_show()
289 struct it66353_dev *it66353 = g_it66353; in it66353_hdmirxsel_store()
330 struct it66353_dev *it66353; in it66353_probe()
342 it66353 = devm_kzalloc(dev, sizeof(struct it66353_dev), GFP_KERNEL); in it66353_probe()