Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-cp2112.c164 u8 *in_out_buffer; member
182 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_input()
221 u8 *buf = dev->in_out_buffer; in cp2112_gpio_set()
243 u8 *buf = dev->in_out_buffer; in cp2112_gpio_get_all()
281 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_output()
1244 dev->in_out_buffer = devm_kzalloc(&hdev->dev, CP2112_REPORT_MAX_LENGTH, in cp2112_probe()
1246 if (!dev->in_out_buffer) in cp2112_probe()