Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Drole.h54 struct usb_role_switch *usb_role_switch_get(struct device *dev);
81 static inline struct usb_role_switch *usb_role_switch_get(struct device *dev) in usb_role_switch_get() function
/openbmc/linux/drivers/usb/roles/
H A Dclass.c133 struct usb_role_switch *usb_role_switch_get(struct device *dev) in usb_role_switch_get() function
147 EXPORT_SYMBOL_GPL(usb_role_switch_get);
/openbmc/linux/drivers/usb/misc/
H A Dqcom_eud.c189 chip->role_sw = usb_role_switch_get(&pdev->dev); in eud_probe()
/openbmc/linux/drivers/misc/
H A Dhisi_hikey_usb.c180 hisi_hikey_usb->dev_role_sw = usb_role_switch_get(dev); in hisi_hikey_usb_of_role_switch()
/openbmc/linux/drivers/usb/typec/
H A Dhd3ss3220.c205 hd3ss3220->role_sw = usb_role_switch_get(hd3ss3220->dev); in hd3ss3220_probe()
H A Danx7411.c1242 ctx->typec.role_sw = usb_role_switch_get(dev); in anx7411_typec_port_probe()
/openbmc/linux/drivers/usb/common/
H A Dusb-conn-gpio.c217 info->role_sw = usb_role_switch_get(dev); in usb_conn_probe()
/openbmc/linux/drivers/extcon/
H A Dextcon-ptn5150.c314 info->role_sw = usb_role_switch_get(info->dev); in ptn5150_i2c_probe()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6623 port->role_sw = usb_role_switch_get(port->dev); in tcpm_register_port()