/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 227 have the value of the byte position in the message. So if you transmit a
|
/openbmc/linux/drivers/char/ |
H A D | Kconfig | 180 but this can be altered by modifying the value of NUM_PRESSES_REBOOT
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-janice.dts | 314 * sense resistor value was found by calibrating in a room ambient
|
/openbmc/linux/block/ |
H A D | bio.c | 263 bio->bi_issue.value = 0; in bio_init()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6sl.dtsi | 669 value = <0x60>;
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-colibri.dtsi | 890 * current limit value
|
/openbmc/linux/net/nfc/nci/ |
H A D | core.c | 727 ¶ms->value[DEST_SPEC_PARAMS_ID_INDEX], in nci_core_conn_create()
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_dumps.robot | 476 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
|
/openbmc/entity-manager/src/ |
H A D | fru_device.cpp | 764 "/xyz/openbmc_project/FruDevice/" + optionalProductName.value(); in addFruObjectToDbus()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 061.out | 393 === Testing correct handling of unset value ===
|
/openbmc/docs/designs/ |
H A D | code-update.md | 183 xyz.openbmc_project.Software.Update.StartUpdate return value will propagate any
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 8911 +@ r4 upper clip value 18886 + * @log2_max_pic_order_cnt_lsb_minus4: this value plus 4 specifies the value of 19017 + * @log2_parallel_merge_level_minus2: this value plus 2 specifies the value of 20611 + value = (value << 1) | get_cabac_bypass(&lc->cc); 20612 + return value; 20725 + value = (value << 1) | get_cabac_bypass(&lc->cc); 20726 + return value; 20872 + value = (value << 1) | get_cabac_bypass(&lc->cc); 20873 + return value; 32217 + cmp r4,0 # {value,index} [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | Kconfig | 62 int "Timeout value for opening watchdog device" 66 care of pinging a hardware watchdog. A value of 0 means infinite. The 67 value set here can be overridden by the commandline parameter 2003 The value can be overridden by the wdt_period command-line parameter.
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 3814 static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_frag_threshold() argument 3830 ret = wl1271_acx_frag_threshold(wl, value); in wl1271_op_set_frag_threshold() 3843 static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_rts_threshold() argument 3861 ret = wl1271_acx_rts_threshold(wl, wlvif, value); in wl1271_op_set_rts_threshold()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 3694 __u64 value; in kvm_s390_get_cpu_timer() local 3707 value = vcpu->arch.sie_block->cputm; in kvm_s390_get_cpu_timer() 3710 value -= get_tod_clock_fast() - vcpu->arch.cputm_start; in kvm_s390_get_cpu_timer() 3713 return value; in kvm_s390_get_cpu_timer()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 68 intptr_t value, intptr_t addend); 378 uintptr_t value = l->u.value; in tcg_resolve_relocs() local 381 if (!patch_reloc(r->ptr, r->type, value, r->addend)) { in tcg_resolve_relocs()
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | coding-style.rst | 509 __init void * __must_check action(enum magic value, size_t size, u8 count, 522 - parámetros de la función (aquí, ``(enum magic value, size_t size, u8 count, char *fmt, ...)``, 535 static __always_inline __init __printf(4, 5) void * __must_check action(enum magic value,
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.debug | 291 based on the chip identification register value. 1222 debug based on the ODMDATA value. This value is part of
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 137 int bitnum, int value) in wait_for_bit_change() argument 146 if (REG_GET(dsi, idx, bitnum, bitnum) == value) in wait_for_bit_change() 153 if (REG_GET(dsi, idx, bitnum, bitnum) == value) in wait_for_bit_change()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 1605 void bnx2x_update_max_mf_config(struct bnx2x *bp, u32 value) in bnx2x_update_max_mf_config() argument 1610 if (value != bnx2x_extract_max_cfg(bp, mf_cfg)) { in bnx2x_update_max_mf_config() 1615 mf_cfg |= (value << FUNC_MF_CFG_MAX_BW_SHIFT) in bnx2x_update_max_mf_config()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | RPL-1.1 | 145 …asonable value of the licenses granted by said Respondent under Sections 3 and 4 shall be taken in…
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 2833 struct callchain_param *callchain = opt->value; in parse_callchain_opt() 3217 bool *event_set = (bool *) opt->value; in parse_record_events()
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 2505 static void e100_set_msglevel(struct net_device *netdev, u32 value) in e100_set_msglevel() argument 2508 nic->msg_enable = value; in e100_set_msglevel()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 646 intel_sdvo_get_value(struct intel_sdvo *intel_sdvo, u8 cmd, void *value, int len) in intel_sdvo_get_value() argument 651 return intel_sdvo_read_response(intel_sdvo, value, len); in intel_sdvo_get_value()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 409 Consider replacing the sysctl range checking value with the shared 997 complicated. So on a single line assign value to a single variable
|