Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.h40 struct work_struct port_work; member
H A Dcros_ec_typec.c1220 struct cros_typec_data *typec = container_of(work, struct cros_typec_data, port_work); in cros_typec_port_work()
1235 flush_work(&typec->port_work); in cros_ec_typec_event()
1236 schedule_work(&typec->port_work); in cros_ec_typec_event()
1311 INIT_WORK(&typec->port_work, cros_typec_port_work); in cros_typec_probe()
1340 cancel_work_sync(&typec->port_work); in cros_typec_remove()
1348 cancel_work_sync(&typec->port_work); in cros_typec_suspend()
1358 schedule_work(&typec->port_work); in cros_typec_resume()
/linux-6.15/arch/um/drivers/
H A Dport_kern.c149 static DECLARE_WORK(port_work, port_work_proc);
156 schedule_work(&port_work); in port_interrupt()