Lines Matching refs:debugf
51 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
53 #define debugf(client, fmt, args...) macro
135 debugf(client, "cannot register evdev client"); in evdev_open()
172 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
227 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
234 debugf(client, "write size not multiple of input_event size"); in evdev_write()
259 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
394 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
403 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
588 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
756 debugf(client, "client %p: buffer overflow", client); in evdev_client_push()