Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go-s.c33 #define GO_S_PACKET_SIZE 64 macro
402 if (size != GO_S_PACKET_SIZE) in hid_gos_raw_event()
436 GO_S_PACKET_SIZE, data); in hid_gos_raw_event()
450 if (header_size + len > GO_S_PACKET_SIZE) in mcu_property_out()
455 dmabuf = kzalloc(GO_S_PACKET_SIZE, GFP_KERNEL); in mcu_property_out()
463 GO_S_PACKET_SIZE, dmabuf); in mcu_property_out()
465 ret = hid_hw_output_report(hdev, dmabuf, GO_S_PACKET_SIZE); in mcu_property_out()
469 ret = ret == GO_S_PACKET_SIZE ? 0 : -EINVAL; in mcu_property_out()