Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c403 img = &pieces->img[type]; in iwl_store_ucode_sec()
837 pieces->init_evtlog_ptr = in iwl_parse_tlv_firmware()
849 pieces->init_errlog_ptr = in iwl_parse_tlv_firmware()
855 pieces->inst_evtlog_ptr = in iwl_parse_tlv_firmware()
1169 pieces->dbg_mem_tlv = n; in iwl_parse_tlv_firmware()
1170 pieces->dbg_mem_tlv[pieces->n_mem_tlv] = *dbg_mem; in iwl_parse_tlv_firmware()
1171 pieces->n_mem_tlv++; in iwl_parse_tlv_firmware()
1492 pieces = kzalloc(sizeof(*pieces), GFP_KERNEL); in iwl_req_fw_callback()
1493 if (!pieces) in iwl_req_fw_callback()
1766 if (pieces) { in iwl_req_fw_callback()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch310 + pieces = {}
407 + return pieces
428 + if pieces["distance"] or pieces["dirty"]:
453 + if pieces["distance"] or pieces["dirty"]:
518 + if pieces["distance"] or pieces["dirty"]:
543 + if pieces["distance"] or pieces["dirty"]:
572 + if pieces["distance"] or pieces["dirty"]:
1615 + if pieces["distance"] or pieces["dirty"]:
1684 + if pieces["distance"] or pieces["dirty"]:
2130 + if pieces["distance"] or pieces["dirty"]:
[all …]
/openbmc/qemu/tests/migration/guestperf/
H A Dplot.py416 pieces = []
418 pieces.append("""
423 pieces.append("""
451 pieces.append("""
501 pieces.append("""
569 pieces.append("""
573 return "\n".join(pieces)
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dno-pip.patch14 which would crash. The issue is the change in configuration removes pieces
15 from the sysroot but pyc files remainm as do pieces of pip which causes
19 the understanding that if/when it breaks, we keep the pieces. The patch
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4731 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()
4741 pieces->data = src; in il4965_load_firmware()
4773 memset(&pieces, 0, sizeof(pieces)); in il4965_ucode_callback()
4889 if (pieces.init_size && pieces.init_data_size) { in il4965_ucode_callback()
4918 memcpy(il->ucode_code.v_addr, pieces.inst, pieces.inst_size); in il4965_ucode_callback()
4929 memcpy(il->ucode_data.v_addr, pieces.data, pieces.data_size); in il4965_ucode_callback()
4930 memcpy(il->ucode_data_backup.v_addr, pieces.data, pieces.data_size); in il4965_ucode_callback()
4936 memcpy(il->ucode_init.v_addr, pieces.init, pieces.init_size); in il4965_ucode_callback()
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros137 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/openbmc/meta-security/recipes-ids/suricata/
H A Dlibhtp_0.5.45.bb1 SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces."
/openbmc/openbmc/poky/documentation/
H A Dbitbake.rst11 2004, the OpenEmbedded project was split the project into two distinct pieces:
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/
H A Dxdg-desktop-portal-gtk_1.15.1.bb1 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 D0001-cmake-respect-explicit-install-prefix.patch31 # Pull in the rest of the pieces
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Dindex.rst8 reason, our Display Core Driver is divided into two pieces:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/
H A Dabseil-cpp_20240116.1.bb2 DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \
/openbmc/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst13 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/linux/Documentation/usb/
H A Ddwc3.rst27 - the interrupt handler is split into the following pieces:
/openbmc/docs/security/
H A Dobmc-security-response-team.md7 The main pieces are:
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A Dptest.patch8 'installled' locations on target (but not any of the standalone build pieces)
/openbmc/linux/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg79 # 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/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg_2.57.1.bb31 # so we cannot use cargo class directly, but still need bits and pieces from it
/openbmc/linux/drivers/pci/hotplug/
H A DTODO40 to be broken up into smaller, manageable pieces. Negative examples are
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst40 stored in the Little Endian format. Several pieces of data are variable
/openbmc/linux/drivers/usb/typec/tcpm/
H A DKconfig85 discrete pieces of silicon in the PM8150b PMIC block: the
/openbmc/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst28 important pieces of information are never lost.
/openbmc/entity-manager/docs/
H A Dentity_manager_dbus_api.md46 Entity objects describe pieces of physical hardware.
/openbmc/linux/Documentation/cpu-freq/
H A Dcore.rst24 architecture drivers (those pieces of code that do actual
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Duse-emacs-native-tools-for-cross-compiling.patch37 ## since not all pieces are used on all platforms. But DOC depends

1234567