Searched refs:GO_S_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
33 #define GO_S_PACKET_SIZE 64 macro402 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()