Home
last modified time | relevance | path

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

12345678910>>...42

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_6527.c274 unsigned int falling) in ni6527_set_edge_detection() argument
279 falling &= mask; in ni6527_set_edge_detection()
287 /* preserve falling-edge detection channels */ in ni6527_set_edge_detection()
288 falling |= readb(dev->mmio + in ni6527_set_edge_detection()
295 /* update falling-edge detection channels */ in ni6527_set_edge_detection()
296 writeb(falling & 0xff, in ni6527_set_edge_detection()
300 falling >>= 8; in ni6527_set_edge_detection()
311 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
319 falling = data[2]; in ni6527_intr_insn_config()
320 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c134 { "PFER", 0x40F00014, 0, 0xffffffff, 'x', "Power Manager Falling Detect Enable Register (3-27…
135 { "PFER_FE0", 0x40F00014, 0, 0x00000001, 'd', "PM wake up due to GPIO 0 falling edge detect enabl…
136 { "PFER_FE1", 0x40F00014, 1, 0x00000001, 'd', "PM wake up due to GPIO 1 falling edge detect enabl…
137 { "PFER_FE2", 0x40F00014, 2, 0x00000001, 'd', "PM wake up due to GPIO 2 falling edge detect enabl…
138 { "PFER_FE3", 0x40F00014, 3, 0x00000001, 'd', "PM wake up due to GPIO 3 falling edge detect enabl…
139 { "PFER_FE4", 0x40F00014, 4, 0x00000001, 'd', "PM wake up due to GPIO 4 falling edge detect enabl…
140 { "PFER_FE5", 0x40F00014, 5, 0x00000001, 'd', "PM wake up due to GPIO 5 falling edge detect enabl…
141 { "PFER_FE6", 0x40F00014, 6, 0x00000001, 'd', "PM wake up due to GPIO 6 falling edge detect enabl…
142 { "PFER_FE7", 0x40F00014, 7, 0x00000001, 'd', "PM wake up due to GPIO 7 falling edge detect enabl…
143 { "PFER_FE8", 0x40F00014, 8, 0x00000001, 'd', "PM wake up due to GPIO 8 falling edge detect enabl…
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Dsnps,designware-i2c.yaml75 i2c-scl-falling-time-ns:
78 The property should contain the SCL falling time in nanoseconds.
82 i2c-sda-falling-time-ns:
85 The property should contain the SDA falling time in nanoseconds.
127 i2c-sda-falling-time-ns = <300>;
128 i2c-scl-falling-time-ns = <300>;
H A Di2c-rk3x.yaml86 i2c-scl-falling-time-ns:
94 i2c-sda-falling-time-ns:
134 i2c-scl-falling-time-ns = <100>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pps/
H A Dpps-gpio.txt15 - assert-falling-edge: when present, assert is indicated by a falling edge
24 assert-falling-edge;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dpanel-timing.yaml173 Data driving on rising or falling edge.
174 Use 0 to drive pixel data on falling edge and
177 sample data on falling edge
182 Drive sync on rising or sample sync on falling edge.
184 Use 0 to drive sync on falling edge and
187 sample sync on falling edge of pixel clock
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ext.c101 printf("spl: error reading image %s, err - %d, falling back to default\n", in spl_load_image_ext_os()
110 puts("spl: falling back to default\n"); in spl_load_image_ext_os()
116 puts("spl: falcon_image_file not set in environment, falling back to default\n"); in spl_load_image_ext_os()
119 puts("spl: falcon_args_file not set in environment, falling back to default\n"); in spl_load_image_ext_os()
H A Dspl_fat.c126 printf("spl: error reading image %s, err - %d, falling back to default\n",
135 puts("spl: falling back to default\n");
141 puts("spl: falcon_image_file not set in environment, falling back to default\n");
143 puts("spl: falcon_args_file not set in environment, falling back to default\n");
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
H A 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
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Dping.c59 struct completion falling; member
86 complete(&data->falling); in ping_handle_irq()
108 reinit_completion(&data->falling); in ping_read()
145 /* it cannot take more than 50 ms until echo is falling */ in ping_read()
146 ret = wait_for_completion_killable_timeout(&data->falling, HZ/20); in ping_read()
295 init_completion(&data->falling); in ping_probe()
H A Dsrf04.c66 struct completion falling; member
90 complete(&data->falling); in srf04_handle_irq()
113 reinit_completion(&data->falling); in srf04_read()
134 /* it cannot take more than 50 ms until echo is falling */ in srf04_read()
135 ret = wait_for_completion_killable_timeout(&data->falling, HZ/20); in srf04_read()
266 init_completion(&data->falling); in srf04_probe()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mt7621.c38 u32 falling; member
123 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling)); in mediatek_gpio_irq_unmask()
159 if ((rg->rising | rg->falling | in mediatek_gpio_irq_type()
167 rg->falling &= ~mask; in mediatek_gpio_irq_type()
174 rg->falling |= mask; in mediatek_gpio_irq_type()
180 rg->falling |= mask; in mediatek_gpio_irq_type()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmvgpio.h31 u32 gfer; /* Falling-Edge Detect Enable Register - 0x003C */
45 u32 gsfer; /* Bitwise Set of Falling-Edge Detect Enable
48 u32 gcfer; /* Bitwise Clear of Falling-Edge Detect Enable
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dintel-lpss-acpi.c54 PROPERTY_ENTRY_U32("i2c-sda-falling-time-ns", 171),
55 PROPERTY_ENTRY_U32("i2c-scl-falling-time-ns", 208),
66 PROPERTY_ENTRY_U32("i2c-sda-falling-time-ns", 171),
67 PROPERTY_ENTRY_U32("i2c-scl-falling-time-ns", 208),
/OK3568_Linux_fs/kernel/include/linux/mfd/pcf50633/
H A 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 */
/OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/
H A Dad7150.c428 static AD7150_TIMEOUT(0, mag_adaptive, falling, MAG_ADAPTIVE, FALLING);
430 static AD7150_TIMEOUT(1, mag_adaptive, falling, MAG_ADAPTIVE, FALLING);
432 static AD7150_TIMEOUT(0, thresh_adaptive, falling, THRESH_ADAPTIVE, FALLING);
434 static AD7150_TIMEOUT(1, thresh_adaptive, falling, THRESH_ADAPTIVE, FALLING);
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dqcom-pdc.c149 * GIC does not handle falling edge or active low. To allow falling edge and
151 * falling edge into a rising edge and active low into an active high.
156 * Falling edge sensitive LOW
159 * Falling Edge sensitive NOT USED
178 * takes care of converting falling edge to rising edge signal
180 * takes care of converting falling edge to rising edge signal
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_connector.h82 * Data is driven on the falling edge of the pixel clock
96 * Data is sampled on the falling edge of the pixel clock
124 * Sync signals are driven on the falling edge of the pixel clock
138 * Sync signals are sampled on the falling edge of the pixel clock
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A 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>;
H A 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>;
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dadp5588.h60 #define CMP_CONFG_SENS2 0x32 /* L2 Light Sensor Reference Level, Output Falling for Sensor 1 */
62 #define CMP1_LVL2_HYS 0x34 /* L3 Light Sensor Reference Level, Output Falling For Sensor 1 */
65 #define CMP2_LVL2_TRIP 0x37 /* L2 Light Sensor Reference Level, Output Falling for Sensor 2 */
67 #define CMP2_LVL3_TRIP 0x39 /* L3 Light Sensor Reference Level, Output Falling For Sensor 2 */
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A 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()
/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A DREADME63 4000 samples with smooth envelope falling to 0,
66 The rising/falling envelopes are shaped like rising, falling portions
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/
H A Dopt3001.txt5 the optional generation of IIO events on rising/falling light threshold changes
16 - interrupts: interrupt mapping for GPIO IRQ (configure for falling edge)

12345678910>>...42