rotation_thread   127 drivers/media/usb/gspca/m5602/m5602_bridge.h 	struct task_struct *rotation_thread;
rotation_thread   218 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	sd->rotation_thread = NULL;
rotation_thread   331 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	sd->rotation_thread = NULL;
rotation_thread   342 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	sd->rotation_thread = kthread_create(rotation_thread_function,
rotation_thread   344 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	if (IS_ERR(sd->rotation_thread)) {
rotation_thread   345 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 		err = PTR_ERR(sd->rotation_thread);
rotation_thread   346 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 		sd->rotation_thread = NULL;
rotation_thread   349 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	wake_up_process(sd->rotation_thread);
rotation_thread   369 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	if (sd->rotation_thread)
rotation_thread   370 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 		kthread_stop(sd->rotation_thread);