Searched refs:chrdev_request_id (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.c681 tw_dev->chrdev_request_id = request_id;
697 timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout);
700 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) {
1182 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
1284 if (request_id != tw_dev->chrdev_request_id) {
1301 if (request_id != tw_dev->chrdev_request_id) {
1305 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
1637 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
H A D3w-xxxx.h378 volatile int chrdev_request_id; member in struct:TAG_TW_Device_Extension
H A D3w-xxxx.c763 tw_dev->chrdev_request_id = request_id;
792 timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout);
795 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) {
1067 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
1183 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
2000 if (request_id != tw_dev->chrdev_request_id) {
2006 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE;
H A D3w-9xxx.h673 int chrdev_request_id; member in struct:TAG_TW_Device_Extension

Completed in 110 milliseconds