Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c38 static bool tbt_ready(struct typec_altmode *alt);
119 if (!tbt_ready(tbt->alt)) in tbt_enter_modes_ordered()
289 if (!alt->mode_selection && tbt_ready(alt)) { in tbt_altmode_probe()
315 static bool tbt_ready(struct typec_altmode *alt) in tbt_ready() function