Home
last modified time | relevance | path

Searched refs:work_ec_evt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_ishtp.c115 * @work_ec_evt: Work queue for EC events.
131 struct work_struct work_ec_evt; member
142 container_of(work, struct ishtp_cl_data, work_ec_evt); in ish_evt_handler()
327 schedule_work(&client_data->work_ec_evt); in process_recv()
671 INIT_WORK(&client_data->work_ec_evt, in cros_ec_ishtp_probe()
716 cancel_work_sync(&client_data->work_ec_evt); in cros_ec_ishtp_remove()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_ishtp.c118 * @work_ec_evt: Work queue for EC events.
134 struct work_struct work_ec_evt; member
145 container_of(work, struct ishtp_cl_data, work_ec_evt); in ish_evt_handler()
326 schedule_work(&client_data->work_ec_evt); in process_recv()
672 INIT_WORK(&client_data->work_ec_evt, in cros_ec_ishtp_probe()
717 cancel_work_sync(&client_data->work_ec_evt); in cros_ec_ishtp_remove()

Completed in 3 milliseconds