Searched refs:cp2112_device (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-cp2112.c | 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() [all …]
|