Searched refs:sync_serial_poll (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Dsync_serial.c159 static unsigned int sync_serial_poll(struct file *filp, poll_table *wait);
251 .poll = sync_serial_poll,
656 static unsigned int sync_serial_poll(struct file *file, poll_table *wait) sync_serial_poll() function
674 printk(KERN_DEBUG "sync_serial_poll: mask 0x%08X %s %s\n", sync_serial_poll()
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Dsync_serial.c181 static unsigned int sync_serial_poll(struct file *filp, poll_table *wait);
298 .poll = sync_serial_poll,
558 static unsigned int sync_serial_poll(struct file *file, poll_table *wait) sync_serial_poll() function
591 pr_info("sync_serial_poll: mask 0x%08X %s %s\n", sync_serial_poll()

Completed in 61 milliseconds