/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | pni,rm3100.yaml | 4 $id: http://devicetree.org/schemas/iio/magnetometer/pni,rm3100.yaml# 7 title: PNI RM3100 3-axis magnetometer sensor 14 const: pni,rm3100 36 compatible = "pni,rm3100";
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | rm3100-i2c.c | 3 * Support for PNI RM3100 3-axis geomagnetic sensor on a i2c bus. 38 { .compatible = "pni,rm3100", }, 53 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer i2c driver");
|
H A D | rm3100-spi.c | 3 * Support for PNI RM3100 3-axis geomagnetic sensor on a spi bus. 48 { .compatible = "pni,rm3100", }, 63 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer spi driver");
|
H A D | Kconfig | 188 tristate "PNI RM3100 3-Axis Magnetometer (I2C)" 193 Say Y here to add support for the PNI RM3100 3-Axis Magnetometer. 200 tristate "PNI RM3100 3-Axis Magnetometer (SPI)" 205 Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
|
H A D | rm3100-core.c | 3 * PNI RM3100 3-axis geomagnetic sensor driver core. 610 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer i2c driver");
|
/openbmc/openbmc/poky/meta/recipes-core/udev/ |
H A D | eudev_3.2.14.bb | 53 # Use classic network interface naming scheme if no 'pni-names' distro feature 54 if ${@bb.utils.contains('DISTRO_FEATURES', 'pni-names', 'false', 'true', d)}; then
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-stub.c | 2 * x86 FPU, MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI helpers
|
H A D | ops_sse_header.h.inc | 2 * MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI support
|
H A D | fpu_helper.c | 2 * x86 FPU, MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI helpers
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-boot.bb | 37 ${@bb.utils.contains("DISTRO_FEATURES", "sysvinit pni-names", "ifupdown", "", d)} \
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | fpu_helper.c | 2 * x86 FPU, MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI helpers (sysemu code)
|
/openbmc/linux/lib/raid6/ |
H A D | x86.h | 40 #define X86_FEATURE_XMM3 (4*32+ 0) /* "pni" SSE-3 */
|
/openbmc/linux/net/nfc/ |
H A D | digital_dep.c | 1153 /* pni of resp PDU equal to the target current pni - 1 in digital_tg_recv_dep_req() 1168 /* atn_count > 0 and PDU pni != curr_nfc_dep_pni - 1 in digital_tg_recv_dep_req() 1225 /* If the ACK PNI is equal to the target PNI - 1 means in digital_tg_recv_dep_req()
|
H A D | digital_technology.c | 75 #define DIGITAL_ISO_DEP_PNI(pni) ((pni) & 0x01) argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mwait.h | 99 * This uses new MONITOR/MWAIT instructions on P4 processors with PNI,
|
H A D | cpufeatures.h | 116 #define X86_FEATURE_XMM3 ( 4*32+ 0) /* "pni" SSE-3 */
|
/openbmc/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 35 "pni",
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | qemuboot.bbclass | 107 QB_NO_PNI ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pni-names', '', 'net.ifnames=0', d)}"
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.0.4.rst | 42 - doc: features: describe distribution feature pni-name
|
H A D | release-notes-5.1.1.rst | 48 - documentation: features: describe distribution feature pni-name
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd_257.1.bb | 71 …${@bb.utils.filter('DISTRO_FEATURES', 'acl audit apparmor efi ldconfig pam pni-names selinux smack… 204 PACKAGECONFIG[pni-names] = ",,," 398 if ${@bb.utils.contains('PACKAGECONFIG', 'pni-names', 'true', 'false', d)}; then
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | features.rst | 200 - *pni-names:* Enable generation of persistent network interface names, i.e.
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 1070 "^pni,.*": 1071 description: PNI Sensor Corporation
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 116 #define X86_FEATURE_XMM3 ( 4*32+ 0) /* "pni" SSE-3 */
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 2 * MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI support
|