Lines Matching full:such
19 passes such pin configuration data to drivers.
25 often have a few such pins to help with pin scarcity on SOCs; and there are
38 of pins configured as "output", which is very useful in such "wire-OR"
43 sometimes level triggered. Such IRQs may be configurable as system
72 optional code supporting such an implementation strategy, described later
114 test if such number from such a structure could reference a GPIO, you
125 of GPIO numbers, and whether new controllers can be added at runtime. Such issues
168 Use the following calls to access such GPIOs,
191 of instructions in such cases (reading or writing a hardware register),
192 and not to need spinlocks. Such optimized calls can make bitbanging
210 To access such GPIOs, a different set of accessors is defined::
219 Accessing such GPIOs requires a context which may sleep, for example
227 **IN ADDITION** calls to setup and configure such GPIOs must be made
273 power management, such as by powering down unused chip sectors and, more
291 Similarly, other aspects of the GPIO or pin may need to be configured, such as
292 pullup/pulldown. Platform software should arrange that any such details are
338 open drain type. Such pins will not be driven to 1 in output mode. It is
339 require to connect pull-up on such pins. By enabling this flag, gpio lib will
344 open source type. Such pins will not be driven to 0 in output mode. It is
345 require to connect pull-down on such pin. By enabling this flag, gpio lib will
508 commonly grouped in banks of 16 or 32, with a given SOC having several such
510 from pins not managed as GPIOs. Code relying on such mechanisms will
548 not exposed by the GPIO interfaces, such as addressing, power management,
549 and more. Chips such as codecs will have complex non-GPIO state.
579 cost as little as two or three instructions, never sleeping. When such an
581 code, costing at least a few dozen instructions. For bitbanged I/O, such
587 may well start at zero and go up to a platform-specific limit. Such GPIOs
594 For external GPIO controllers -- such as I2C or SPI expanders, ASICs, multi
608 calls for that GPIO can work. One way to address such dependencies is for
609 such gpio_chip controllers to provide setup() and teardown() callbacks to
727 or other cards in the stack. In such cases, you may need to use the