role_switch       221 drivers/usb/chipidea/ci.h 	struct usb_role_switch		*role_switch;
role_switch       117 drivers/usb/chipidea/ci_hdrc_msm.c 		if (!IS_ERR(ci->platdata->vbus_extcon.edev) || ci->role_switch) {
role_switch      1119 drivers/usb/chipidea/core.c 		ci->role_switch = usb_role_switch_register(dev,
role_switch      1121 drivers/usb/chipidea/core.c 		if (IS_ERR(ci->role_switch)) {
role_switch      1122 drivers/usb/chipidea/core.c 			ret = PTR_ERR(ci->role_switch);
role_switch      1185 drivers/usb/chipidea/core.c 	if (ci->role_switch)
role_switch      1186 drivers/usb/chipidea/core.c 		usb_role_switch_unregister(ci->role_switch);
role_switch      1206 drivers/usb/chipidea/core.c 	if (ci->role_switch)
role_switch      1207 drivers/usb/chipidea/core.c 		usb_role_switch_unregister(ci->role_switch);
role_switch        38 drivers/usb/chipidea/otg.c 	if (!IS_ERR(cable->edev) || ci->role_switch) {
role_switch        56 drivers/usb/chipidea/otg.c 	if (!IS_ERR(cable->edev) || ci->role_switch) {
role_switch        86 drivers/usb/chipidea/otg.c 	if (!IS_ERR(cable->edev) || ci->role_switch) {
role_switch       100 drivers/usb/chipidea/otg.c 	if (!IS_ERR(cable->edev) || ci->role_switch) {
role_switch       122 drivers/usb/dwc3/dwc3-meson-g12a.c 	struct usb_role_switch	*role_switch;
role_switch       503 drivers/usb/dwc3/dwc3-meson-g12a.c 	priv->role_switch = usb_role_switch_register(dev, &priv->switch_desc);
role_switch       504 drivers/usb/dwc3/dwc3-meson-g12a.c 	if (IS_ERR(priv->role_switch))
role_switch       530 drivers/usb/dwc3/dwc3-meson-g12a.c 	usb_role_switch_unregister(priv->role_switch);
role_switch       572 include/net/bluetooth/hci.h 	__u8     role_switch;
role_switch       188 include/net/bluetooth/rfcomm.h 	u8            role_switch;
role_switch       311 include/net/bluetooth/rfcomm.h 	u8     role_switch;
role_switch       224 net/bluetooth/hci_conn.c 		cp.role_switch = 0x01;
role_switch       226 net/bluetooth/hci_conn.c 		cp.role_switch = 0x00;
role_switch      1299 net/bluetooth/rfcomm/core.c 	if (d->role_switch)
role_switch       254 net/bluetooth/rfcomm/sock.c 		pi->role_switch = rfcomm_pi(parent)->role_switch;
role_switch       261 net/bluetooth/rfcomm/sock.c 		pi->role_switch = 0;
role_switch       265 net/bluetooth/rfcomm/sock.c 	pi->dlc->role_switch = pi->role_switch;
role_switch       414 net/bluetooth/rfcomm/sock.c 	d->role_switch = rfcomm_pi(sk)->role_switch;
role_switch       679 net/bluetooth/rfcomm/sock.c 		rfcomm_pi(sk)->role_switch = (opt & RFCOMM_LM_MASTER);
role_switch       797 net/bluetooth/rfcomm/sock.c 		if (rfcomm_pi(sk)->role_switch)