log_wq             48 drivers/platform/chrome/cros_ec_debugfs.c 	wait_queue_head_t log_wq;
log_wq            111 drivers/platform/chrome/cros_ec_debugfs.c 		wake_up(&debug_info->log_wq);
log_wq            145 drivers/platform/chrome/cros_ec_debugfs.c 		ret = wait_event_interruptible(debug_info->log_wq,
log_wq            177 drivers/platform/chrome/cros_ec_debugfs.c 	poll_wait(file, &debug_info->log_wq, wait);
log_wq            362 drivers/platform/chrome/cros_ec_debugfs.c 	init_waitqueue_head(&debug_info->log_wq);