Home
last modified time | relevance | path

Searched full:raising (Results 1 – 25 of 173) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c756 { "GRER0", 0x40E00030, 0, 0xffffffff, 'x', "GPIO Raising Edge Detect Enable Register 0 (4-13)" …
757 { "GRER0_0", 0x40E00030, 0, 0x00000001, 'd', "GPIO 0 raising edge detect enabled" },
758 { "GRER0_1", 0x40E00030, 1, 0x00000001, 'd', "GPIO 1 raising edge detect enabled" },
759 { "GRER0_2", 0x40E00030, 2, 0x00000001, 'd', "GPIO 2 raising edge detect enabled" },
760 { "GRER0_3", 0x40E00030, 3, 0x00000001, 'd', "GPIO 3 raising edge detect enabled" },
761 { "GRER0_4", 0x40E00030, 4, 0x00000001, 'd', "GPIO 4 raising edge detect enabled" },
762 { "GRER0_5", 0x40E00030, 5, 0x00000001, 'd', "GPIO 5 raising edge detect enabled" },
763 { "GRER0_6", 0x40E00030, 6, 0x00000001, 'd', "GPIO 6 raising edge detect enabled" },
764 { "GRER0_7", 0x40E00030, 7, 0x00000001, 'd', "GPIO 7 raising edge detect enabled" },
765 { "GRER0_8", 0x40E00030, 8, 0x00000001, 'd', "GPIO 8 raising edge detect enabled" },
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dlm3533-als.c311 static inline u8 lm3533_als_get_threshold_reg(unsigned nr, bool raising) in lm3533_als_get_threshold_reg() argument
313 u8 offset = !raising; in lm3533_als_get_threshold_reg()
319 bool raising, u8 *val) in lm3533_als_get_threshold() argument
328 reg = lm3533_als_get_threshold_reg(nr, raising); in lm3533_als_get_threshold()
337 bool raising, u8 val) in lm3533_als_set_threshold() argument
347 reg = lm3533_als_get_threshold_reg(nr, raising); in lm3533_als_set_threshold()
348 reg2 = lm3533_als_get_threshold_reg(nr, !raising); in lm3533_als_set_threshold()
361 if ((raising && (val < val2)) || (!raising && (val > val2))) { in lm3533_als_set_threshold()
382 u8 raising; in lm3533_als_get_hysteresis() local
392 ret = lm3533_als_get_threshold(indio_dev, nr, true, &raising); in lm3533_als_get_hysteresis()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.c54 * mainly, by raising the weight of the queue. So, for brevity, we
55 * call just weight-raising periods the time periods during which a
73 * weight-raising for interactive queues.
271 * When configured for computing the duration of the weight-raising
285 * weight raising to interactive applications.
313 * BFQ uses the above-detailed, time-based weight-raising mechanism to
317 * raising. These applications have basically no benefit from being
328 * finish explaining how the duration of weight-raising for
332 * raising is dynamically adjusted, as a function of the estimated
342 * duration of weight-raising for at least one class of I/O-bound
[all …]
H A Dbfq-iosched.h320 /* current maximum weight-raising time for this queue */
331 * Start time of the current weight-raising period if
333 * finish time of the last weight-raising period.
697 /* maximum duration of a weight-raising period (jiffies) */
700 /* Maximum weight-raising duration for soft real-time processes */
703 * Minimum idle period after which weight-raising may be
709 * weight-raising may be reactivated for an already busy async
718 * for computing the maximum duration of weight raising
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h345 /* Round X to nearest signed integer value, not raising inexact, with
350 /* Round X to nearest unsigned integer value, not raising inexact,
355 /* Round X to nearest signed integer value, raising inexact for
361 /* Round X to nearest unsigned integer value, raising inexact for
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h345 /* Round X to nearest signed integer value, not raising inexact, with
350 /* Round X to nearest unsigned integer value, not raising inexact,
355 /* Round X to nearest signed integer value, raising inexact for
361 /* Round X to nearest unsigned integer value, raising inexact for
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c12 * This test works raising a signal and calling sigreturn interleaved with
278 printf("\t-b\t Mess with TM before raising a SIGUSR1 signal\n"); in show_help()
279 printf("\t-a\t Mess with TM after raising a SIGUSR1 signal\n"); in show_help()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c500 static int raising = 0, raiseX, raiseY; /* FIXME */ in dmxConsoleCollectEvents() local
553 X.xcrossing.x, X.xcrossing.y, raising, priv->fine); in dmxConsoleCollectEvents()
563 X.xcrossing.x, X.xcrossing.y, raising, priv->fine, in dmxConsoleCollectEvents()
566 if (raising) { in dmxConsoleCollectEvents()
567 raising = 0; in dmxConsoleCollectEvents()
578 raising = 1; in dmxConsoleCollectEvents()
599 if (raising) { in dmxConsoleCollectEvents()
600 raising = 0; in dmxConsoleCollectEvents()
/OK3568_Linux_fs/kernel/ipc/
H A Dnamespace.c158 * So dropping the refcount, and raising the refcount when
161 * (Clearly, a task raising the refcount on its own ipc_ns
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage-container.bbclass16 # Raising skip recipe was Paul's clever idea. It causes the error to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dnetxbig-gpio-ext.txt8 - enable-gpio: latches the new configuration (address, data) on raising edge.
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzeprom.h17 #define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dunion-sigval.patch19 …D_LOG( Direct_Trap, VERBOSE, "NOT RAISING signal %d from %s, waiting for %dms... attach gdb --pid=…
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ds5h1420.h24 u8 cdclk_polarity:1; /* 1 == falling edge, 0 == raising edge */
/OK3568_Linux_fs/u-boot/board/LaCie/common/
H A Dcpld-gpio-bus.c36 /* The transfer is enabled on the raising edge. */ in cpld_gpio_bus_enable_select()
/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dgitremote.py1 # subprocess does not kill the child daemon when a test case fails by raising
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dcpumap.c118 "Consider raising MAX_NR_CPUS\n", MAX_NR_CPUS); in perf_cpu_map__read()
213 "Consider raising MAX_NR_CPUS\n", MAX_NR_CPUS); in perf_cpu_map__new()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ee.c82 * and then raising and then lowering the clock (the SK bit controls in ixgb_shift_out_bits()
84 * by setting "DI" to "0" and then raising and then lowering the clock. in ixgb_shift_out_bits()
121 * in from the EEPROM. Bits are "shifted in" by raising the clock input to in ixgb_shift_in_bits()
276 * signal that the command has been completed by raising the DO signal. in ixgb_wait_eeprom_command()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Dkvm_create_max_vcpus.c56 * try raising the limits if needed. in main()
/OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped42 # of raising an exception.
45 # instead of raising an exception.
/OK3568_Linux_fs/kernel/include/linux/
H A Dlp.h86 #define LP_PSTROBE 0x01 /* short high output on raising edge */
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A DKconfig82 raising an interrupt, in the range 1-255. Note that a selection
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsys_compat.c105 * if not implemented, rather than raising SIGILL. This in compat_arm_syscall()
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Ddelay-accounting.rst22 important tasks could be a trigger for raising its corresponding priority.
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dintc.c95 * interrupt controller. That is, the device raising the interrupt can also

1234567