Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c36 #define PRINTF_KEYB(format, args...) printf("KEYB: " format, ## args) macro
38 #define PRINTF_KEYB(format, args...) macro
216 PRINTF_KEYB("read_status()=0x%02x\n", byte); in ps2mult_read_status()
233 PRINTF_KEYB("read_input()=0x%02x\n", byte); in ps2mult_read_input()
241 PRINTF_KEYB("write_output(0x%02x)\n", val); in ps2mult_write_output()
292 PRINTF_KEYB("write_command(0x%02x)\n", val); in ps2mult_write_command()