| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | core.c | 42 WARN_ON(!cdns->roles[cdns->role]); in cdns3_get_current_role_driver() 43 return cdns->roles[cdns->role]; in cdns3_get_current_role_driver() 46 static int cdns3_role_start(struct cdns3 *cdns, enum usb_role role) in cdns3_role_start() argument 50 if (WARN_ON(role > USB_ROLE_DEVICE)) in cdns3_role_start() 54 cdns->role = role; in cdns3_role_start() 57 if (!cdns->roles[role]) in cdns3_role_start() 60 if (cdns->roles[role]->state == CDNS3_ROLE_STATE_ACTIVE) in cdns3_role_start() 64 ret = cdns->roles[role]->start(cdns); in cdns3_role_start() 66 cdns->roles[role]->state = CDNS3_ROLE_STATE_ACTIVE; in cdns3_role_start() 74 enum usb_role role = cdns->role; in cdns3_role_stop() local [all …]
|
| H A D | core.h | 88 enum usb_role role; member
|
| H A D | Kconfig | 5 Say Y here if your system has a Cadence USB3 dual-role controller.
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 1052 my $role = "unknown"; 1061 $role = $pvalue; 1066 $role = lc($role); 1067 if ($role eq "supported") { 1068 $role = "supporter"; 1069 } elsif ($role eq "maintained") { 1070 $role = "maintainer"; 1071 } elsif ($role eq "odd fixes") { 1072 $role = "odd fixer"; 1073 } elsif ($role eq "orphan") { [all …]
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_db.c | 444 u8 role; in pattern_table_get_killer_word() local 447 role = (i == dqs) ? in pattern_table_get_killer_word() 450 byte |= pattern_killer_pattern_table_map[index][role] << i; in pattern_table_get_killer_word() 459 u8 role; in pattern_table_get_killer_word16() local 462 role = (i == dqs) ? in pattern_table_get_killer_word16() 465 byte0 |= pattern_killer_pattern_table_map[index * 2][role] << i; in pattern_table_get_killer_word16() 469 role = (i == dqs) ? in pattern_table_get_killer_word16() 473 [index * 2 + 1][role] << i; in pattern_table_get_killer_word16()
|
| /rk3399_rockchip-uboot/include/power/power_delivery/ |
| H A D | typec.h | 226 int (*try_role)(struct typec_port *port, int role); 227 int (*dr_set)(struct typec_port *port, enum typec_data_role role); 228 int (*pr_set)(struct typec_port *port, enum typec_role role); 229 int (*vconn_set)(struct typec_port *port, enum typec_role role); 294 void typec_set_data_role(struct typec_port *port, enum typec_data_role role); 295 void typec_set_pwr_role(struct typec_port *port, enum typec_role role); 296 void typec_set_vconn_role(struct typec_port *port, enum typec_role role);
|
| H A D | tcpm.h | 148 enum typec_role role, enum typec_data_role data); 152 int (*try_role)(struct tcpc_dev *dev, int role);
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | Kconfig | 11 Enables the MUSB USB dual-role controller in host mode. 19 Enables the MUSB USB dual-role controller in gadget mode. 25 Say y here to enable support for the dual role high 34 Say y here to enable support for the dual role high
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ARM-memory-map | 8 >_armboot_end - which role do these play now? Can we get rid of them?
|
| H A D | README.srio-pcie-boot-corenet | 112 perform the role as a master for boot from SRIO or PCIE.
|
| H A D | README.armada-secureboot | 139 NOTE: The JTAG delay, Box ID, and Flash ID header fields do play a role in the
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/usb/ |
| H A D | tegra-usb.txt | 16 - dr_mode : dual role mode. Indicates the working mode for
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3399/ |
| H A D | Kconfig | 25 * USB 3.0 dual-role
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 17 * USB3.0 dual role port
|
| /rk3399_rockchip-uboot/drivers/power/power_delivery/ |
| H A D | tcpci.c | 330 enum typec_role role, enum typec_data_role data) in tcpci_set_roles() argument 337 if (role == TYPEC_SOURCE) in tcpci_set_roles()
|
| H A D | tcpm.c | 705 enum typec_role role, enum typec_data_role data) in tcpm_set_roles() argument 729 ret = port->tcpc->set_roles(port->tcpc, attached, role, data); in tcpm_set_roles() 733 port->pwr_role = role; in tcpm_set_roles() 737 typec_set_pwr_role(port->typec_port, role); in tcpm_set_roles()
|
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 17 dual-role.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | stm32mp157a-dk1.dts | 83 power-role = "sink";
|
| H A D | am57xx-beagle-x15-common.dtsi | 491 * as "host" or "dual-role". If so, provide
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 357 working LCD configuration. The exact role of SPI may differ for 367 working LCD configuration. The exact role of SPI may differ for 377 working LCD configuration. The exact role of SPI may differ for 387 working LCD configuration. The exact role of SPI may differ for
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 20 playing role in the booting process has increased and now includes the FDT
|
| /rk3399_rockchip-uboot/ |
| H A D | MAINTAINERS | 16 role as you write your new code].
|
| H A D | README | 4052 used in booting. The "Image" column gives the role of the image and is
|