Searched refs:tc_disconnect_phy_work (Results 1 – 2 of 2) sorted by relevance
782 cancel_delayed_work(&dig_port->tc_disconnect_phy_work); in __intel_tc_port_lock()809 container_of(work, struct intel_digital_port, tc_disconnect_phy_work.work); in intel_tc_port_disconnect_phy_work()827 flush_delayed_work(&dig_port->tc_disconnect_phy_work); in intel_tc_port_flush_work()833 queue_delayed_work(system_unbound_wq, &dig_port->tc_disconnect_phy_work, in intel_tc_port_unlock()921 INIT_DELAYED_WORK(&dig_port->tc_disconnect_phy_work, intel_tc_port_disconnect_phy_work); in intel_tc_port_init()
1759 struct delayed_work tc_disconnect_phy_work; member