/Linux-v6.1/drivers/comedi/drivers/ |
D | ni_6527.c | 274 unsigned int rising, in ni6527_set_edge_detection() argument 279 rising &= mask; in ni6527_set_edge_detection() 285 rising |= readb(dev->mmio + in ni6527_set_edge_detection() 294 writeb(rising & 0xff, in ni6527_set_edge_detection() 300 rising >>= 8; in ni6527_set_edge_detection() 312 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local 319 rising = data[1]; in ni6527_intr_insn_config() 321 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config() 330 rising = 0; in ni6527_intr_insn_config() 338 rising = 0; in ni6527_intr_insn_config() [all …]
|
/Linux-v6.1/drivers/iio/cdc/ |
D | ad7150.c | 190 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_params() local 199 u16 value = chip->threshold[rising][chan]; in ad7150_write_event_params() 208 sens = chip->thresh_sensitivity[rising][chan]; in ad7150_write_event_params() 259 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_config() local 283 if (rising) in ad7150_write_event_config() 332 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_read_event_value() local 339 *val = chip->thresh_sensitivity[rising][chan->channel]; in ad7150_read_event_value() 342 *val = chip->threshold[rising][chan->channel]; in ad7150_read_event_value() 349 *val2 = chip->thresh_timeout[rising][chan->channel] * 10000; in ad7150_read_event_value() 365 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_value() local [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-timer-stm32 | 37 OC4REF rising or falling edges generate pulses. 39 OC6REF rising or falling edges generate pulses. 41 OC4REF or OC6REF rising edges generate pulses. 43 OC4REF rising or OC6REF falling edges generate 46 OC5REF or OC6REF rising edges generate pulses. 48 OC5REF rising or OC6REF falling edges generate 126 Counting is enabled on rising edge of the connected 143 rising edges.
|
D | sysfs-bus-iio-adc-hi8435 | 27 If falling threshold results hysteresis to odd value then rising 36 this value then the threshold rising event is pushed. 47 If rising threshold results hysteresis to odd value then falling
|
D | sysfs-bus-iio-light-lm3533-als | 7 in each direction (rising|falling) and a zone change occurs. 42 in_illuminance0_threshY_{falling,rising} thresholds.
|
D | sysfs-bus-iio-adc-stm32 | 9 - "rising-edge"
|
/Linux-v6.1/drivers/iio/proximity/ |
D | ping.c | 57 struct completion rising; member 82 complete(&data->rising); in ping_handle_irq() 106 reinit_completion(&data->rising); in ping_read() 136 ret = wait_for_completion_killable_timeout(&data->rising, HZ/50); in ping_read() 293 init_completion(&data->rising); in ping_probe()
|
D | srf04.c | 64 struct completion rising; member 86 complete(&data->rising); in srf04_handle_irq() 113 reinit_completion(&data->rising); in srf04_read() 126 ret = wait_for_completion_killable_timeout(&data->rising, HZ/50); in srf04_read() 266 init_completion(&data->rising); in srf04_probe()
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-xilinx.c | 506 DECLARE_BITMAP(rising, 64); in xgpio_irqhandler() 522 bitmap_complement(rising, chip->last_irq_read, 64); in xgpio_irqhandler() 523 bitmap_and(rising, rising, all, 64); in xgpio_irqhandler() 524 bitmap_and(rising, rising, chip->enable, 64); in xgpio_irqhandler() 525 bitmap_and(rising, rising, chip->rising_edge, 64); in xgpio_irqhandler() 533 bitmap_or(all, rising, falling, 64); in xgpio_irqhandler() 537 dev_dbg(gc->parent, "IRQ rising %*pb falling %*pb\n", 64, rising, 64, falling); in xgpio_irqhandler()
|
D | gpio-mt7621.c | 36 u32 rising; member 121 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask() 160 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type() 167 rg->rising &= ~mask; in mediatek_gpio_irq_type() 174 rg->rising |= mask; in mediatek_gpio_irq_type() 178 rg->rising |= mask; in mediatek_gpio_irq_type()
|
D | gpio-sch.c | 177 int rising, falling; in sch_irq_type() local 181 rising = 1; in sch_irq_type() 185 rising = 0; in sch_irq_type() 189 rising = 1; in sch_irq_type() 198 sch_gpio_reg_set(sch, gpio_num, GTPE, rising); in sch_irq_type()
|
D | gpio-hlwd.c | 76 u32 level, rising, falling; in hlwd_gpio_irqhandler() local 79 rising = level & emulated_pending; in hlwd_gpio_irqhandler() 90 rising &= hlwd->rising_edge; in hlwd_gpio_irqhandler() 94 pending |= rising | falling; in hlwd_gpio_irqhandler()
|
D | gpio-pl061.c | 178 bool rising = trigger & IRQ_TYPE_EDGE_RISING; in pl061_irq_type() local 185 if (rising) in pl061_irq_type() 192 rising ? "RISING" : "FALLING"); in pl061_irq_type()
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | cavium-octeon-gpio.txt | 21 1 - edge triggered on the rising edge. 37 * 2) Triggering (1 - edge rising
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp135f-dk.dts | 75 i2c-scl-rising-time-ns = <96>; 88 i2c-scl-rising-time-ns = <170>;
|
D | stm32mp15xx-dhcom-picoitx.dtsi | 82 i2c-scl-rising-time-ns = <185>; 93 i2c-scl-rising-time-ns = <185>;
|
D | stm32mp157a-stinger96.dtsi | 89 i2c-scl-rising-time-ns = <1000>; 99 i2c-scl-rising-time-ns = <185>; 232 interrupt-names = "onkey-falling", "onkey-rising";
|
D | stm32mp157c-emstamp-argon.dtsi | 198 i2c-scl-rising-time-ns = <100>; 209 i2c-scl-rising-time-ns = <185>; 345 interrupt-names = "onkey-falling", "onkey-rising"; 360 i2c-scl-rising-time-ns = <185>;
|
D | stm32mp15xx-dhcom-drc02.dtsi | 75 i2c-scl-rising-time-ns = <185>; 99 i2c-scl-rising-time-ns = <185>;
|
D | stm32mp15xx-osd32.dtsi | 60 i2c-scl-rising-time-ns = <185>; 190 interrupt-names = "onkey-falling", "onkey-rising";
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | cs35l34.txt | 44 - cirrus,tdm-rising-edge: Boolean property. If set, data is on the rising edge of
|
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | ptp.c | 120 int rising) in mv88e6352_config_eventcap() argument 128 if (!rising) in mv88e6352_config_eventcap() 271 int rising = (rq->extts.flags & PTP_RISING_EDGE); in mv88e6352_ptp_enable_extts() local 306 err = mv88e6352_config_eventcap(chip, PTP_CLOCK_EXTTS, rising); in mv88e6352_ptp_enable_extts()
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | qca,qca7000.txt | 17 type as rising edge 50 interrupts = <25 0x1>; /* Index: 25, rising edge */
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-sapphire-excavator.dts | 161 i2c-scl-rising-time-ns = <300>; 177 i2c-scl-rising-time-ns = <600>;
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | faraday,ftintc010.txt | 13 Must be 2 as the controller can specify level or rising edge
|