Searched full:relative (Results 1 – 25 of 2376) sorted by relevance
12345678910>>...96
| /kernel/linux/linux-5.10/drivers/iio/humidity/ |
| D | Kconfig | 8 tristate "Aosong AM2315 relative humidity and temperature sensor" 14 relative humidity and ambient temperature sensor. 29 tristate "TI HDC100x relative humidity and temperature sensor" 35 HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative 42 tristate "TI HDC2010 relative humidity and temperature sensor" 46 HDC2010 and HDC2080 relative humidity and temperature sensors. 102 tristate "SI7005 relative humidity and temperature sensor" 105 Say yes here to build support for the Silabs Si7005 relative 113 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 117 Relative Humidity and Temperature Sensors. This driver also
|
| D | si7020.c | 3 * si7020.c - Silicon Labs Si7013/20/21 Relative Humidity and Temp Sensors 9 * The Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors 11 * measuring relative humidity and temperature. The Si7013 has an additional 30 /* Measure Relative Humidity, Hold Master Mode */ 72 * Relative humidity will be 0.0032959% too high and in si7020_read_raw() 164 MODULE_DESCRIPTION("Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors");
|
| /kernel/linux/linux-4.19/drivers/iio/humidity/ |
| D | Kconfig | 7 tristate "Aosong AM2315 relative humidity and temperature sensor" 13 relative humidity and ambient temperature sensor. 28 tristate "TI HDC100x relative humidity and temperature sensor" 34 HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative 92 tristate "SI7005 relative humidity and temperature sensor" 95 Say yes here to build support for the Silabs Si7005 relative 103 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 107 Relative Humidity and Temperature Sensors. This driver also
|
| D | si7020.c | 2 * si7020.c - Silicon Labs Si7013/20/21 Relative Humidity and Temp Sensors 17 * The Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors 19 * measuring relative humidity and temperature. The Si7013 has an additional 37 /* Measure Relative Humidity, Hold Master Mode */ 79 * Relative humidity will be 0.0032959% too high and in si7020_read_raw() 172 MODULE_DESCRIPTION("Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors");
|
| /kernel/linux/linux-4.19/arch/alpha/include/asm/ |
| D | elf.h | 19 #define R_ALPHA_GPREL32 3 /* GP relative 32 bit */ 20 #define R_ALPHA_LITERAL 4 /* GP relative 16 bit w/optimization */ 23 #define R_ALPHA_BRADDR 7 /* PC+4 relative 23 bit shifted */ 24 #define R_ALPHA_HINT 8 /* PC+4 relative 16 bit shifted */ 25 #define R_ALPHA_SREL16 9 /* PC relative 16 bit */ 26 #define R_ALPHA_SREL32 10 /* PC relative 32 bit */ 27 #define R_ALPHA_SREL64 11 /* PC relative 64 bit */ 28 #define R_ALPHA_GPRELHIGH 17 /* GP relative 32 bit, high 16 bits */ 29 #define R_ALPHA_GPRELLOW 18 /* GP relative 32 bit, low 16 bits */ 30 #define R_ALPHA_GPREL16 19 /* GP relative 16 bit */
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | elf.h | 19 #define R_ALPHA_GPREL32 3 /* GP relative 32 bit */ 20 #define R_ALPHA_LITERAL 4 /* GP relative 16 bit w/optimization */ 23 #define R_ALPHA_BRADDR 7 /* PC+4 relative 23 bit shifted */ 24 #define R_ALPHA_HINT 8 /* PC+4 relative 16 bit shifted */ 25 #define R_ALPHA_SREL16 9 /* PC relative 16 bit */ 26 #define R_ALPHA_SREL32 10 /* PC relative 32 bit */ 27 #define R_ALPHA_SREL64 11 /* PC relative 64 bit */ 28 #define R_ALPHA_GPRELHIGH 17 /* GP relative 32 bit, high 16 bits */ 29 #define R_ALPHA_GPRELLOW 18 /* GP relative 32 bit, low 16 bits */ 30 #define R_ALPHA_GPREL16 19 /* GP relative 16 bit */
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | extable.h | 7 * The exception table consists of pairs of relative offsets: the first 8 * is the relative offset to an instruction that is allowed to fault, 9 * and the second is the relative offset at which the program should 23 * ex_entry - place-relative extable entry 36 * ex_entry - place-relative extable entry
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 23 relative to some specific device frame of reference. 36 A sensor can be mounted in any angle along the axes relative to the frame of 38 or tilted at any angle relative to the frame of reference. 52 device relative to the center of the planet, i.e. relative to its surface at 53 this point. Up and down in the world relative to the device frame of 93 - Magnetometers (compasses) have their world frame of reference relative to the 129 - Gyroscopes detects the movement relative the device itself. The angular 151 relative orientation of any given sensor of this type with respect to the 157 to orient the senor axes relative to a desired point of reference. This means 160 space, relative to the device or world point of reference.
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | machine_kexec_reloc.c | 34 case R_390_PC16: /* PC relative 16 bit. */ in arch_kexec_do_relocs() 37 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in arch_kexec_do_relocs() 40 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in arch_kexec_do_relocs() 43 case R_390_PC32: /* PC relative 32 bit. */ in arch_kexec_do_relocs() 46 case R_390_PC64: /* PC relative 64 bit. */ in arch_kexec_do_relocs()
|
| /kernel/linux/linux-4.19/arch/s390/include/asm/ |
| D | elf.h | 17 #define R_390_PC32 5 /* PC relative 32 bit. */ 20 #define R_390_PLT32 8 /* 32 bit PC relative PLT address. */ 28 #define R_390_PC16 16 /* PC relative 16 bit. */ 29 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ 31 #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ 35 #define R_390_PC64 23 /* PC relative 64 bit. */ 37 #define R_390_PLT64 25 /* 64 bit PC relative PLT address. */ 74 #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to 76 #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to 78 #define R_390_TLS_LDO32 52 /* 32 bit offset relative to TLS [all …]
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | elf.h | 17 #define R_390_PC32 5 /* PC relative 32 bit. */ 20 #define R_390_PLT32 8 /* 32 bit PC relative PLT address. */ 28 #define R_390_PC16 16 /* PC relative 16 bit. */ 29 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ 31 #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ 35 #define R_390_PC64 23 /* PC relative 64 bit. */ 37 #define R_390_PLT64 25 /* 64 bit PC relative PLT address. */ 74 #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to 76 #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to 78 #define R_390_TLS_LDO32 52 /* 32 bit offset relative to TLS [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
| D | modesetting.c | 16 * @origin_x: The horizontal displacement relative to the first scrn. 17 * @origin_y: The vertical displacement relative to the first screen. 19 * relative to the framebuffer start. 54 * Report the rectangle relative to which absolute pointer events should be 60 * @origin_x: Upper left X co-ordinate relative to the first screen. 61 * @origin_y: Upper left Y co-ordinate relative to the first screen.
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | atarikbd.rst | 41 0xF8-0xFB relative mouse position records (lsbs determined by 60 report relative motion, absolute motion in a coordinate system maintained 66 Relative Position Reporting 69 In relative position mode, the ikbd will return relative mouse position 74 Note that the ikbd may return mouse relative position reports with 76 relative mouse motion events will be generated: (a) while the keyboard has 80 The relative mouse position record is a three byte record of the form 259 SET RELATIVE MOUSE POSITION REPORTING 266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are 301 either RELATIVE or ABSOLUTE motion records. The ikbd returns the appropriate [all …]
|
| /kernel/linux/linux-4.19/Documentation/input/devices/ |
| D | atarikbd.rst | 41 0xF8-0xFB relative mouse position records (lsbs determined by 60 report relative motion, absolute motion in a coordinate system maintained 66 Relative Position Reporting 69 In relative position mode, the ikbd will return relative mouse position 74 Note that the ikbd may return mouse relative position reports with 76 relative mouse motion events will be generated: (a) while the keyboard has 80 The relative mouse position record is a three byte record of the form 259 SET RELATIVE MOUSE POSITION REPORTING 266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are 301 either RELATIVE or ABSOLUTE motion records. The ikbd returns the appropriate [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/vboxvideo/ |
| D | modesetting.c | 35 * @param origin_x The horizontal displacement relative to the first scrn 36 * @param origin_y The vertical displacement relative to the first screen 38 * relative to the framebuffer start 73 * Report the rectangle relative to which absolute pointer events should be 78 * @param origin_x Upper left X co-ordinate relative to the first screen. 79 * @param origin_y Upper left Y co-ordinate relative to the first screen.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/ |
| D | rotary-encoder.txt | 12 - rotary-encoder,relative-axis: register a relative axis rather than an 13 absolute one. Relative axis will only generate +1/-1 events on the input 40 rotary-encoder,relative-axis;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | rotary-encoder.txt | 12 - rotary-encoder,relative-axis: register a relative axis rather than an 13 absolute one. Relative axis will only generate +1/-1 events on the input 40 rotary-encoder,relative-axis;
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_qmi_msg.h | 86 * fields are offsets relative to the start of IPA shared memory. 95 * is an offset relative to the start of IPA shared memory. The 105 * start is an offset relative to the start of IPA shared memory. 130 * offsets relative to the start of IPA shared memory. 139 * offsets relative to the start of IPA shared memory. 182 * offsets relative to the start of IPA shared memory. 191 * offsets relative to the start of IPA shared memory.
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | extable.h | 6 * The exception table consists of pairs of relative offsets: the first 7 * is the relative offset to an instruction that is allowed to fault, 8 * and the second is the relative offset at which the program should
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ |
| D | bcm_sf2_regs.h | 10 /* Register set relative to 'REG' */ 29 /* Relative to REG_SWITCH_CNTRL */ 32 /* Relative to REG_SWITCH_REVISION */ 37 /* Relative to REG_PHY_REVISION */ 40 /* Relative to REG_SPHY_CNTRL */ 52 /* Relative to REG_RGMII_CNTRL */ 73 /* Register set relative to 'INTRL2_0' and 'INTRL2_1' */ 114 /* Register set relative to 'ACB' */ 132 /* Register set relative to 'CORE' */
|
| /kernel/linux/linux-4.19/drivers/net/dsa/ |
| D | bcm_sf2_regs.h | 14 /* Register set relative to 'REG' */ 33 /* Relative to REG_SWITCH_CNTRL */ 36 /* Relative to REG_SWITCH_REVISION */ 41 /* Relative to REG_PHY_REVISION */ 44 /* Relative to REG_SPHY_CNTRL */ 56 /* Relative to REG_RGMII_CNTRL */ 77 /* Register set relative to 'INTRL2_0' and 'INTRL2_1' */ 118 /* Register set relative to 'ACB' */ 136 /* Register set relative to 'CORE' */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_dev_api.h | 265 * @param src_id - relative to p_hwfn 278 * @param src_id - relative to p_hwfn 291 * @param src_id - relative to p_hwfn 321 * @param ppfid - relative within the allocated ppfids ('0' is the default one). 344 * @param ppfid - relative within the allocated ppfids ('0' is the default one). 375 * @param ppfid - relative within the allocated ppfids ('0' is the default one). 392 * @param ppfid - relative within the allocated ppfids ('0' is the default one). 408 * @param id - For PF, engine-relative. For VF, PF-relative.
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | extable.h | 6 * The exception table consists of pairs of relative offsets: the first 7 * is the relative offset to an instruction that is allowed to fault, 8 * and the second is the relative offset at which the program should
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | lm77.rst | 29 applies to all 3 limits. The relative difference is stored in a single 30 register on the chip, which means that the relative difference between 43 temp1_crit_hyst and temp1_crit into the chip, and the same relative
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | lm77 | 23 applies to all 3 limits. The relative difference is stored in a single 24 register on the chip, which means that the relative difference between 36 temp1_crit_hyst and temp1_crit into the chip, and the same relative
|
12345678910>>...96