Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/usb/
Drole.h55 struct usb_role_switch *fwnode_usb_role_switch_get(struct fwnode_handle *node);
86 fwnode_usb_role_switch_get(struct fwnode_handle *node) in fwnode_usb_role_switch_get() function
/Linux-v5.10/drivers/usb/roles/
Dclass.c146 struct usb_role_switch *fwnode_usb_role_switch_get(struct fwnode_handle *fwnode) in fwnode_usb_role_switch_get() function
159 EXPORT_SYMBOL_GPL(fwnode_usb_role_switch_get);
/Linux-v5.10/drivers/usb/typec/
Dhd3ss3220.c179 hd3ss3220->role_sw = fwnode_usb_role_switch_get(connector); in hd3ss3220_probe()
Dqcom-pmic-typec.c196 qcom_usb->role_sw = fwnode_usb_role_switch_get(dev_fwnode(qcom_usb->dev)); in qcom_pmic_typec_probe()
Dtps6598x.c522 tps->role_sw = fwnode_usb_role_switch_get(fwnode); in tps6598x_probe()
Dstusb160x.c746 chip->role_sw = fwnode_usb_role_switch_get(fwnode); in stusb160x_probe()
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_typec.c127 port->role_sw = fwnode_usb_role_switch_get(fwnode); in cros_typec_get_switch_handles()