Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtypec_mux.h63 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode);
76 static inline struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode) in fwnode_typec_mux_get() function
105 return fwnode_typec_mux_get(dev_fwnode(dev)); in typec_mux_get()
/openbmc/linux/drivers/usb/typec/
H A Dmux.c296 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode) in fwnode_typec_mux_get() function
343 EXPORT_SYMBOL_GPL(fwnode_typec_mux_get);
/openbmc/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c476 alt_port->typec_mux = fwnode_typec_mux_get(fwnode); in pmic_glink_altmode_probe()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c80 port->mux = fwnode_typec_mux_get(fwnode); in cros_typec_get_switch_handles()