Home
last modified time | relevance | path

Searched full:rising (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/kernel/linux/linux-5.10/drivers/staging/iio/cdc/
Dad7150.c179 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_params() local
190 value = chip->threshold[rising][chan]; in ad7150_write_event_params()
195 sens = chip->mag_sensitivity[rising][chan]; in ad7150_write_event_params()
196 timeout = chip->mag_timeout[rising][chan]; in ad7150_write_event_params()
199 sens = chip->thresh_sensitivity[rising][chan]; in ad7150_write_event_params()
200 timeout = chip->thresh_timeout[rising][chan]; in ad7150_write_event_params()
223 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_config() local
243 if (rising) in ad7150_write_event_config()
250 if (rising) in ad7150_write_event_config()
257 if (rising) in ad7150_write_event_config()
[all …]
/kernel/linux/linux-4.19/drivers/staging/iio/cdc/
Dad7150.c175 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_params() local
186 value = chip->threshold[rising][chan]; in ad7150_write_event_params()
191 sens = chip->mag_sensitivity[rising][chan]; in ad7150_write_event_params()
192 timeout = chip->mag_timeout[rising][chan]; in ad7150_write_event_params()
195 sens = chip->thresh_sensitivity[rising][chan]; in ad7150_write_event_params()
196 timeout = chip->thresh_timeout[rising][chan]; in ad7150_write_event_params()
224 int rising = (dir == IIO_EV_DIR_RISING); in ad7150_write_event_config() local
244 if (rising) in ad7150_write_event_config()
251 if (rising) in ad7150_write_event_config()
258 if (rising) in ad7150_write_event_config()
[all …]
/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_exti.h49 #define EXTI_RTEN REG32(EXTI + 0x08U) /*!< rising edge trigger enable regis…
98 #define EXTI_RTEN_RTEN0 BIT(0) /*!< rising edge from line 0 */
99 #define EXTI_RTEN_RTEN1 BIT(1) /*!< rising edge from line 1 */
100 #define EXTI_RTEN_RTEN2 BIT(2) /*!< rising edge from line 2 */
101 #define EXTI_RTEN_RTEN3 BIT(3) /*!< rising edge from line 3 */
102 #define EXTI_RTEN_RTEN4 BIT(4) /*!< rising edge from line 4 */
103 #define EXTI_RTEN_RTEN5 BIT(5) /*!< rising edge from line 5 */
104 #define EXTI_RTEN_RTEN6 BIT(6) /*!< rising edge from line 6 */
105 #define EXTI_RTEN_RTEN7 BIT(7) /*!< rising edge from line 7 */
106 #define EXTI_RTEN_RTEN8 BIT(8) /*!< rising edge from line 8 */
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm3237 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
134 Counting is enabled on rising edge of the connected
151 rising edges.
Dsysfs-bus-iio-lptimer-stm3241 - rising-edge
52 | | signal | Rising | Falling | Rising | Falling |
54 | Rising | High -> | Down | - | Up | - |
Dsysfs-bus-iio-adc-hi843527 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
/kernel/linux/linux-4.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-lptimer-stm3238 - rising-edge
47 | | signal | Rising | Falling | Rising | Falling |
49 | Rising | High -> | Down | - | Up | - |
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
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dsunbpp.h70 #define P_DS_IRQ_EN 0x0200 /* RW Always on rising edge */
71 #define P_ACK_IRQ_EN 0x0100 /* RW Always on rising edge */
72 #define P_BUSY_IRP 0x0080 /* RW 1= rising edge */
74 #define P_PE_IRP 0x0020 /* RW 1= rising edge */
76 #define P_SLCT_IRP 0x0008 /* RW 1= rising edge */
78 #define P_ERR_IRP 0x0002 /* RW1 1= rising edge */
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dsunbpp.h70 #define P_DS_IRQ_EN 0x0200 /* RW Always on rising edge */
71 #define P_ACK_IRQ_EN 0x0100 /* RW Always on rising edge */
72 #define P_BUSY_IRP 0x0080 /* RW 1= rising edge */
74 #define P_PE_IRP 0x0020 /* RW 1= rising edge */
76 #define P_SLCT_IRP 0x0008 /* RW 1= rising edge */
78 #define P_ERR_IRP 0x0002 /* RW1 1= rising edge */
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dni_6527.c273 unsigned int rising, in ni6527_set_edge_detection() argument
278 rising &= mask; in ni6527_set_edge_detection()
283 /* preserve rising-edge detection channels */ in ni6527_set_edge_detection()
284 rising |= readb(dev->mmio + in ni6527_set_edge_detection()
292 /* update rising-edge detection channels */ 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()
[all …]
/kernel/linux/linux-4.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()
283 /* preserve rising-edge detection channels */ in ni6527_set_edge_detection()
284 rising |= readb(dev->mmio + in ni6527_set_edge_detection()
292 /* update rising-edge detection channels */ 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()
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/
Dgeneric-counter.rst71 * Rising Edge:
107 Rising edges on signal A updates the respective count. The input level
115 If direction is forward, rising edges on quadrature pair signal A
121 If direction is forward, rising edges on quadrature pair signal B
145 a counter device which simply accumulates a count of rising edges on a
151 | Data: Count | Rising Edge ________
160 specified by the Synapse -- in this case a rising edge condition on the
163 components: a rising edge condition triggers an increase function on an
184 associated with a single Count: a rising or falling edge on either A or
200 | Data: Position | Rising Edge ___
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt26 - lantiq,rising : use rising instead of falling edge for the shift register
41 /* lantiq,rising; */
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt26 - lantiq,rising : use rising instead of falling edge for the shift register
41 /* lantiq,rising; */
/kernel/linux/linux-4.19/drivers/irqchip/
Dqcom-pdc.c81 * falling edge into a rising edge and active low into an active high.
85 * Rising edge sensitive NOT USED
90 * Rising edge sensitive HIGH
107 * If @type is edge triggered, forward that as Rising edge as PDC
108 * takes care of converting falling edge to rising edge signal
110 * takes care of converting falling edge to rising edge signal
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dpanel-timing.yaml173 Data driving on rising or falling edge.
175 sample data on rising edge.
176 Use 1 to drive pixel data on rising edge and
182 Drive sync on rising or sample sync on falling edge.
185 sample sync on rising edge of pixel clock.
186 Use 1 to drive sync on rising edge and
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-4.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;
/kernel/linux/linux-5.10/drivers/iio/proximity/
Dping.c58 struct completion rising; member
83 complete(&data->rising); in ping_handle_irq()
107 reinit_completion(&data->rising); in ping_read()
136 /* it should not take more than 20 ms until echo is rising */ in ping_read()
137 ret = wait_for_completion_killable_timeout(&data->rising, HZ/50); in ping_read()
294 init_completion(&data->rising); in ping_probe()
/kernel/linux/linux-4.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()
108 /* it should not take more than 20 ms until echo is rising */ in srf04_read()
109 ret = wait_for_completion_killable_timeout(&data->rising, HZ/50); in srf04_read()
236 init_completion(&data->rising); in srf04_probe()
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-mt7621.c37 u32 rising; member
122 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask()
159 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type()
166 rg->rising &= ~mask; in mediatek_gpio_irq_type()
173 rg->rising |= mask; in mediatek_gpio_irq_type()
177 rg->rising |= mask; in mediatek_gpio_irq_type()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-mt7621.c37 u32 rising; member
122 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask()
159 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type()
166 rg->rising &= ~mask; in mediatek_gpio_irq_type()
173 rg->rising |= mask; in mediatek_gpio_irq_type()
177 rg->rising |= mask; in mediatek_gpio_irq_type()
/kernel/linux/linux-5.10/include/linux/mfd/pcf50633/
Dcore.h170 PCF50633_INT2_ONKEYR = 0x01, /* ONKEY rising edge */
172 PCF50633_INT2_EXTON1R = 0x04, /* EXTON1 rising edge */
174 PCF50633_INT2_EXTON2R = 0x10, /* EXTON2 rising edge */
176 PCF50633_INT2_EXTON3R = 0x40, /* EXTON3 rising edge */

12345678910>>...33