Home
last modified time | relevance | path

Searched refs:rising (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v4.19/drivers/staging/iio/cdc/
Dad7150.c172 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_params() local
183 value = chip->threshold[rising][chan]; in ad7150_write_event_params()
188 sens = chip->mag_sensitivity[rising][chan]; in ad7150_write_event_params()
189 timeout = chip->mag_timeout[rising][chan]; in ad7150_write_event_params()
192 sens = chip->thresh_sensitivity[rising][chan]; in ad7150_write_event_params()
193 timeout = chip->thresh_timeout[rising][chan]; in ad7150_write_event_params()
221 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_config() local
241 if (rising) in ad7150_write_event_config()
248 if (rising) in ad7150_write_event_config()
255 if (rising) in ad7150_write_event_config()
[all …]
/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_6527.c273 unsigned int rising, in ni6527_set_edge_detection() argument
278 rising &= mask; in ni6527_set_edge_detection()
284 rising |= readb(dev->mmio + in ni6527_set_edge_detection()
293 writeb(rising & 0xff, in ni6527_set_edge_detection()
299 rising >>= 8; in ni6527_set_edge_detection()
311 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
318 rising = data[1]; in ni6527_intr_insn_config()
320 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
329 rising = 0; in ni6527_intr_insn_config()
337 rising = 0; in ni6527_intr_insn_config()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm3223 OC4REF rising or falling edges generate pulses.
25 OC6REF rising or falling edges generate pulses.
27 OC4REF or OC6REF rising edges generate pulses.
29 OC4REF rising or OC6REF falling edges generate pulses.
31 OC5REF or OC6REF rising edges generate pulses.
33 OC5REF rising or OC6REF falling edges generate pulses.
138 Counting is enabled on rising edge of the connected
155 rising edges.
Dsysfs-bus-iio-adc-hi843525 If falling threshold results hysteresis to odd value then rising
34 this value then the threshold rising event is pushed.
42 If rising threshold results hysteresis to odd value then falling
Dsysfs-bus-iio-light-lm3533-als7 in each direction (rising|falling) and a zone change occurs.
42 in_illuminance0_threshY_{falling,rising} thresholds.
Dsysfs-bus-iio-adc-stm328 - "rising-edge"
/Linux-v4.19/drivers/iio/proximity/
Dsrf04.c67 struct completion rising; member
79 complete(&data->rising); in srf04_handle_irq()
101 reinit_completion(&data->rising); in srf04_read()
109 ret = wait_for_completion_killable_timeout(&data->rising, HZ/50); in srf04_read()
235 init_completion(&data->rising); in srf04_probe()
/Linux-v4.19/drivers/gpio/
Dgpio-mt7621.c36 u32 rising; member
121 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask()
158 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type()
165 rg->rising &= ~mask; in mediatek_gpio_irq_type()
172 rg->rising |= mask; in mediatek_gpio_irq_type()
176 rg->rising |= mask; in mediatek_gpio_irq_type()
Dgpio-pl061.c177 bool rising = trigger & IRQ_TYPE_EDGE_RISING; in pl061_irq_type() local
184 if (rising) in pl061_irq_type()
191 rising ? "RISING" : "FALLING"); in pl061_irq_type()
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt30 - active high = drive pixel data on rising edge/
33 sample data on rising edge
36 - active high = drive sync on rising edge/
40 sample sync on rising edge of pixel
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt26 - lantiq,rising : use rising instead of falling edge for the shift register
41 /* lantiq,rising; */
Dcavium-octeon-gpio.txt21 1 - edge triggered on the rising edge.
37 * 2) Triggering (1 - edge rising
/Linux-v4.19/Documentation/devicetree/bindings/net/nfc/
Dnfcmrvl.txt22 - i2c-int-rising: Specifies that the chip read event shall be trigged on
23 rising edge.
55 i2c-int-rising;
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dmtk-sd.txt41 - mediatek,hs400-cmd-resp-sel-rising: HS400 command response sample selection
42 If present,HS400 command responses are sampled on rising edges.
67 mediatek,hs400-cmd-resp-sel-rising;
/Linux-v4.19/arch/arm64/boot/dts/rockchip/
Drk3399-sapphire-excavator.dts121 i2c-scl-rising-time-ns = <300>;
137 i2c-scl-rising-time-ns = <600>;
198 i2c-scl-rising-time-ns = <450>;
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-dfsdm-adc.txt76 - "SPI_R": SPI with data on rising edge (default)
78 - "MANCH_R": manchester codec, rising edge = logic 0, falling edge = logic 1
79 - "MANCH_F": manchester codec, rising edge = logic 1, falling edge = logic 0
84 - "CLKOUT_R": internal SPI clock divided by 2 (rising edge).
/Linux-v4.19/arch/arm/boot/dts/
Dstm32mp157c-ev1.dts52 i2c-scl-rising-time-ns = <185>;
60 i2c-scl-rising-time-ns = <185>;
Drk3288-veyron.dtsi145 i2c-scl-rising-time-ns = <100>; /* 45ns measured */
282 i2c-scl-rising-time-ns = <100>; /* 40ns measured */
297 i2c-scl-rising-time-ns = <800>; /* 600ns measured */
305 i2c-scl-rising-time-ns = <300>; /* 225ns measured */
313 i2c-scl-rising-time-ns = <1000>;
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dptp.c104 int rising) in mv88e6352_config_eventcap() argument
112 if (!rising) in mv88e6352_config_eventcap()
253 int rising = (rq->extts.flags & PTP_RISING_EDGE); in mv88e6352_ptp_enable_extts() local
275 err = mv88e6352_config_eventcap(chip, PTP_CLOCK_EXTTS, rising); in mv88e6352_ptp_enable_extts()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs35l34.txt44 - cirrus,tdm-rising-edge: Boolean property. If set, data is on the rising edge of
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-rk3x.txt36 - i2c-scl-rising-time-ns : Number of nanoseconds the SCL signal takes to rise
66 i2c-scl-rising-time-ns = <800>;
/Linux-v4.19/Documentation/devicetree/bindings/pps/
Dpps-gpio.txt12 (instead of by a rising edge)
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dqca,qca7000.txt17 type as rising edge
48 interrupts = <25 0x1>; /* Index: 25, rising edge */
/Linux-v4.19/Documentation/devicetree/bindings/iio/magnetometer/
Dak8974.txt16 The interrupts can be triggered on rising or falling
/Linux-v4.19/Documentation/devicetree/bindings/iio/light/
Dopt3001.txt5 the optional generation of IIO events on rising/falling light threshold changes

12345