Searched full:anx7411 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/usb/ |
H A D | analogix,anx7411.yaml | 4 $id: http://devicetree.org/schemas/usb/analogix,anx7411.yaml# 7 title: Analogix ANX7411 Type-C controller 15 - analogix,anx7411 46 compatible = "analogix,anx7411";
|
/linux/drivers/usb/typec/ |
H A D | Kconfig | 56 tristate "Analogix ANX7411 Type-C DRP Port controller driver" 61 Say Y or M here if your system has Analogix ANX7411 Type-C DRP Port 65 module will be called anx7411.ko.
|
H A D | Makefile | 9 obj-$(CONFIG_TYPEC_ANX7411) += anx7411.o
|
H A D | anx7411.c | 4 * Driver for Analogix ANX7411 USB Type-C and PD controller 1436 psy_name = devm_kasprintf(ctx->dev, GFP_KERNEL, "anx7411-source-psy-%s", in anx7411_psy_register() 1532 "anx7411-intp", plat); in anx7411_i2c_probe() 1581 { "anx7411" }, 1588 {.compatible = "analogix,anx7411",}, 1595 .name = "anx7411", 1607 MODULE_DESCRIPTION("Anx7411 USB Type-C PD driver");
|