Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dims-pcu.c501 static bool ims_pcu_byte_needs_escape(u8 byte) in ims_pcu_byte_needs_escape() function
549 if (ims_pcu_byte_needs_escape(ack_id)) in ims_pcu_send_command()
557 delta = ims_pcu_byte_needs_escape(data[i]) ? 2 : 1; in ims_pcu_send_command()
576 delta = ims_pcu_byte_needs_escape(csum) ? 3 : 2; in ims_pcu_send_command()