Searched full:pca953x (Results 1 – 25 of 45) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca953x.c | 14 #include <pca953x.h> 147 * Display pca953x information 156 printf("pca953x@ 0x%x (%d pins):\n\n", chip, nr_gpio); in pca953x_info() 280 pca953x, 5, 1, do_pca953x, 281 "pca953x gpio access", 284 "pca953x info\n" 286 "pca953x output pin 0|1\n" 288 "pca953x invert pin 0|1\n" 290 "pca953x input pin\n"
|
| H A D | pca953x_gpio.c | 2 * Take linux kernel driver drivers/gpio/gpio-pca953x.c for reference. 56 * struct pca953x_info - Data for pca953x 62 * @chip_type: indicate the chip type,PCA953X or PCA957X 284 dev_err(dev, "Only support PCA953X chip type now.\n"); in pca953x_probe() 349 U_BOOT_DRIVER(pca953x) = { 350 .name = "pca953x",
|
| H A D | Kconfig | 132 bool "Enable the pca953x command" 136 This command provides access to a pca953x GPIO device using the 295 Now, max 24 bits chips and PCA953X compatible chips are
|
| H A D | Makefile | 28 obj-$(CONFIG_PCA953X) += pca953x.o
|
| H A D | tca642x.c | 5 * Derived work from the pca953x.c driver
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/systemd/system/multi-user.target.wants/ |
| H A D | pca953x-ioset.service | 2 Description=Setting PCA953X IO Expander 7 ExecStart=/usr/bin/pca953x-ioset.sh
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/systemd/system/ |
| H A D | pca953x-ioset.service | 2 Description=Setting PCA953X IO Expander 7 ExecStart=/usr/bin/pca953x-ioset.sh
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/device_libs/ |
| H A D | platform_max7315.c | 12 #include <linux/platform_data/pca953x.h> 33 * instances of the same pca953x driver to cover them in max7315_platform_data()
|
| H A D | platform_tca6416.c | 9 #include <linux/platform_data/pca953x.h>
|
| H A D | platform_pcal9555a.c | 14 #include <linux/platform_data/pca953x.h>
|
| /OK3568_Linux_fs/buildroot/board/intel/galileo/rootfs_overlay/etc/modules-load.galileo/ |
| H A D | galileo_gen2.conf | 2 gpio-pca953x
|
| /OK3568_Linux_fs/u-boot/board/xes/common/ |
| H A D | fsl_8xxx_misc.c | 10 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tca642x.h | 5 * Derived work from the pca953x.c driver
|
| /OK3568_Linux_fs/u-boot/board/xes/xpedite517x/ |
| H A D | xpedite517x.c | 13 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/board/xes/xpedite537x/ |
| H A D | xpedite537x.c | 17 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/board/xes/xpedite550x/ |
| H A D | xpedite550x.c | 17 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/board/xes/xpedite520x/ |
| H A D | xpedite520x.c | 19 #include <pca953x.h>
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-pca953x.c | 3 * PCA953x 4/8/16/24/40 bit I/O ports 20 #include <linux/platform_data/pca953x.h> 241 * - PCA953x standard 1275 .name = "pca953x", 1301 MODULE_DESCRIPTION("GPIO expander driver for PCA953x");
|
| /OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/ |
| H A D | snapper9260.c | 25 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | cm_t335.h | 156 * First select the I2C0 bus with "i2c dev 0", then use "pca953x" command.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-pca95xx.yaml | 85 the PCA953x. Not valid for Maxim MAX732x devices.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | zylonite_pxa300.c | 18 #include <linux/platform_data/pca953x.h>
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | ttc_dkb.c | 15 #include <linux/platform_data/pca953x.h>
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 25 #include <pca953x.h>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sxsabreauto/ |
| H A D | mx6sxsabreauto.c | 29 #include <pca953x.h>
|
12