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().
875 static long tw_chrdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
892 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl()\n");
932 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_OP_NOP.\n");
935 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_AEN_LISTEN.\n");
953 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_CMD_PACKET_WITH_DATA.\n");
999 printk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): Reset failed for card %d.\n", tw_dev->host->host_no);
1030 } /* End tw_chrdev_ioctl() */
1053 .unlocked_ioctl = tw_chrdev_ioctl,