| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_6527.c | 274 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 D | pxaregs.c | 134 { "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 D | snps,designware-i2c.yaml | 75 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 D | i2c-rk3x.yaml | 86 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 D | pps-gpio.txt | 15 - 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 D | panel-timing.yaml | 173 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 D | spl_ext.c | 101 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 D | spl_fat.c | 126 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 D | sysfs-bus-iio-adc-hi8435 | 17 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 D | sysfs-bus-iio-timer-stm32 | 37 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 D | ping.c | 59 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 D | srf04.c | 66 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 D | gpio-mt7621.c | 38 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 D | mvgpio.h | 31 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 D | intel-lpss-acpi.c | 54 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 D | core.h | 171 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 D | ad7150.c | 428 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 D | qcom-pdc.c | 149 * 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 D | rockchip_connector.h | 82 * 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 D | socfpga_arria5_socdk.dts | 92 * 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 D | socfpga_cyclone5_socdk.dts | 96 * 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 D | adp5588.h | 60 #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 D | davinci-i2s.c | 310 * 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 D | README | 63 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 D | opt3001.txt | 5 the optional generation of IIO events on rising/falling light threshold changes 16 - interrupts: interrupt mapping for GPIO IRQ (configure for falling edge)
|