work_ec_evt       126 drivers/platform/chrome/cros_ec_ishtp.c 	struct work_struct work_ec_evt;
work_ec_evt       137 drivers/platform/chrome/cros_ec_ishtp.c 		container_of(work, struct ishtp_cl_data, work_ec_evt);
work_ec_evt       299 drivers/platform/chrome/cros_ec_ishtp.c 		schedule_work(&client_data->work_ec_evt);
work_ec_evt       635 drivers/platform/chrome/cros_ec_ishtp.c 	INIT_WORK(&client_data->work_ec_evt,
work_ec_evt       678 drivers/platform/chrome/cros_ec_ishtp.c 	cancel_work_sync(&client_data->work_ec_evt);