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
404 if (size != GO_S_PACKET_SIZE) in hid_gos_raw_event()
438 GO_S_PACKET_SIZE, data); in hid_gos_raw_event()
452 if (header_size + len > GO_S_PACKET_SIZE) in mcu_property_out()
457 dmabuf = kzalloc(GO_S_PACKET_SIZE, GFP_KERNEL); in mcu_property_out()
465 GO_S_PACKET_SIZE, dmabuf); in mcu_property_out()
467 ret = hid_hw_output_report(hdev, dmabuf, GO_S_PACKET_SIZE); in mcu_property_out()
471 ret = ret == GO_S_PACKET_SIZE ? 0 : -EINVAL; in mcu_property_out()