Home
last modified time | relevance | path

Searched refs:actual_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/create_package/
H A Dfirmware_device_id_area.cpp63 const std::optional<std::string>& optCompatible, size_t* actual_count) in create_pldm_firmware_device_descriptors_v1_0_0() argument
82 *actual_count = 1; in create_pldm_firmware_device_descriptors_v1_0_0()
95 *actual_count = 2; in create_pldm_firmware_device_descriptors_v1_0_0()
147 size_t actual_count = 0; in create_pldm_firmware_device_identification_record() local
149 b, i, optVendorIANA, optCompatible, &actual_count); in create_pldm_firmware_device_identification_record()
152 b[descriptorCountOffset] = actual_count; in create_pldm_firmware_device_identification_record()
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_modeset.c123 static u16 udl_lfsr16(u16 actual_count) in udl_lfsr16() argument
127 while (actual_count--) { in udl_lfsr16()
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot101 ${actual_count}= Evaluate ${resp.dict["Members@odata.count"]}-1
108 … Run Keyword If '${entry}' == '${actual_count}' Fail BMC version not there in Firmware Inventory
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1617 actual_count = len(revs.splitlines())
1618 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …
1753 actual_count = len(revs.splitlines())
1754 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …
/openbmc/linux/drivers/video/fbdev/
H A Dudlfb.c196 static u16 dlfb_lfsr16(u16 actual_count) in dlfb_lfsr16() argument
200 while (actual_count--) { in dlfb_lfsr16()
/openbmc/linux/drivers/media/usb/gspca/
H A Dtopro.c1075 int count, actual_count, ret; in bulk_w() local
1087 &actual_count, 500); in bulk_w()