command_done 522 drivers/block/floppy.c static DECLARE_WAIT_QUEUE_HEAD(command_done); command_done 1959 drivers/block/floppy.c wake_up(&command_done); command_done 1983 drivers/block/floppy.c wait_event_interruptible(command_done, command_status >= 2); command_done 1985 drivers/block/floppy.c wait_event(command_done, command_status >= 2); command_done 129 drivers/input/touchscreen/zforce_ts.c struct completion command_done; command_done 194 drivers/input/touchscreen/zforce_ts.c if (wait_for_completion_timeout(&ts->command_done, WAIT_TIMEOUT) == 0) { command_done 465 drivers/input/touchscreen/zforce_ts.c complete(&ts->command_done); command_done 869 drivers/input/touchscreen/zforce_ts.c init_completion(&ts->command_done); command_done 893 drivers/input/touchscreen/zforce_ts.c if (wait_for_completion_timeout(&ts->command_done, WAIT_TIMEOUT) == 0) command_done 1190 drivers/video/fbdev/pxafb.c if (wait_for_completion_timeout(&fbi->command_done, HZ/2) == 0) { command_done 1305 drivers/video/fbdev/pxafb.c init_completion(&fbi->command_done); command_done 1518 drivers/video/fbdev/pxafb.c complete(&fbi->command_done); command_done 154 drivers/video/fbdev/pxafb.h struct completion command_done;