/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | fairchild,74hc595.yaml | 4 $id: http://devicetree.org/schemas/gpio/fairchild,74hc595.yaml# 15 - fairchild,74hc595 16 - nxp,74lvc594 72 compatible = "fairchild,74hc595";
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47081-buffalo-wzr-900dhp.dts | 37 hc595: gpio_spi@0 { label 38 compatible = "fairchild,74hc595"; 54 gpios = <&hc595 0 GPIO_ACTIVE_HIGH>; 59 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 65 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 70 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 76 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 81 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 87 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 92 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
|
H A D | bcm47081-buffalo-wzr-600dhp2.dts | 37 hc595: gpio_spi@0 { label 38 compatible = "fairchild,74hc595"; 54 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 60 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 65 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 71 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 76 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 82 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 87 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
|
H A D | bcm4708-buffalo-wzr-1750dhp.dts | 37 hc595: gpio_spi@0 { label 38 compatible = "fairchild,74hc595"; 54 gpios = <&hc595 0 GPIO_ACTIVE_HIGH>; 63 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 68 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 74 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 80 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 85 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 91 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 96 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
|
H A D | bcm4708-buffalo-wzr-1166dhp-common.dtsi | 25 hc595: gpio_spi@0 { label 26 compatible = "fairchild,74hc595"; 44 gpios = <&hc595 0 GPIO_ACTIVE_HIGH>; 55 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 62 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 70 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 78 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 85 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 93 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 100 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-74x164.c | 3 * 74Hx164 - Generic serial-in/parallel-out 8-bits shift register GPIO driver 176 { .name = "74hc595" }, 177 { .name = "74lvc594" }, 183 { .compatible = "fairchild,74hc595" }, 184 { .compatible = "nxp,74lvc594" }, 191 .name = "74x164", 202 MODULE_DESCRIPTION("GPIO expander driver for 74X164 8-bits shift register");
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-bcm6358.txt | 4 In these SoCs there are Serial LEDs (LEDs connected to a 74x164 controller), 5 which can either be controlled by software (exporting the 74x164 as spi-gpio. 6 See Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml), or
|
H A D | leds-bcm6328.yaml | 15 However, on some devices there are Serial LEDs (LEDs connected to a 74x164 16 controller), which can either be controlled by software (exporting the 74x164 18 Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml), or by hardware 21 exporting the 74x164 as spi-gpio prevents those LEDs to be hardware
|
/openbmc/u-boot/drivers/gpio/ |
H A D | 74x164_gpio.c | 3 * Take drivers/gpio/gpio-74x164.c as reference. 5 * 74Hx164 - Generic serial-in/parallel-out 8-bits shift register GPIO driver 24 * struct gen_74x164_chip - Data for 74Hx164 141 * Documentation/devicetree/bindings/gpio/gpio-74x164.txt in gen_74x164_probe() 180 { .compatible = "fairchild,74hc595" }, 184 U_BOOT_DRIVER(74x164) = { 185 .name = "74x164",
|
H A D | Kconfig | 301 bool "74x164 serial-in/parallel-out 8-bits shift register" 304 Driver for 74x164 compatible serial-in/parallel-out 8-outputs 305 shift registers, such as 74lv165, 74hc595.
|
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-cfa10049.dts | 128 compatible = "fairchild,74hc595"; 137 compatible = "fairchild,74hc595";
|
/openbmc/linux/drivers/spi/ |
H A D | spi-slave-system-control.c | 31 * displays connected to two 74HC595 shift registers
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-xp-lenovo-ix4-300d.dts | 178 compatible = "fairchild,74hc595";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6ul-14x14-evk.dts | 78 compatible = "fairchild,74hc595";
|
H A D | imx7d-sdb.dts | 35 compatible = "fairchild,74hc595";
|
H A D | imx6ull-14x14-evk.dts | 82 compatible = "fairchild,74hc595";
|
H A D | imx6ul-9x9-evk.dts | 78 compatible = "fairchild,74hc595";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ul-14x14-evk.dtsi | 100 compatible = "fairchild,74hc595";
|
H A D | imx7d-sdb.dts | 59 compatible = "fairchild,74hc595";
|
/openbmc/linux/ |
H A D | opengrok2.0.log | 2087 2024-12-28 20:05:26.956-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/linux/arch/x86/kvm/mmu/paging_tmpl.h' (CAnalyzer) (took 74 ms) [all...] |
H A D | opengrok0.0.log | [all...] |