Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c48 struct work_struct host_event_work; member
149 cros_ec_rpmsg_host_event_function(struct work_struct *host_event_work) in cros_ec_rpmsg_host_event_function() argument
151 struct cros_ec_rpmsg *ec_rpmsg = container_of(host_event_work, in cros_ec_rpmsg_host_event_function()
153 host_event_work); in cros_ec_rpmsg_host_event_function()
188 schedule_work(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_callback()
239 INIT_WORK(&ec_rpmsg->host_event_work, in cros_ec_rpmsg_probe()
249 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_probe()
256 schedule_work(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_probe()
268 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_remove()