Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c62 struct work_struct port_work; member
666 struct cros_typec_data *typec = container_of(work, struct cros_typec_data, port_work); in cros_typec_port_work()
681 schedule_work(&typec->port_work); in cros_ec_typec_event()
746 INIT_WORK(&typec->port_work, cros_typec_port_work); in cros_typec_probe()
774 cancel_work_sync(&typec->port_work); in cros_typec_suspend()
784 schedule_work(&typec->port_work); in cros_typec_resume()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dport_kern.c147 DECLARE_WORK(port_work, port_work_proc);
154 schedule_work(&port_work); in port_interrupt()