Searched full:rt1719 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/usb/ |
H A D | richtek,rt1719.yaml | 4 $id: http://devicetree.org/schemas/usb/richtek,rt1719.yaml# 7 title: Richtek RT1719 sink-only Type-C PD controller 13 The RT1719 is a sink-only USB Type-C controller that complies with the latest 22 - richtek,rt1719 55 rt1719@43 { 56 compatible = "richtek,rt1719";
|
/linux/drivers/usb/typec/ |
H A 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
|
H A D | Makefile | 12 obj-$(CONFIG_TYPEC_RT1719) += rt1719.o
|
H A D | rt1719.c | 562 psy_name = devm_kasprintf(data->dev, GFP_KERNEL, "rt1719-source-psy-%s", in devm_rt1719_psy_register() 937 { .compatible = "richtek,rt1719", }, 944 .name = "rt1719", 953 MODULE_DESCRIPTION("Richtek RT1719 Sink Only USBPD Controller Driver");
|