Searched refs:edge_type (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-equilibrium.c | 106 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 112 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 118 it.edge_type = GPIO_BOTH_EDGE; in eqbr_gpio_set_irq_type() 124 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 130 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type()
|
H A D | pinctrl-equilibrium.h | 61 * @edge_type: sigle edge or both edge 66 unsigned int edge_type; member
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-equilibrium.c | 109 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 115 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 121 it.edge_type = GPIO_BOTH_EDGE; in eqbr_gpio_set_irq_type() 127 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type() 133 it.edge_type = GPIO_SINGLE_EDGE; in eqbr_gpio_set_irq_type()
|
H A D | pinctrl-equilibrium.h | 61 * @edge_type: sigle edge or both edge 66 unsigned int edge_type; member
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-tqmx86.c | 150 unsigned int edge_type = type & IRQF_TRIGGER_MASK; in tqmx86_gpio_irq_set_type() local 154 switch (edge_type) { in tqmx86_gpio_irq_set_type()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-tqmx86.c | 152 unsigned int edge_type = type & IRQF_TRIGGER_MASK; in tqmx86_gpio_irq_set_type() local 156 switch (edge_type) { in tqmx86_gpio_irq_set_type()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 345 unsigned int edge_type; member 419 .edge_type = IRQ_TYPE_EDGE_RISING, 425 .edge_type = IRQ_TYPE_EDGE_FALLING, 431 .edge_type = IRQ_TYPE_EDGE_BOTH, 437 .edge_type = IRQ_TYPE_NONE, 1710 u32 edge_type = IRQ_TYPE_NONE; in at91_adc_probe() local 1761 "atmel,trigger-edge-type", &edge_type); in at91_adc_probe() 1771 if (at91_adc_trigger_list[i].edge_type == edge_type) { in at91_adc_probe()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 522 unsigned int edge_type; member 619 .edge_type = IRQ_TYPE_EDGE_RISING, 625 .edge_type = IRQ_TYPE_EDGE_FALLING, 631 .edge_type = IRQ_TYPE_EDGE_BOTH, 637 .edge_type = IRQ_TYPE_NONE, 2313 u32 edge_type = IRQ_TYPE_NONE; in at91_adc_probe() local 2371 &edge_type); in at91_adc_probe() 2381 if (at91_adc_trigger_list[i].edge_type == edge_type) { in at91_adc_probe()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi.h | 1555 u16 hpi_bitstream_set_clock_edge(u32 h_control, u16 edge_type);
|
H A D | hpifunc.c | 1607 u16 hpi_bitstream_set_clock_edge(u32 h_control, u16 edge_type) in hpi_bitstream_set_clock_edge() argument 1610 edge_type, 0); in hpi_bitstream_set_clock_edge()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi.h | 1539 u16 hpi_bitstream_set_clock_edge(u32 h_control, u16 edge_type);
|
H A D | hpifunc.c | 1607 u16 hpi_bitstream_set_clock_edge(u32 h_control, u16 edge_type) in hpi_bitstream_set_clock_edge() argument 1610 edge_type, 0); in hpi_bitstream_set_clock_edge()
|
Completed in 24 milliseconds