Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-cp2112.c171 u8 *in_out_buffer; member
189 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_input()
228 u8 *buf = dev->in_out_buffer; in cp2112_gpio_set()
250 u8 *buf = dev->in_out_buffer; in cp2112_gpio_get_all()
288 u8 *buf = dev->in_out_buffer; in cp2112_gpio_direction_output()
1245 dev->in_out_buffer = devm_kzalloc(&hdev->dev, CP2112_REPORT_MAX_LENGTH, in cp2112_probe()
1247 if (!dev->in_out_buffer) in cp2112_probe()