Home
last modified time | relevance | path

Searched full:falling (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/Linux-v6.1/drivers/comedi/drivers/
Dni_6527.c275 unsigned int falling) in ni6527_set_edge_detection() argument
280 falling &= mask; in ni6527_set_edge_detection()
288 /* preserve falling-edge detection channels */ in ni6527_set_edge_detection()
289 falling |= readb(dev->mmio + in ni6527_set_edge_detection()
296 /* update falling-edge detection channels */ in ni6527_set_edge_detection()
297 writeb(falling & 0xff, in ni6527_set_edge_detection()
301 falling >>= 8; in ni6527_set_edge_detection()
312 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
320 falling = data[2]; in ni6527_intr_insn_config()
321 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Dsnps,designware-i2c.yaml74 i2c-scl-falling-time-ns:
76 The property should contain the SCL falling time in nanoseconds.
80 i2c-sda-falling-time-ns:
82 The property should contain the SDA falling time in nanoseconds.
118 i2c-sda-falling-time-ns = <300>;
119 i2c-scl-falling-time-ns = <300>;
Di2c-rk3x.yaml90 i2c-scl-falling-time-ns:
98 i2c-sda-falling-time-ns:
138 i2c-scl-falling-time-ns = <100>;
/Linux-v6.1/arch/riscv/boot/dts/starfive/
Djh7100-beaglev-starlight.dts115 i2c-sda-falling-time-ns = <500>;
116 i2c-scl-falling-time-ns = <500>;
135 i2c-sda-falling-time-ns = <100>;
136 i2c-scl-falling-time-ns = <100>;
145 i2c-sda-falling-time-ns = <500>;
146 i2c-scl-falling-time-ns = <500>;
/Linux-v6.1/Documentation/devicetree/bindings/pps/
Dpps-gpio.txt15 - assert-falling-edge: when present, assert is indicated by a falling edge
24 assert-falling-edge;
/Linux-v6.1/drivers/irqchip/
Dqcom-pdc.c82 * GIC does not handle falling edge or active low. To allow falling edge and
84 * falling edge into a rising edge and active low into an active high.
89 * Falling edge sensitive LOW
92 * Falling Edge sensitive NOT USED
111 * takes care of converting falling edge to rising edge signal
113 * takes care of converting falling edge to rising edge signal
/Linux-v6.1/Documentation/devicetree/bindings/net/nfc/
Dmarvell,nci.yaml36 i2c-int-falling:
40 trigged on falling edge.
91 i2c-int-falling: false
103 i2c-int-falling: false
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi843517 this value then the threshold falling event is pushed.
27 If falling threshold results hysteresis to odd value then rising
47 If rising threshold results hysteresis to odd value then falling
Dsysfs-bus-iio-timer-stm3237 OC4REF rising or falling edges generate pulses.
39 OC6REF rising or falling edges generate pulses.
43 OC4REF rising or OC6REF falling edges generate
48 OC5REF rising or OC6REF falling edges generate
/Linux-v6.1/drivers/gpio/
Dgpio-xilinx.c58 * @falling_edge: GPIO IRQ falling edge enable/disable bitfield
473 * Therefore, only rising edge or falling edge triggers are in xgpio_set_irq_type()
507 DECLARE_BITMAP(falling, 64); in xgpio_irqhandler()
527 bitmap_complement(falling, all, 64); in xgpio_irqhandler()
528 bitmap_and(falling, falling, chip->last_irq_read, 64); in xgpio_irqhandler()
529 bitmap_and(falling, falling, chip->enable, 64); in xgpio_irqhandler()
530 bitmap_and(falling, falling, chip->falling_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()
Dgpio-mt7621.c37 u32 falling; member
122 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling)); in mediatek_gpio_irq_unmask()
160 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type()
168 rg->falling &= ~mask; in mediatek_gpio_irq_type()
175 rg->falling |= mask; in mediatek_gpio_irq_type()
181 rg->falling |= mask; in mediatek_gpio_irq_type()
Dgpio-sch.c177 int rising, falling; in sch_irq_type() local
182 falling = 0; in sch_irq_type()
186 falling = 1; in sch_irq_type()
190 falling = 1; in sch_irq_type()
199 sch_gpio_reg_set(sch, gpio_num, GTNE, falling); in sch_irq_type()
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dpanel-timing.yaml170 Data driving on rising or falling edge.
171 Use 0 to drive pixel data on falling edge and
174 sample data on falling edge
180 Drive sync on rising or sample sync on falling edge.
182 Use 0 to drive sync on falling edge and
185 sample sync on falling edge of pixel clock
/Linux-v6.1/drivers/iio/proximity/
Dping.c58 struct completion falling; member
85 complete(&data->falling); in ping_handle_irq()
107 reinit_completion(&data->falling); in ping_read()
144 /* it cannot take more than 50 ms until echo is falling */ in ping_read()
145 ret = wait_for_completion_killable_timeout(&data->falling, HZ/20); in ping_read()
294 init_completion(&data->falling); in ping_probe()
Dsrf04.c65 struct completion falling; member
89 complete(&data->falling); in srf04_handle_irq()
114 reinit_completion(&data->falling); in srf04_read()
135 /* it cannot take more than 50 ms until echo is falling */ in srf04_read()
136 ret = wait_for_completion_killable_timeout(&data->falling, HZ/20); in srf04_read()
267 init_completion(&data->falling); in srf04_probe()
/Linux-v6.1/include/linux/mfd/pcf50633/
Dcore.h171 PCF50633_INT2_ONKEYF = 0x02, /* ONKEY falling edge */
173 PCF50633_INT2_EXTON1F = 0x08, /* EXTON1 falling edge */
175 PCF50633_INT2_EXTON2F = 0x20, /* EXTON2 falling edge */
177 PCF50633_INT2_EXTON3F = 0x80, /* EXTON3 falling edge */
/Linux-v6.1/Documentation/devicetree/bindings/net/dsa/
Dqca8k.yaml86 qca,sgmii-rxclk-falling-edge:
89 Set the receive clock phase to falling edge. Mostly commonly used on
92 qca,sgmii-txclk-falling-edge:
95 Set the transmit clock phase to falling edge.
272 qca,sgmii-rxclk-falling-edge;
/Linux-v6.1/drivers/mfd/
Dintel-lpss-acpi.c83 PROPERTY_ENTRY_U32("i2c-sda-falling-time-ns", 171),
84 PROPERTY_ENTRY_U32("i2c-scl-falling-time-ns", 208),
99 PROPERTY_ENTRY_U32("i2c-sda-falling-time-ns", 171),
100 PROPERTY_ENTRY_U32("i2c-scl-falling-time-ns", 208),
/Linux-v6.1/arch/arm/boot/dts/
Dsocfpga_arria5_socdk.dts92 * adjust the falling times to decrease the i2c frequency to 50Khz
95 i2c-sda-falling-time-ns = <5000>;
96 i2c-scl-falling-time-ns = <5000>;
Dsocfpga_cyclone5_socdk.dts96 * adjust the falling times to decrease the i2c frequency to 50Khz
99 i2c-sda-falling-time-ns = <5000>;
100 i2c-scl-falling-time-ns = <5000>;
Dsocfpga_arria10_socdk.dtsi131 * adjust the falling times to decrease the i2c frequency to 50Khz
135 i2c-sda-falling-time-ns = <6000>;
136 i2c-scl-falling-time-ns = <6000>;
/Linux-v6.1/drivers/iio/common/st_sensors/
Dst_sensors_trigger.c139 * If the IRQ is triggered on falling edge, we need to mark the in st_sensors_allocate_trigger()
147 …"falling/low specified for IRQ but hardware supports only rising/high: will request rising/high\n"… in st_sensors_allocate_trigger()
153 /* Set up INT active low i.e. falling edge */ in st_sensors_allocate_trigger()
160 "interrupts on the falling edge or active low level\n"); in st_sensors_allocate_trigger()
/Linux-v6.1/sound/soc/ti/
Ddavinci-i2s.c310 * 1 - clocked on falling edge of CLKX in davinci_i2s_set_dai_fmt()
319 * 0 - sampled on falling edge of CLKR in davinci_i2s_set_dai_fmt()
320 * valid on falling edge in davinci_i2s_set_dai_fmt()
323 * valid on falling edge in davinci_i2s_set_dai_fmt()
334 * 1 - clocked on falling edge of CLKX in davinci_i2s_set_dai_fmt()
344 * 0 - sampled on falling edge of CLKR in davinci_i2s_set_dai_fmt()
345 * valid on falling edge in davinci_i2s_set_dai_fmt()
348 * valid on falling edge in davinci_i2s_set_dai_fmt()
/Linux-v6.1/Documentation/input/devices/
Drotary-encoder.rst12 and by triggering on falling and rising edges, the turn direction can
63 c) Falling edge on channel A, channel B in high state
66 d) Falling edge on channel B, channel A in low state
/Linux-v6.1/drivers/gpu/drm/sti/
Dsti_vtg.c110 *@hsync: sample number falling and rising edge
111 *@vsync_line_top: vertical top field line number falling and rising edge
112 *@vsync_line_bot: vertical bottom field line number falling and rising edge
113 *@vsync_off_top: vertical top field sample number rising and falling edge
114 *@vsync_off_bot: vertical bottom field sample number rising and falling edge

12345678910>>...29