Lines Matching refs:debugf
64 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
66 #define debugf(client, fmt, args...) macro
146 debugf(client, "cannot register evdev client"); in evdev_open()
192 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
272 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
286 debugf(client, "write size not multiple of input_event size"); in evdev_write()
318 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
458 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
467 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
665 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
836 debugf(client, "client %p: buffer overflow", client); in evdev_client_push()