Searched full:rt1719 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | richtek,rt1719.yaml | 4 $id: "http://devicetree.org/schemas/usb/richtek,rt1719.yaml#" 7 title: Richtek RT1719 sink-only Type-C PD controller bindings 13 The RT1719 is a sink-only USB Type-C contoller that complies with the latest 22 - richtek,rt1719 55 rt1719@43 { 56 compatible = "richtek,rt1719";
|
/Linux-v6.1/drivers/usb/typec/ |
D | Kconfig | 68 tristate "Richtek RT1719 Sink Only Type-C controller driver" 74 Say Y or M here if your system has Richtek RT1719 sink only 78 module will be called rt1719.ko
|
D | Makefile | 13 obj-$(CONFIG_TYPEC_RT1719) += rt1719.o
|
D | rt1719.c | 568 psy_name = devm_kasprintf(data->dev, GFP_KERNEL, "rt1719-source-psy-%s", in devm_rt1719_psy_register() 942 { .compatible = "richtek,rt1719", }, 949 .name = "rt1719", 958 MODULE_DESCRIPTION("Richtek RT1719 Sink Only USBPD Controller Driver");
|