Searched refs:fileobj (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xchr.c | 729 unsigned int sab8253xc_poll(struct file *fileobj, struct poll_table_struct *polltab) in sab8253xc_poll() argument 731 SAB_PORT *port = fileobj->private_data; in sab8253xc_poll() 734 poll_wait(fileobj, &port->write_wait, polltab); in sab8253xc_poll() 735 poll_wait(fileobj, &port->read_wait, polltab); in sab8253xc_poll() 747 int sab8253xc_ioctl(struct inode *iobj, struct file *fileobj, unsigned int cmd, unsigned long lengt… in sab8253xc_ioctl() argument 752 int sab8253xc_fasync(int fd, struct file * fileobj, int mode) in sab8253xc_fasync() argument 754 SAB_PORT *port = fileobj->private_data; in sab8253xc_fasync() 756 …return fasync_helper(fd, fileobj, mode, &port->async_queue); /* I am a little baffled -- does asyn… in sab8253xc_fasync()
|