Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go.c36 #define GO_PACKET_SIZE 64 macro
657 if (size != GO_PACKET_SIZE) in hid_go_raw_event()
708 GO_PACKET_SIZE, data); in hid_go_raw_event()
728 if (header_size + len > GO_PACKET_SIZE) in mcu_property_out()
733 dmabuf = kzalloc(GO_PACKET_SIZE, GFP_KERNEL); in mcu_property_out()
741 GO_PACKET_SIZE, dmabuf); in mcu_property_out()
743 ret = hid_hw_output_report(hdev, dmabuf, GO_PACKET_SIZE); in mcu_property_out()
747 ret = ret == GO_PACKET_SIZE ? 0 : -EINVAL; in mcu_property_out()
2361 buf = devm_kzalloc(&hdev->dev, GO_PACKET_SIZE, GFP_KERNEL); in hid_go_cfg_probe()