/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 319 * These functions are just to extract uCode section data from the pieces 322 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() argument 326 return &pieces->img[type].sec[sec]; in get_sec() 329 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data() argument 333 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data() 349 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data() argument 354 alloc_sec_data(pieces, type, sec); in set_sec_data() 356 pieces->img[type].sec[sec].data = data; in set_sec_data() 359 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size() argument 364 alloc_sec_data(pieces, type, sec); in set_sec_size() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 310 + pieces = {} 311 + pieces["long"] = full_out 312 + pieces["short"] = full_out[:7] # maybe improved later 313 + pieces["error"] = None 346 + pieces["branch"] = branch_name 354 + pieces["dirty"] = dirty 365 + pieces["error"] = ("unable to parse git-describe output: '%s'" 367 + return pieces 375 + pieces["error"] = ("tag '%s' doesn't start with prefix '%s'" 377 + return pieces [all …]
|
/openbmc/linux/drivers/base/ |
H A D | init.c | 23 /* These are the core pieces */ in driver_init() 32 /* These are also core pieces, but must come after the in driver_init() 33 * core core pieces. in driver_init()
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 17 which would crash. The issue is the change in configuration removes pieces 18 from the sysroot but pyc files remainm as do pieces of pip which causes 22 the understanding that if/when it breaks, we keep the pieces. The patch
|
/openbmc/u-boot/include/zfs/ |
H A D | zfs_acl.h | 24 uint64_t z_acl_extern_obj; /* ext acl pieces */ 34 uint64_t z_acl_extern_obj; /* ext acl pieces */
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 4701 struct il4965_firmware_pieces *pieces) in il4965_load_firmware() argument 4720 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in il4965_load_firmware() 4721 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in il4965_load_firmware() 4722 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware() 4723 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size); in il4965_load_firmware() 4724 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware() 4731 hdr_size + pieces->inst_size + pieces->data_size + in il4965_load_firmware() 4732 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4739 pieces->inst = src; in il4965_load_firmware() 4740 src += pieces->inst_size; in il4965_load_firmware() [all …]
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | plot.py | 416 pieces = [] 418 pieces.append(""" 423 pieces.append(""" 451 pieces.append(""" 501 pieces.append(""" 569 pieces.append(""" 573 return "\n".join(pieces)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 221 | than 128, the result will be 0. The result is broken into two 64-bit pieces 256 | nonzero. The result is broken into two 64-bit pieces which are stored at 295 | at most 128 nonzero bits; these are broken into two 64-bit pieces which are 366 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 380 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 399 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 434 | any carry out is lost. The result is broken into two 64-bit pieces which 450 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 468 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 484 | result is broken into three 64-bit pieces which are stored at the locations [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 137 than 128, the result will be 0. The result is broken into two 64-bit pieces 173 nonzero. The result is broken into two 64-bit pieces which are stored at 213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 304 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 340 any carry out is lost. The result is broken into two 64-bit pieces which 361 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 419 result is broken into three 64-bit pieces which are stored at the locations 456 into two 64-bit pieces which are stored at the locations pointed to by [all …]
|
/openbmc/linux/Documentation/driver-api/acpi/ |
H A D | scan_handlers.rst | 13 is scanned in search of device objects that generally represent various pieces 23 During ACPI-based device hot-remove device nodes representing pieces of hardware
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | proxy.hpp | 19 * A dbus object is referenced by 3 address pieces: 25 * One all 3 pieces of the address are known by the proxy, the proxy 33 * If all pieces are known at compile-time it is suggested to be constructed
|
/openbmc/linux/arch/arm/mach-imx/ |
H A D | mx27.h | 7 * hardware pieces that are common between i.MX21 and i.MX27, have a
|
/openbmc/u-boot/include/linux/usb/ |
H A D | at91_udc.h | 4 * pieces copied from linux:include/linux/platform_data/atmel.h
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | libhtp_0.5.45.bb | 1 SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces."
|
/openbmc/openbmc/poky/documentation/ |
H A D | bitbake.rst | 11 2004, the OpenEmbedded project was split the project into two distinct pieces:
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | transform.h | 114 /* Enable all 3 pieces of memory */ 123 /* Only applicable in 4:2:0 mode, enable all 3 pieces of memory and the
|
/openbmc/linux/tools/power/pm-graph/config/ |
H A D | custom-timeline-functions.cfg | 79 # and stack formatting. Three pieces of info are required. The function name, 144 # and stack formatting. Three pieces of info are required. The function name,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Do-not-use-glob-in-deps.patch | 3 // can pick and choose which pieces to build and which to use existing system
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/ |
H A D | xdg-desktop-portal-gtk_1.15.2.bb | 1 SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of …
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/ |
H A D | 0001-cmake-respect-explicit-install-prefix.patch | 31 # Pull in the rest of the pieces
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | index.rst | 8 reason, our Display Core Driver is divided into two pieces:
|
/openbmc/phosphor-net-ipmid/ |
H A D | rmcp.hpp | 18 * HMAC-block-length pieces of keying material from a single SIK.For the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/ |
H A D | abseil-cpp_20240722.0.bb | 2 DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \
|
/openbmc/docs/security/ |
H A D | obmc-security-response-team.md | 7 The main pieces are:
|
/openbmc/linux/net/ceph/ |
H A D | auth_x_protocol.h | 60 * The authorizer consists of two pieces:
|