Searched full:totem (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | nxp,pca963x.yaml | 58 nxp,totem-pole: 61 Use totem pole (push-pull) instead of open-drain (pca9632 defaults to 62 open-drain, newer chips to totem pole).
|
/linux-6.14.4/Documentation/devicetree/bindings/pwm/ |
D | nxp,pca9685-pwm.txt | 14 if omitted use totem-pole structure
|
/linux-6.14.4/drivers/leds/ |
D | leds-pca963x.c | 43 #define PCA963X_MODE2_OUTDRV 0x04 /* Open-drain or totem pole */ 324 /* default to open-drain unless totem pole (push-pull) is specified */ in pca963x_register_leds() 325 if (device_property_read_bool(dev, "nxp,totem-pole")) in pca963x_register_leds()
|
/linux-6.14.4/drivers/pcmcia/ |
D | tcic.h | 124 #define TCIC_IENA_CFG_LOW 0x02 /* active low, totem pole */ 125 #define TCIC_IENA_CFG_HIGH 0x03 /* active high, totem pole */
|
D | tcic.c | 686 /* For the ISA bus, the irq should be active-high totem-pole */ in tcic_set_socket()
|
/linux-6.14.4/drivers/gpio/ |
D | gpio-ge.c | 13 * Configuration of output modes (totem-pole/open-drain).
|
/linux-6.14.4/Documentation/driver-api/gpio/ |
D | driver.rst | 168 "totem-pole" with one N-MOS and one P-MOS transistor where one of them drives 170 output. The "totem-pole" looks like so:: 190 either transistor will go totally numb if this switch is open. The totem-pole
|
/linux-6.14.4/drivers/input/keyboard/ |
D | imx_keypad.c | 91 * 3. configure columns as totem-pole to discharge capacitance. in imx_keypad_scan_matrix()
|
/linux-6.14.4/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 234 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */
|
D | sym_glue.c | 66 MODULE_PARM_DESC(irqm, "0 for open drain, 1 to leave alone, 2 for totem pole");
|
D | sym_hipd.c | 931 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
|
/linux-6.14.4/drivers/scsi/ |
D | ncr53c8xx.h | 757 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */
|
D | advansys.c | 1520 * Totem Pole mode. By default Bit 1 is 0 and the interrupt operates in
|
/linux-6.14.4/Documentation/scsi/ |
D | sym53c8xx_2.rst | 562 irqm=2 always totem pole
|
D | ncr53c8xx.rst | 941 irqm:2 always totem pole
|