Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tipd/
H A Dtps6598x.h18 #define TPS_STATUS_PLUG_PRESENT BIT(0) macro
H A Dcore.c645 if (tps->status & TPS_STATUS_PLUG_PRESENT) in tps66993_read_power_status()
667 if (status & TPS_STATUS_PLUG_PRESENT) { in tps6598x_handle_plug_event()
790 bool new_connected = st.status & TPS_STATUS_PLUG_PRESENT; in cd321x_update_work()
791 bool was_disconnected = st.status_changed & TPS_STATUS_PLUG_PRESENT; in cd321x_update_work()
1891 if (status & TPS_STATUS_PLUG_PRESENT) { in tps6598x_probe()