Searched refs:types_supported (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpio/ |
| A D | gpio-pci-idio-16.c | 56 .type = { .types_supported = IRQ_TYPE_EDGE_BOTH }, \
|
| A D | gpio-104-idio-16.c | 74 .type = { .types_supported = IRQ_TYPE_EDGE_BOTH }, \
|
| A D | gpio-104-idi-48.c | 92 .type = { .types_supported = IRQ_TYPE_EDGE_BOTH }, \
|
| A D | gpio-104-dio-48e.c | 102 .type = { .types_supported = IRQ_TYPE_EDGE_RISING }, \
|
| A D | gpio-ws16c48.c | 85 .types_supported = IRQ_TYPE_EDGE_BOTH, \
|
| A D | gpio-pcie-idio-24.c | 127 .type = { .types_supported = IRQ_TYPE_EDGE_BOTH }, \
|
| /linux/drivers/mfd/ |
| A D | max77650.c | 104 .types_supported = IRQ_TYPE_EDGE_BOTH,
|
| A D | qcom-pm8008.c | 76 .types_supported = (_types), \
|
| A D | wcd934x.c | 25 .types_supported = IRQ_TYPE_EDGE_BOTH, \
|
| /linux/drivers/base/regmap/ |
| A D | regmap-irq.c | 224 if (d->chip->type_in_mask && irq_data->type.types_supported) in regmap_irq_enable() 252 if ((t->types_supported & type) != type) in regmap_irq_set_type()
|
| /linux/include/linux/ |
| A D | regmap.h | 1485 unsigned int types_supported; member
|
| /linux/sound/soc/codecs/ |
| A D | wcd9335.c | 4949 .types_supported = IRQ_TYPE_EDGE_BOTH,
|
Completed in 36 milliseconds