Lines Matching defs:tw_chrdev_ioctl
177 Fix tw_chrdev_ioctl() to sleep correctly.
183 1.26.00.039 - Fix bug in tw_chrdev_ioctl() polling code.
184 Fix data_buffer_length usage in tw_chrdev_ioctl().
873 static long tw_chrdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
890 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl()\n");
930 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_OP_NOP.\n");
933 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_AEN_LISTEN.\n");
951 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_CMD_PACKET_WITH_DATA.\n");
997 printk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): Reset failed for card %d.\n", tw_dev->host->host_no);
1028 } /* End tw_chrdev_ioctl() */
1051 .unlocked_ioctl = tw_chrdev_ioctl,