/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | rotary-encoder.txt | 9 - rotary-encoder,steps: Number of steps in a full turnaround of the 14 device, hence no steps need to be passed. 16 greater than the specified steps or smaller than 0. For absolute axis only. 17 - rotary-encoder,steps-per-period: Number of steps (stable states) per period. 23 - rotary-encoder,encoding: String, the method used to encode steps. 28 This property is deprecated. Instead, a 'steps-per-period ' value should 29 be used, such as "rotary-encoder,steps-per-period = <2>". 47 rotary-encoder,steps = <24>;
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | autogain_functions.c | 23 int i, steps, retval = 0; in gspca_expo_autogain() local 31 /* If we are of a multiple of deadzone, do multiple steps to reach the in gspca_expo_autogain() 33 steps = abs(desired_avg_lum - avg_lum) / deadzone; in gspca_expo_autogain() 35 gspca_dbg(gspca_dev, D_FRAM, "autogain: lum: %d, desired: %d, steps: %d\n", in gspca_expo_autogain() 36 avg_lum, desired_avg_lum, steps); in gspca_expo_autogain() 38 for (i = 0; i < steps; i++) { in gspca_expo_autogain() 103 int steps, retval = 0; in gspca_coarse_grained_expo_autogain() local 116 /* If we are of a multiple of deadzone, do multiple steps to reach the in gspca_coarse_grained_expo_autogain() 118 steps = (desired_avg_lum - avg_lum) / deadzone; in gspca_coarse_grained_expo_autogain() 120 gspca_dbg(gspca_dev, D_FRAM, "autogain: lum: %d, desired: %d, steps: %d\n", in gspca_coarse_grained_expo_autogain() [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | usbduxfast.c | 115 * min delay steps for more than one channel 118 * steps at 30MHz in the FX2 123 * max number of 1/30MHz delay steps 355 unsigned int steps; in usbduxfast_ai_cmdtest() local 397 * for 1 channel the timing in 30MHz "steps" is: in usbduxfast_ai_cmdtest() 398 * steps <= MAX_SAMPLING_PERIOD in usbduxfast_ai_cmdtest() 400 * MIN_SAMPLING_PERIOD <= steps <= MAX_SAMPLING_PERIOD in usbduxfast_ai_cmdtest() 402 steps = (cmd->convert_arg * 30) / 1000; in usbduxfast_ai_cmdtest() 404 err2 |= comedi_check_trigger_arg_min(&steps, in usbduxfast_ai_cmdtest() 407 err2 |= comedi_check_trigger_arg_min(&steps, 1); in usbduxfast_ai_cmdtest() [all …]
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-mxic.c | 104 int steps; member 140 if (section < 0 || section >= ctx->steps) in mxic_ecc_ooblayout_ecc() 155 if (section < 0 || section >= ctx->steps) in mxic_ecc_ooblayout_free() 226 int step_size = 0, strength = 0, desired_correction = 0, steps, idx; in mxic_ecc_init_ctx() local 261 steps = mtd->writesize / step_size; in mxic_ecc_init_ctx() 262 desired_correction = steps * strength; in mxic_ecc_init_ctx() 267 steps = mtd->writesize / conf->step_size; in mxic_ecc_init_ctx() 269 ctx->status = devm_kzalloc(dev, steps * sizeof(u8), GFP_KERNEL); in mxic_ecc_init_ctx() 274 strength = desired_correction / steps; in mxic_ecc_init_ctx() 289 if (spare_size[idx] * steps <= mtd->oobsize) in mxic_ecc_init_ctx() [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | TdcResults.py | 18 self.steps = [] 52 self.steps.extend(newstep) 54 self.steps.append(step) 59 return self.steps 100 if len(t.steps) > 0: 102 for step in t.steps: 118 if len(t.steps) > 0: 120 for step in t.steps:
|
/openbmc/qemu/tests/avocado/ |
H A D | reverse_debugging.py | 35 STEPS = 10 variable in ReverseDebugging 122 while self.vm_get_icount(vm) <= self.STEPS: 127 logger.info("recorded log with %s+ steps" % last_icount) 143 steps = [] 145 for _ in range(self.STEPS): 148 steps.append(pc) 153 for addr in steps[::-1]: 160 for addr in steps: 167 for addr in steps: 185 logger.info('running reverse continue to reach %x' % steps[-1]) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | kernel-dev.json | 17 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 39 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 61 …st case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wiki.yoctoprojec… 83 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 105 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 127 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 149 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 171 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.… 193 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-admv1014 | 5 Read/write value for the digital attenuator gain (IF_I) with coarse steps. 11 Read/write value for the digital attenuator gain (IF_Q) with coarse steps. 17 Read/write value for the digital attenuator gain (IF_I) with fine steps. 23 Read/write value for the digital attenuator gain (IF_Q) with fine steps.
|
H A D | sysfs-class-fpga-manager | 19 states. The fpga manager driver is walking through these steps 21 though some steps may get skipped. Valid FPGA states will vary 34 * write complete = Doing post programming steps
|
/openbmc/linux/drivers/input/misc/ |
H A D | rotary_encoder.c | 38 u32 steps; member 85 pos += encoder->steps; in rotary_encoder_report_event() 90 if (encoder->rollover || pos < encoder->steps) in rotary_encoder_report_event() 95 pos %= encoder->steps; in rotary_encoder_report_event() 201 device_property_read_u32(dev, "rotary-encoder,steps", &encoder->steps); in rotary_encoder_probe() 203 err = device_property_read_u32(dev, "rotary-encoder,steps-per-period", in rotary_encoder_probe() 208 * use 'steps-per-period' and set an appropriate value, but in rotary_encoder_probe() 259 encoder->axis, 0, encoder->steps, 0, 1); in rotary_encoder_probe() 274 dev_err(dev, "'%d' is not a valid steps-per-period value\n", in rotary_encoder_probe()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | ResolutionStep.v1_0_1.json | 9 …commended step of the service-defined resolution. The set of recommended steps are used to resolv… 53 "description": "The priority in the set of resolution steps.", 54 …steps. The value `0` shall indicate the highest priority. Increasing values shall represent decr…
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | pwm-backlight.yaml | 57 num-interpolated-steps: 59 Number of interpolated steps between each value of brightness-levels 66 num-interpolated-steps: [brightness-levels] 90 // Example using num-interpolation-steps: 96 num-interpolated-steps = <2048>;
|
H A D | mediatek,mt6370-backlight.yaml | 16 capability with 2048 current steps (11 bits, only for MT6370/MT6371) or 17 16384 current steps (14 bits, only for MT6372) in exponential or linear 49 mediatek,bled-pwm-hys-input-th-steps: 55 resolution needs more than 64 steps.
|
/openbmc/linux/sound/soc/codecs/ |
H A D | uda1380.c | 267 * from -48 dB in 1.5 dB steps (mute instead of -49.5 dB) 272 * from -78 dB in 1 dB steps (3 dB steps, really. LSB are ignored), 273 * from -66 dB in 0.5 dB steps (2 dB steps, really) and 274 * from -52 dB in 0.25 dB steps 283 * from -72 dB in 1.5 dB steps (6 dB steps really), 284 * from -66 dB in 0.75 dB steps (3 dB steps really), 285 * from -60 dB in 0.5 dB steps (2 dB steps really) and 286 * from -46 dB in 0.25 dB steps 295 /* from 0 to 6 dB in 2 dB steps if SPF mode != flat */ 298 /* from 0 to 24 dB in 2 dB steps, if SPF mode == maximum, otherwise cuts [all …]
|
/openbmc/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 549 int *steps, gfp_t gfp) in sec_alg_alloc_and_calc_split_sizes() argument 555 *steps = roundup(length, SEC_REQ_LIMIT) / SEC_REQ_LIMIT; in sec_alg_alloc_and_calc_split_sizes() 556 sizes = kcalloc(*steps, sizeof(*sizes), gfp); in sec_alg_alloc_and_calc_split_sizes() 560 for (i = 0; i < *steps - 1; i++) in sec_alg_alloc_and_calc_split_sizes() 562 sizes[*steps - 1] = length - SEC_REQ_LIMIT * (*steps - 1); in sec_alg_alloc_and_calc_split_sizes() 569 int steps, struct scatterlist ***splits, in sec_map_and_split_sg() argument 580 *splits = kcalloc(steps, sizeof(struct scatterlist *), gfp); in sec_map_and_split_sg() 585 *splits_nents = kcalloc(steps, sizeof(int), gfp); in sec_map_and_split_sg() 592 ret = sg_split(sgl, count, 0, steps, split_sizes, in sec_map_and_split_sg() 615 static void sec_unmap_sg_on_err(struct scatterlist *sgl, int steps, in sec_unmap_sg_on_err() argument [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest.c | 180 * Execute test steps of one phase. 184 * @steps steps to execute (mask with bits from EFI_ST_...) 185 * failures returns EFI_ST_SUCCESS if all test steps succeeded 188 unsigned int steps, unsigned int *failures) in efi_st_do_tests() argument 201 if (steps & EFI_ST_SETUP) in efi_st_do_tests() 203 if (steps & EFI_ST_EXECUTE && setup_status[i] == EFI_ST_SUCCESS) in efi_st_do_tests() 205 if (steps & EFI_ST_TEARDOWN) in efi_st_do_tests()
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | tegra210-emc-cc-r21021.c | 21 #define STEPS (1 << 1) macro 693 emc_dbg(emc, STEPS, "Step 1\n"); in tegra210_emc_r21021_set_clock() 694 emc_dbg(emc, STEPS, "Step 1.1: Disable DLL temporarily.\n"); in tegra210_emc_r21021_set_clock() 706 emc_dbg(emc, STEPS, "Step 1.2: Disable AUTOCAL temporarily.\n"); in tegra210_emc_r21021_set_clock() 717 emc_dbg(emc, STEPS, "Step 1.3: Disable other power features.\n"); in tegra210_emc_r21021_set_clock() 825 emc_dbg(emc, STEPS, "Step 2\n"); in tegra210_emc_r21021_set_clock() 841 emc_dbg(emc, STEPS, "Step 3\n"); in tegra210_emc_r21021_set_clock() 861 emc_dbg(emc, STEPS, "Step 4\n"); in tegra210_emc_r21021_set_clock() 872 emc_dbg(emc, STEPS, "Step 5\n"); in tegra210_emc_r21021_set_clock() 889 emc_dbg(emc, STEPS, "Step 6\n"); in tegra210_emc_r21021_set_clock() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | htab_map_batch_ops.c | 139 /* test 4: lookup/delete in a loop with various steps. */ in __test_map_lookup_and_delete_batch() 160 * go with large steps. Not that a buffer size with in __test_map_lookup_and_delete_batch() 168 CHECK((err && errno != ENOENT), "lookup with steps", in __test_map_lookup_and_delete_batch() 179 CHECK(total != max_entries, "lookup with steps", in __test_map_lookup_and_delete_batch() 197 CHECK(total != max_entries, "delete with steps", in __test_map_lookup_and_delete_batch() 223 * go with large steps. Not that a buffer size with in __test_map_lookup_and_delete_batch() 231 CHECK((err && errno != ENOENT), "lookup with steps", in __test_map_lookup_and_delete_batch() 242 CHECK(total != max_entries, "lookup/delete with steps", in __test_map_lookup_and_delete_batch()
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 187 step_0_5db - increase in 0,5dB steps 188 step_1_0db - increase in 1 db steps 189 step_1_5db - increase in 1,5dB steps 190 step_2_0db - increase in 2 db steps 191 step_3_0db - increase in 3 db steps 192 step_4_0db - increase in 4 db steps 193 step_5_0db - increase in 5 db steps 194 step_6_0db - increase in 6 db steps
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/ |
H A D | yocto-layer.yml | 16 steps: 42 if: steps.changed-files-specific.outputs.any_changed == 'true' 49 if: steps.changed-files-specific.outputs.any_changed == 'true'
|
H A D | yocto-builds.yml | 40 steps: 66 if: steps.changed-files-specific.outputs.any_changed == 'true' 81 if: steps.changed-files-specific.outputs.any_changed == 'true'
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | ResolutionStep_v1.xml | 41 …commended step of the service-defined resolution. The set of recommended steps are used to resolv… 58 … <Annotation Term="OData.Description" String="The priority in the set of resolution steps."/> 59 …steps. The value `0` shall indicate the highest priority. Increasing values shall represent decr…
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/ |
H A D | pds_vfio_pci.rst | 20 The pds-vfio-pci device is enabled via multiple configuration steps and 24 Shown below are the steps to bind the driver to a VF and also to the 50 After performing the steps above, a file in /dev/vfio/<iommu_group>
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rzn1.c | 273 int stepsh, stepsl, steps; in rzn1_rtc_set_offset() local 289 steps = stepsh; in rzn1_rtc_set_offset() 293 steps = stepsl; in rzn1_rtc_set_offset() 298 if (!steps) in rzn1_rtc_set_offset() 301 if (steps > 0) { in rzn1_rtc_set_offset() 302 subu |= steps + 1; in rzn1_rtc_set_offset() 305 subu |= (~(-steps - 1)) & 0x3F; in rzn1_rtc_set_offset()
|
/openbmc/linux/drivers/thermal/ |
H A D | hisi_thermal.c | 90 * The register is programmed in temperature steps, every step is 785 93 * The temperature from the steps: 95 * Temp = TempBase + (steps x 785) 97 * and the steps from the temperature: 99 * steps = (Temp - TempBase) / 785 117 * The register is programmed in temperature steps, every step is 205 131 * The lag register contains 5 bits encoding the temperature in steps. 154 * The temperature is coded in steps, cf. HI6220_TEMP_STEP. 206 * The temperature is coded in steps, cf. HI3660_TEMP_STEP.
|