Lines Matching refs:cp2112_device
153 struct cp2112_device { struct
171 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_direction_input() argument
200 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_set()
218 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_get()
237 struct cp2112_device *dev = container_of(chip, struct cp2112_device, in cp2112_gpio_direction_output()
307 static int cp2112_wait(struct cp2112_device *dev, atomic_t *avail) in cp2112_wait()
330 static int cp2112_xfer_status(struct cp2112_device *dev) in cp2112_xfer_status()
353 static int cp2112_read(struct cp2112_device *dev, u8 *data, size_t size) in cp2112_read()
452 struct cp2112_device *dev = (struct cp2112_device *)adap->algo_data; in cp2112_i2c_xfer()
537 struct cp2112_device *dev = (struct cp2112_device *)adap->algo_data; in cp2112_xfer()
957 struct cp2112_device *dev; in cp2112_probe()
1090 struct cp2112_device *dev = hid_get_drvdata(hdev); in cp2112_remove()
1109 struct cp2112_device *dev = hid_get_drvdata(hdev); in cp2112_raw_event()