Home
last modified time | relevance | path

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

12345678

/openbmc/openbmc/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 …]
/openbmc/linux/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 …]
/openbmc/docs/designs/
H A Dthermal-control-modes.md14 effectively raising the floor when these optical cables exist but an interface
69 of raising floor speeds for configurations where its unnecessary.
/openbmc/linux/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.h341 /* current maximum weight-raising time for this queue */
352 * Start time of the current weight-raising period if
354 * finish time of the last weight-raising period.
772 /* Maximum weight-raising duration for soft real-time processes */
775 * Minimum idle period after which weight-raising may be
781 * weight-raising may be reactivated for an already busy async
790 * for computing the maximum duration of weight raising
/openbmc/linux/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()
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnetxbig-gpio-ext.txt8 - enable-gpio: latches the new configuration (address, data) on raising edge.
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp157 // explicitly raising system_error here. in read()
208 // explicitly raising system_error here. in write()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-container.bbclass22 # Raising skip recipe was Paul's clever idea. It causes the error to
/openbmc/linux/drivers/atm/
H A Dzeprom.h17 #define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
/openbmc/linux/drivers/media/dvb-frontends/
H A Ds5h1420.h24 u8 cdclk_polarity:1; /* 1 == falling edge, 0 == raising edge */
/openbmc/openbmc/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=…
/openbmc/linux/ipc/
H A Dnamespace.c193 * So dropping the refcount, and raising the refcount when
196 * (Clearly, a task raising the refcount on its own ipc_ns
/openbmc/u-boot/board/LaCie/common/
H A Dcpld-gpio-bus.c35 /* The transfer is enabled on the raising edge. */ in cpld_gpio_bus_enable_select()
/openbmc/qemu/include/hw/intc/
H A Drx_icu.h30 TRG_PEDGE = 2, /* Raising */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-xenbus40 basis and is known not to be malicious on purpose. Raising
H A Dsysfs-class-power-ltc4162l74 until some external power-supply is attached raising the input
/openbmc/qemu/hw/tpm/
H A Dtrace-events8 tpm_tis_raise_irq(uint32_t irqmask) "Raising IRQ for flag 0x%08x"
/openbmc/linux/tools/testing/selftests/kvm/
H A Dkvm_create_max_vcpus.c56 * try raising the limits if needed. in main()
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h43 * usually before raising an exception. Set all part of the CPU
180 * The callback must exit via raising an exception.
/openbmc/linux/include/linux/
H A Dlp.h86 #define LP_PSTROBE 0x01 /* short high output on raising edge */
/openbmc/linux/arch/arm64/kernel/
H A Dsys_compat.c104 * if not implemented, rather than raising SIGILL. This in compat_arm_syscall()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c18 * tables. Used when raising alignment exceptions, whose FSR changes depending
301 * (eg "no device/memory present at address") by raising an external abort
/openbmc/linux/include/ufs/
H A Dufs_quirks.h37 * the Host UniPro goes into bad state without raising the DFES error
/openbmc/linux/drivers/crypto/caam/
H A DKconfig82 raising an interrupt, in the range 1-255. Note that a selection

12345678