command_mutex     130 drivers/input/touchscreen/zforce_ts.c 	struct mutex		command_mutex;
command_mutex     173 drivers/input/touchscreen/zforce_ts.c 	ret = mutex_trylock(&ts->command_mutex);
command_mutex     202 drivers/input/touchscreen/zforce_ts.c 	mutex_unlock(&ts->command_mutex);
command_mutex     837 drivers/input/touchscreen/zforce_ts.c 	mutex_init(&ts->command_mutex);