Lines Matching refs:cp2112_device
153 struct cp2112_device { struct
172 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_direction_input() argument
201 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_set()
219 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_get()
238 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_direction_output()
308 static int cp2112_wait(struct cp2112_device *dev, atomic_t *avail) in cp2112_wait()
331 static int cp2112_xfer_status(struct cp2112_device *dev) in cp2112_xfer_status()
354 static int cp2112_read(struct cp2112_device *dev, u8 *data, size_t size) in cp2112_read()
471 struct cp2112_device *dev = (struct cp2112_device *)adap->algo_data; in cp2112_i2c_xfer()
589 struct cp2112_device *dev = (struct cp2112_device *)adap->algo_data; in cp2112_xfer()
1009 struct cp2112_device *dev; in cp2112_probe()
1143 struct cp2112_device *dev = hid_get_drvdata(hdev); in cp2112_remove()
1162 struct cp2112_device *dev = hid_get_drvdata(hdev); in cp2112_raw_event()