Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c40 * @host_event_work: Work struct for pending host event.
48 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()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c40 * @host_event_work: Work struct for pending host event.
48 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()
[all...]

Completed in 2 milliseconds