Home
last modified time | relevance | path

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

/drivers/platform/chrome/
A Dcros_ec_typec.h40 struct work_struct port_work; member
A Dcros_ec_typec.c1305 struct cros_typec_data *typec = container_of(work, struct cros_typec_data, port_work); in cros_typec_port_work()
1320 flush_work(&typec->port_work); in cros_ec_typec_event()
1321 schedule_work(&typec->port_work); in cros_ec_typec_event()
1396 INIT_WORK(&typec->port_work, cros_typec_port_work); in cros_typec_probe()
1425 cancel_work_sync(&typec->port_work); in cros_typec_remove()
1433 cancel_work_sync(&typec->port_work); in cros_typec_suspend()
1443 schedule_work(&typec->port_work); in cros_typec_resume()

Completed in 7 milliseconds