Lines Matching refs:debugf
62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
64 #define debugf(client, fmt, args...) macro
145 debugf(client, "cannot register evdev client"); in evdev_open()
191 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
271 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
285 debugf(client, "write size not multiple of input_event size"); in evdev_write()
317 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
457 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
466 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
664 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
835 debugf(client, "client %p: buffer overflow", client); in evdev_client_push()