Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c48 struct work_struct host_event_work; member
147 cros_ec_rpmsg_host_event_function(struct work_struct *host_event_work) in cros_ec_rpmsg_host_event_function() argument
149 struct cros_ec_rpmsg *ec_rpmsg = container_of(host_event_work, in cros_ec_rpmsg_host_event_function()
151 host_event_work); in cros_ec_rpmsg_host_event_function()
190 schedule_work(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_callback()
241 INIT_WORK(&ec_rpmsg->host_event_work, in cros_ec_rpmsg_probe()
251 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_probe()
258 schedule_work(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_probe()
270 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_remove()