| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_typec.c | 145 static int cros_typec_add_partner(struct cros_typec_data *typec, int port_num, in cros_typec_add_partner() argument 148 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_add_partner() 169 static void cros_typec_remove_partner(struct cros_typec_data *typec, in cros_typec_remove_partner() argument 172 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_remove_partner() 186 static void cros_unregister_ports(struct cros_typec_data *typec) in cros_unregister_ports() argument 190 for (i = 0; i < typec->num_ports; i++) { in cros_unregister_ports() 191 if (!typec->ports[i]) in cros_unregister_ports() 193 cros_typec_remove_partner(typec, i); in cros_unregister_ports() 194 usb_role_switch_put(typec->ports[i]->role_sw); in cros_unregister_ports() 195 typec_switch_put(typec->ports[i]->ori_sw); in cros_unregister_ports() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-typec | 1 USB Type-C port devices (eg. /sys/class/typec/port0/) 3 What: /sys/class/typec/<port>/data_role 18 What: /sys/class/typec/<port>/power_role 33 What: /sys/class/typec/<port>/port_type 51 What: /sys/class/typec/<port>/vconn_source 69 What: /sys/class/typec/<port>/power_operation_mode 85 What: /sys/class/typec/<port>/preferred_role 96 What: /sys/class/typec/<port>/supported_accessory_modes 103 What: /sys/class/typec/<port>/usb_power_delivery_revision 115 What: /sys/class/typec/<port>-{partner|cable}/usb_power_delivery_revision [all …]
|
| H A D | sysfs-bus-typec | 1 What: /sys/bus/typec/devices/.../active 15 What: /sys/bus/typec/devices/.../description 22 What: /sys/bus/typec/devices/.../mode 39 What: /sys/bus/typec/devices/.../svid 46 What: /sys/bus/typec/devices/.../vdo
|
| H A D | sysfs-driver-typec-displayport | 1 What: /sys/bus/typec/devices/.../displayport/configuration 22 Documentation/ABI/testing/sysfs-bus-typec, and use file 23 /sys/bus/typec/devices/.../active). 25 What: /sys/bus/typec/devices/.../displayport/pin_assignment
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | typec.rst | 9 The typec class is meant for describing the USB Type-C ports in a system to the 26 attributes are described in Documentation/ABI/testing/sysfs-class-typec. 30 Every port will be presented as its own device under /sys/class/typec/. The 34 /sys/class/typec/. The parent of the partner device will always be the port it 37 /sys/class/typec/port0/port0-partner/. 40 devices under /sys/class/typec/. The cable attached to the port "port0" port 48 Alternate Mode devices will not be attached to the typec class. The parent of an 50 mode of port0-partner will be presented under /sys/class/typec/port0-partner/. 52 device named "mode<index>", for example /sys/class/typec/port0/<alternate 65 .. kernel-doc:: drivers/usb/typec/class.c [all …]
|
| H A D | typec_bus.rst | 16 :ref:`USB Type-C Connector Class <typec>` provides a device for every alternate 43 space (See Documentation/ABI/testing/sysfs-class-typec). Port drivers should not 109 .. kernel-doc:: drivers/usb/typec/bus.c 115 .. kernel-doc:: drivers/usb/typec/bus.c 121 .. kernel-doc:: drivers/usb/typec/bus.c
|
| H A D | index.rst | 21 typec
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-typec | 2 under /sys/bus/typec (see Documentation/ABI/testing/sysfs-bus-typec). 4 What: /sys/class/typec/<port|partner|cable>/<dev>/svid 11 What: /sys/class/typec/<port|partner|cable>/<dev>/mode<index>/ 20 What: /sys/class/typec/<port|partner|cable>/<dev>/mode<index>/description 27 What: /sys/class/typec/<port|partner|cable>/<dev>/mode<index>/vdo 34 What: /sys/class/typec/<port|partner|cable>/<dev>/mode<index>/active
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | Makefile | 2 obj-$(CONFIG_TYPEC) += typec.o 3 typec-y := class.o mux.o bus.o 9 obj-$(CONFIG_TYPEC_QCOM_PMIC) += qcom-pmic-typec.o
|
| H A D | Kconfig | 43 Connector Class API (Documentation/driver-api/usb/typec.rst) 44 <https://www.kernel.org/doc/html/latest/driver-api/usb/typec.html> 45 and ABI (Documentation/ABI/testing/sysfs-class-typec). 49 source "drivers/usb/typec/tcpm/Kconfig" 51 source "drivers/usb/typec/ucsi/Kconfig" 101 source "drivers/usb/typec/mux/Kconfig" 103 source "drivers/usb/typec/altmodes/Kconfig"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-typec.txt | 5 - compatible : must be "rockchip,rk3399-typec-phy" 37 - rockchip,typec-conn-dir 44 compatible = "rockchip,rk3399-typec-phy"; 83 compatible = "rockchip,rk3399-typec-phy";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588s-evb3-lp4x.dtsi | 67 vbus5v0_typec: vbus5v0-typec { 258 usb-typec { 293 rockchip,typec-vbus-det;
|
| H A D | rk3588-evb6-lp4.dtsi | 53 vbus5v0_typec: vbus5v0-typec { 429 usb-typec { 459 rockchip,typec-vbus-det;
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/ |
| H A D | nvidia.c | 30 MODULE_DEVICE_TABLE(typec, nvidia_typec_id);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | fcs,fusb302.txt | 17 fusb302: typec-portc@54 {
|
| H A D | typec-tcpci.txt | 8 - reg: the i2c slave address of typec port controller device.
|
| H A D | rockchip,dwc3.txt | 20 Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt - Type-C PHY
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | Makefile | 16 obj-$(CONFIG_PHY_ROCKCHIP_TYPEC) += phy-rockchip-typec.o
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | typec.h | 3 #define TRACE_SYSTEM typec
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | fusb302.txt | 11 - fusb302,role: typec port power role
|
| H A D | sprd,sc27xx-pmic.txt | 13 - IC level interface, such as power on/off control, RTC and typec and so on.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | sgm41542_charger.txt | 27 vbus5v0_typec: vbus5v0-typec {
|
| /OK3568_Linux_fs/kernel/drivers/usb/ |
| H A D | Makefile | 66 obj-$(CONFIG_TYPEC) += typec/
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | Makefile | 21 obj-$(CONFIG_PHY_ROCKCHIP_TYPEC) += phy-rockchip-typec.o
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rockchip-radxa-dalang-carrier.dtsi | 46 vbus_typec: vbus-typec {
|