Home
last modified time | relevance | path

Searched full:roles (Results 1 – 25 of 95) sorted by relevance

1234

/linux/drivers/usb/roles/
H A DMakefile3 obj-$(CONFIG_USB_ROLE_SWITCH) += roles.o
4 roles-y := class.o
H A DKconfig12 Say Y here if your USB connectors support both device and host roles.
14 called roles.ko.
/linux/include/scsi/
H A Dscsi_transport_fc.h143 * FC Port Roles
145 * for reporting (e.g. report roles). If you alter this list,
184 u32 roles; member
200 * A virtual port may support 1 or more FC4 roles. Typically it is a
202 * roles. FC port attributes for the vport will be reported on any
229 u32 roles; member
286 u32 roles; member
366 u32 roles; member
779 if (rport->roles & FC_PORT_ROLE_FCP_TARGET) in fc_remote_port_chkready()
836 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
[all...]
H A Dscsi_transport_srp.h14 u8 roles; member
38 * @roles: Role of this port - initiator or target.
59 u8 roles; member
/linux/drivers/usb/cdns3/
H A Dcore.h65 * @roles: array of supported roles for this controller
107 struct cdns_role_driver *roles[USB_ROLE_DEVICE + 1]; member
/linux/Documentation/mhi/
H A Dtopology.rst20 Below are the roles of the MHI controller driver:
54 Below are the roles of the MHI driver:
/linux/security/selinux/ss/
H A Dpolicydb.h35 * users, roles, types, sensitivities, categories, etc.
78 struct ebitmap dominates; /* set of roles dominated by this role */
122 struct ebitmap roles; /* set of authorized roles for user */ member
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c70 ids.roles = FC_RPORT_ROLE_UNKNOWN; in csio_reg_rnode()
99 ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; in csio_reg_rnode()
101 ids.roles |= FC_RPORT_ROLE_FCP_TARGET; in csio_reg_rnode()
103 if (ids.roles != FC_RPORT_ROLE_UNKNOWN) in csio_reg_rnode()
104 fc_remote_port_rolechg(rport, ids.roles); in csio_reg_rnode()
109 rn->nport_id, ids.roles); in csio_reg_rnode()
/linux/drivers/net/wireless/ti/wlcore/
H A Devent.c194 wl1271_debug(DEBUG_EVENT, "%s: roles=0x%lx allowed=0x%lx", in wlcore_event_ba_rx_constraint()
217 wl1271_debug(DEBUG_EVENT, "%s: roles=0x%lx success=%d", in wlcore_event_channel_switch()
321 wl1271_info("Beacon loss detected. roles:0x%lx", roles_bitmap); in wlcore_event_beacon_loss()
/linux/drivers/scsi/libfc/
H A Dfc_rport.c150 rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN; in fc_rport_create()
1052 if (rdata->ids.roles == FC_PORT_ROLE_UNKNOWN) in fc_rport_compatible_roles()
1054 if ((rdata->ids.roles & FC_PORT_ROLE_FCP_TARGET) && in fc_rport_compatible_roles()
1057 if ((rdata->ids.roles & FC_PORT_ROLE_FCP_INITIATOR) && in fc_rport_compatible_roles()
1126 u32 roles = FC_RPORT_ROLE_UNKNOWN; in fc_rport_prli_resp() local
1151 /* reinitialize remote port roles */ in fc_rport_prli_resp()
1152 rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN; in fc_rport_prli_resp()
1208 roles |= FC_RPORT_ROLE_FCP_INITIATOR; in fc_rport_prli_resp()
1210 roles |= FC_RPORT_ROLE_FCP_TARGET; in fc_rport_prli_resp()
1212 rdata->ids.roles = roles; in fc_rport_prli_resp()
[all …]
/linux/drivers/scsi/bfa/
H A Dbfad.c433 enum bfa_lport_role roles, struct bfad_vf_s *vf_drv, in bfa_fcb_lport_new() argument
454 port_drv->roles = roles; in bfa_fcb_lport_new()
456 if (roles & BFA_LPORT_ROLE_FCP_IM) { in bfa_fcb_lport_new()
506 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfa_fcb_pbc_vport_create()
658 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) { in bfad_vport_create()
910 bfad->pport.roles |= BFA_LPORT_ROLE_FCP_IM; in bfad_cfg_pport()
923 (bfad->pport.roles & BFA_LPORT_ROLE_FCP_IM)) { in bfad_uncfg_pport()
927 bfad->pport.roles &= ~BFA_LPORT_ROLE_FCP_IM; in bfad_uncfg_pport()
1004 vid.roles = FC_PORT_ROLE_FCP_INITIATOR; in bfad_start_ops()
/linux/Documentation/devicetree/bindings/phy/
H A Dnvidia,tegra194-xusb-padctl.yaml249 supports switching between USB host and peripheral roles.
287 supports switching between USB host and peripheral roles.
325 supports switching between USB host and peripheral roles.
363 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra210-xusb-padctl.yaml377 supports switching between USB host and peripheral roles.
415 supports switching between USB host and peripheral roles.
453 supports switching between USB host and peripheral roles.
491 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra186-xusb-padctl.yaml258 supports switching between USB host and peripheral roles.
296 supports switching between USB host and peripheral roles.
334 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra124-xusb-padctl.yaml355 supports switching between USB host and peripheral roles.
390 supports switching between USB host and peripheral roles.
425 supports switching between USB host and peripheral roles.
/linux/drivers/usb/typec/
H A Dbus.h18 enum typec_port_data roles; member
H A DKconfig40 both roles are supported.
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h13 * initialization and differentiation of roles within a single shared binary
/linux/drivers/scsi/
H A Dscsi_transport_srp.c147 if (srp_rport_role_names[i].value == rport->roles) { in show_srp_rport_roles()
154 static DEVICE_ATTR(roles, S_IRUGO, show_srp_rport_roles, NULL);
715 rport->roles = ids->roles; in srp_rport_add()
/linux/Documentation/ABI/stable/
H A Dsysfs-class-udc39 but HNP was used to switch roles.
H A Dsysfs-transport-srp41 What: /sys/class/srp_remote_ports/port-<h>:<n>/roles
/linux/Documentation/driver-api/usb/
H A Dtypec.rst22 the roles and alternate modes of ports, partners and cable plugs when the port
135 When the partner has executed a role change, or when the default roles change
/linux/include/linux/usb/
H A Dotg.h6 * (for either host or peripheral roles) don't use these calls; they
/linux/drivers/usb/
H A DKconfig160 source "drivers/usb/roles/Kconfig"
/linux/drivers/message/fusion/
H A Dmptfc.c453 rid->roles = FC_RPORT_ROLE_UNKNOWN; in mptfc_generate_rport_ids()
467 u32 roles = FC_RPORT_ROLE_UNKNOWN; in mptfc_register_dev() local
472 roles |= FC_RPORT_ROLE_FCP_TARGET; in mptfc_register_dev()
474 roles |= FC_RPORT_ROLE_FCP_INITIATOR; in mptfc_register_dev()
518 fc_remote_port_rolechg(rport,roles); in mptfc_register_dev()

1234