Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/fs/jffs2/
H A Dcompr_rtime.c36 unsigned short positions[256]; in jffs2_rtime_compress() local
43 memset(positions,0,sizeof(positions)); in jffs2_rtime_compress()
53 backpos = positions[value]; in jffs2_rtime_compress()
54 positions[value]=pos; in jffs2_rtime_compress()
80 unsigned short positions[256]; in jffs2_rtime_decompress() local
84 memset(positions,0,sizeof(positions)); in jffs2_rtime_decompress()
94 backoffs = positions[value]; in jffs2_rtime_decompress()
96 positions[value]=outpos; in jffs2_rtime_decompress()
/openbmc/u-boot/fs/jffs2/
H A Dcompr_rtime.c54 int positions[256]; in rtime_decompress() local
61 for (i = 0; i < 256; positions[i++] = 0); in rtime_decompress()
71 backoffs = positions[value]; in rtime_decompress()
73 positions[value]=outpos; in rtime_decompress()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-mpu605010 easy to tell the relative positions among sensors as well as their
11 positions relative to the board that holds these sensors. Identity matrix
H A Dsysfs-driver-input-cros-ec-keyb5 ordered by the physical positions of the keys, from left
H A Dsysfs-driver-hid-ntrig73 (RO) The range for positions reported during activity.
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c707 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_basic()
717 positions[i], in test_hbitmap_serialize_basic()
718 MIN(positions[j], L3 - positions[i])); in test_hbitmap_serialize_basic()
732 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_part()
739 hbitmap_set(data->hb, positions[i], 1); in test_hbitmap_serialize_part()
754 if (positions[k] == j + i) { in test_hbitmap_serialize_part()
773 uint64_t positions[] = { 0, min_l1, L2, L3 - min_l1}; in test_hbitmap_serialize_zeroes() local
774 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_zeroes()
779 hbitmap_set(data->hb, positions[i], L1); in test_hbitmap_serialize_zeroes()
785 hbitmap_deserialize_zeroes(data->hb, positions[i], min_l1, true); in test_hbitmap_serialize_zeroes()
[all …]
/openbmc/linux/scripts/coccinelle/misc/
H A Dflexible_array.cocci20 def relevant(positions):
21 for p in positions:
/openbmc/linux/Documentation/sound/designs/
H A Dchannel-mapping-api.rst28 positions even with the same number of total channels. However, there
69 while the latter two are for flexible channel positions. ``_VAR`` type is
83 /* channel positions */
160 to pass an integer value containing the valid channel positions for
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/
H A Dlibsombok3_2.4.0.bb5 breaking positions. This package also implements "default" Grapheme \
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst19 - Chrome OS switch positions
48 CHSW (Chrome OS switch positions)
50 This control method returns the switch positions for Chrome OS specific hardware switches.
58 An integer containing the switch positions as bitfields:
/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h143 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/
H A Dlibunicode-linebreak-perl_2019.001.bb5 positions."
/openbmc/linux/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
/openbmc/u-boot/arch/arm/lib/
H A Ddiv64.S87 @ The division loop for needed upper bit positions.
103 @ The division loop for lower bit positions.
/openbmc/linux/Documentation/hwmon/
H A Dds620.rst26 returned via sysfs displays post decimal positions.
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h331 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_snd.h331 __u8 positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
/openbmc/qemu/docs/system/devices/
H A Dvirtio-snd.rst28 All streams are stereo and have the default channel positions ``Front left, right``.
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dapple,admac.yaml50 in an interrupts-extended list the disconnected positions will contain
/openbmc/u-boot/board/sbc8641d/
H A DREADME21 All Jumpers & Switches are in their default positions. Please refer to
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-udhcpc-no_deconfig.patch52 /* The rest has variable bit positions, need to be clever */
/openbmc/linux/sound/virtio/
H A Dvirtio_chmap.c192 u8 position = info->positions[ch]; in virtsnd_chmap_build_devs()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-topkick.dts24 * Switch positions
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dcorstone1000-flash-firmware.wks.in6 # because BL1 code is statically configured for the given positions
/openbmc/linux/Documentation/networking/
H A Dj1939.rst77 Bit positions within the CAN-ID
90 Bit positions within the CAN-ID
105 Bit positions within the CAN-ID
115 Bit positions within the CAN-ID

123