Searched full:pca954x (Results 1 – 9 of 9) sorted by relevance
/freebsd/share/man/man4/ |
H A D | pca954x.4 | 31 .Nm pca954x 38 .Cd "device pca954x" 92 .Bl -tag -width hint.pca954x.<unit>.chip_type 93 .It Va hint.pca954x.<unit>.at 99 .It Va hint.pca954x.<unit>.chip_type
|
H A D | Makefile | 443 pca954x.4 \
|
/freebsd/sys/dev/iicbus/mux/ |
H A D | pca954x.c | 243 DEFINE_CLASS_1(pca954x, pca954x_driver, pca954x_methods, 245 DRIVER_MODULE(pca954x, iicbus, pca954x_driver, 0, 0); 248 DRIVER_MODULE(ofw_iicbus, pca954x, ofw_iicbus_driver, 0, 0); 250 DRIVER_MODULE(iicbus, pca954x, iicbus_driver, 0, 0); 253 MODULE_DEPEND(pca954x, iicmux, 1, 1, 1); 254 MODULE_DEPEND(pca954x, iicbus, IICBUS_MINVER, IICBUS_PREFVER, IICBUS_MAXVER); 255 MODULE_VERSION(pca954x, 1);
|
/freebsd/sys/modules/i2c/mux/pca954x/ |
H A D | Makefile | 3 KMOD= pca954x 4 SRCS= pca954x.c
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux-pca954x.yaml | 4 $id: http://devicetree.org/schemas/i2c/i2c-mux-pca954x.yaml# 7 title: NXP PCA954x I2C and compatible bus switches 13 The NXP PCA954x and compatible devices are I2C bus
|
H A D | i2c-mux-pca954x.txt | 1 * NXP PCA954x I2C bus switch 3 The driver supports NXP PCA954x and PCA984x I2C mux/switch devices.
|
/freebsd/sys/modules/i2c/mux/ |
H A D | Makefile | 4 pca954x \
|
/freebsd/sys/arm64/conf/ |
H A D | std.nxp | 9 device pca954x # NPX I2C bus multiplexer / switches
|
/freebsd/sys/conf/ |
H A D | files | 1810 dev/iicbus/mux/pca954x.c optional pca954x iicbus iicmux
|