Home
last modified time | relevance | path

Searched refs:in_out_buffer (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-cp2112.c170 u8 *in_out_buffer; member
187 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_input()
222 u8 *buf = dev->in_out_buffer; in cp2112_gpio_set_unlocked()
254 u8 *buf = dev->in_out_buffer; in cp2112_gpio_get_all()
286 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_output()
1218 dev->in_out_buffer = devm_kzalloc(&hdev->dev, CP2112_REPORT_MAX_LENGTH, in cp2112_probe()
1220 if (!dev->in_out_buffer) in cp2112_probe()