Home
last modified time | relevance | path

Searched refs:work_ishtp_reset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec_ishtp.c133 struct work_struct work_ishtp_reset; member
571 container_of(work, struct ishtp_cl_data, work_ishtp_reset); in reset_handler()
629 INIT_WORK(&client_data->work_ishtp_reset, in cros_ec_ishtp_probe()
672 cancel_work_sync(&client_data->work_ishtp_reset); in cros_ec_ishtp_remove()
689 schedule_work(&client_data->work_ishtp_reset); in cros_ec_ishtp_reset()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c222 struct work_struct work_ishtp_reset; member
888 work_ishtp_reset); in reset_handler()
936 INIT_WORK(&client_data->work_ishtp_reset, in loader_ishtp_cl_probe()
978 cancel_work_sync(&client_data->work_ishtp_reset); in loader_ishtp_cl_remove()
998 schedule_work(&client_data->work_ishtp_reset); in loader_ishtp_cl_reset()