Lines Matching refs:used
9 the structures used to define a GPIO driver:
23 the integer GPIO namespace so that it can be used with the legacy GPIO
45 - methods used to access GPIO values
84 - If sleepable APIs have to be used, these can be done from the .irq_bus_lock()
109 As result, spinlock_t or any sleepable APIs (like PM runtime) can't be used
117 thread. The "fake?" raw lock can be used to W/A this problem:
127 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
170 data. (Notice handler data, since the irqchip data is likely used by the
171 parent irqchip!) This is for the chained type of chip. This is also used
194 the IRQ is used.
209 Input GPIOs can be used as IRQ signals. When this happens, a driver is requested
210 to mark the GPIO as being used as an IRQ:
233 - ensure spinlock_t is not used as part irq_chip implementation;
234 - ensure that sleepable APIs are not used as part irq_chip implementation.
235 If sleepable APIs have to be used, these can be done from the .irq_bus_lock()
237 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used
243 - regmap_mmio: Sry, but you are in trouble :( if MMIO regmap is used as for
266 These functions must be used with care since they do not affect module use