Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec_mux.h30 struct typec_switch *fwnode_typec_switch_get(struct fwnode_handle *fwnode);
46 fwnode_typec_switch_get(struct fwnode_handle *fwnode) in fwnode_typec_switch_get() function
78 return fwnode_typec_switch_get(dev_fwnode(dev)); in typec_switch_get()
/linux/drivers/usb/typec/
H A Dmux.c71 struct typec_switch *fwnode_typec_switch_get(struct fwnode_handle *fwnode) in fwnode_typec_switch_get() function
118 EXPORT_SYMBOL_GPL(fwnode_typec_switch_get);
/linux/drivers/usb/typec/mux/
H A Dptn36502.c328 ptn->typec_switch = fwnode_typec_switch_get(dev->fwnode); in ptn36502_probe()
H A Dnb7vpq904m.c420 nb7->typec_switch = fwnode_typec_switch_get(dev->fwnode); in nb7vpq904m_probe()
H A Dwcd939x-usbss.c619 usbss->codec_switch = fwnode_typec_switch_get(dev->fwnode); in wcd939x_usbss_probe()
/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c663 alt_port->typec_switch = fwnode_typec_switch_get(fwnode); in pmic_glink_altmode_probe()
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c224 port->ori_sw = fwnode_typec_switch_get(fwnode); in cros_typec_get_switch_handles()
/linux/sound/soc/codecs/
H A Dwcd939x.c3318 wcd939x->typec_switch = fwnode_typec_switch_get(dev->fwnode); in wcd939x_bind()