Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dcore.c1027 struct usb_role_switch_desc ci_role_switch = {}; in ci_hdrc_probe() local
1175 ci_role_switch.set = ci_usb_role_switch_set; in ci_hdrc_probe()
1176 ci_role_switch.get = ci_usb_role_switch_get; in ci_hdrc_probe()
1177 ci_role_switch.allow_userspace_control = true; in ci_hdrc_probe()
1178 ci_role_switch.fwnode = dev_fwnode(dev); in ci_hdrc_probe()
1179 ci_role_switch.driver_data = ci; in ci_hdrc_probe()
1181 &ci_role_switch); in ci_hdrc_probe()