Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_ishtp.c133 struct work_struct work_ishtp_reset; member
597 container_of(work, struct ishtp_cl_data, work_ishtp_reset); in reset_handler()
670 INIT_WORK(&client_data->work_ishtp_reset, in cros_ec_ishtp_probe()
716 cancel_work_sync(&client_data->work_ishtp_reset); in cros_ec_ishtp_remove()
733 schedule_work(&client_data->work_ishtp_reset); in cros_ec_ishtp_reset()
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c222 struct work_struct work_ishtp_reset; member
912 work_ishtp_reset); in reset_handler()
972 INIT_WORK(&client_data->work_ishtp_reset, in loader_ishtp_cl_probe()
1014 cancel_work_sync(&client_data->work_ishtp_reset); in loader_ishtp_cl_remove()
1034 schedule_work(&client_data->work_ishtp_reset); in loader_ishtp_cl_reset()