/openbmc/u-boot/common/ |
H A D | edid.c | 87 struct edid_detailed_timing *t = (struct edid_detailed_timing *)buf; in decode_timing() local 115 if (EDID_DETAILED_TIMING_FLAG_HSYNC_POLARITY(*t)) in decode_timing() 119 if (EDID_DETAILED_TIMING_FLAG_VSYNC_POLARITY(*t)) in decode_timing() 124 if (EDID_DETAILED_TIMING_FLAG_INTERLACED(*t)) in decode_timing()
|
/openbmc/linux/lib/vdso/ |
H A D | gettimeofday.c | 335 __kernel_old_time_t t; in __cvdso_time_data() local 341 t = READ_ONCE(vd[CS_HRES_COARSE].basetime[CLOCK_REALTIME].sec); in __cvdso_time_data() 344 *time = t; in __cvdso_time_data() 346 return t; in __cvdso_time_data()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | patch.bbclass | 5 # Point to an empty file so any user's custom settings don't break things 11 # in patches can change file modes when they shouldn't: 28 # For some recipes do_unpack doesn't exist, ignore it 121 # don't generate the same temp file name.
|
/openbmc/linux/net/sched/ |
H A D | act_ctinfo.c | 293 struct tcf_t t; in tcf_ctinfo_dump() local 299 tcf_tm_dump(&t, &ci->tcf_tm); in tcf_ctinfo_dump() 300 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD)) in tcf_ctinfo_dump()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space.c | 332 struct config_field_entry *cfg_entry, *t; in xen_pcibk_config_free_dyn_fields() local 340 list_for_each_entry_safe(cfg_entry, t, &dev_data->config_fields, list) { in xen_pcibk_config_free_dyn_fields() 376 struct config_field_entry *cfg_entry, *t; in xen_pcibk_config_free_dev() local 383 list_for_each_entry_safe(cfg_entry, t, &dev_data->config_fields, list) { in xen_pcibk_config_free_dev()
|
/openbmc/linux/include/linux/usb/ |
H A D | pd.h | 216 #define PDO_TYPE(t) ((t) << PDO_TYPE_SHIFT) argument 274 #define PDO_APDO_TYPE(t) ((t) << PDO_APDO_TYPE_SHIFT) argument
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ths8200.c | 61 static inline unsigned htotal(const struct v4l2_bt_timings *t) in htotal() argument 63 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal() 66 static inline unsigned vtotal(const struct v4l2_bt_timings *t) in vtotal() argument 68 return V4L2_DV_BT_FRAME_HEIGHT(t); in vtotal()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 198 const struct btf_type *ncit, *nct, *t; in BTF_ID() local 203 t = btf_type_by_id(reg->btf, reg->btf_id); in BTF_ID() 204 if (t != nct && t != ncit) { in BTF_ID()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-evb.dtsi | 166 * NOTE: vcc_sd isn't hooked up on v1.0 boards where power comes from 167 * vcc_io directly. Those boards won't be able to power cycle SD cards 168 * but it shouldn't hurt to toggle this pin there anyway. 341 * Default drive strength isn't enough to achieve even
|
/openbmc/linux/samples/bpf/ |
H A D | map_perf_test_user.c | 22 #define TEST_BIT(t) (1U << (t)) argument 77 static int check_test_flags(enum test_type t) in check_test_flags() argument 79 return test_flags & TEST_BIT(t); in check_test_flags()
|
/openbmc/qemu/target/ppc/ |
H A D | misc_helper.c | 425 target_ulong v, t; in helper_fixup_thrm() local 448 t = v & THRM1_THRES(127); in helper_fixup_thrm() 449 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm() 452 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 1742 u8 t, bool is2t) in _rtl92d_phy_iq_calibrate() argument 1768 if (t == 0) { in _rtl92d_phy_iq_calibrate() 1783 if (t == 0) in _rtl92d_phy_iq_calibrate() 1850 result[t][4] = (rtl_get_bbreg(hw, 0xeb4, in _rtl92d_phy_iq_calibrate() 1852 result[t][5] = (rtl_get_bbreg(hw, 0xebc, in _rtl92d_phy_iq_calibrate() 1854 result[t][6] = (rtl_get_bbreg(hw, 0xec4, in _rtl92d_phy_iq_calibrate() 1879 if (t != 0) { in _rtl92d_phy_iq_calibrate() 1905 long result[][8], u8 t) in _rtl92d_phy_iq_calibrate_5g_normal() argument 1935 if (t == 0) { in _rtl92d_phy_iq_calibrate_5g_normal() 1959 if (t == 0) in _rtl92d_phy_iq_calibrate_5g_normal() [all …]
|
/openbmc/linux/sound/core/ |
H A D | pcm_native.c | 2432 t.min = UINT_MAX; in snd_pcm_hw_rule_sample_bits() 2433 t.max = 0; in snd_pcm_hw_rule_sample_bits() 2434 t.openmin = 0; in snd_pcm_hw_rule_sample_bits() 2435 t.openmax = 0; in snd_pcm_hw_rule_sample_bits() 2444 t.min = bits; in snd_pcm_hw_rule_sample_bits() 2446 t.max = bits; in snd_pcm_hw_rule_sample_bits() 2448 t.integer = 1; in snd_pcm_hw_rule_sample_bits() 2480 t.min = 0; in snd_pcm_hw_rule_buffer_bytes_max() 2482 t.openmin = 0; in snd_pcm_hw_rule_buffer_bytes_max() 2483 t.openmax = 0; in snd_pcm_hw_rule_buffer_bytes_max() [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | alternate-conflict-bool-string.err | 2 alternate-conflict-bool-string.json:2: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-enum-int.err | 2 alternate-conflict-enum-int.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-enum-bool.err | 2 alternate-conflict-enum-bool.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-num-string.err | 2 alternate-conflict-num-string.json:2: branch 'two' can't be distinguished from 'one'
|
H A D | union-base-union.err | 2 union-base-union.json:17: 'base' requires a struct type, union type 'UnionBase' isn't
|
H A D | union-invalid-base.err | 2 union-invalid-base.json:8: 'base' requires a struct type, built-in type 'int' isn't
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 265.out | 3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
H A D | 174.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=262144
|
H A D | 150.out.qcow2 | 10 0 0x100000 TEST_DIR/t.IMGFMT
|
/openbmc/openbmc/meta-google/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 1 # Platforms with Hoth don't use the U-Boot environment since this would allow
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | test_abs.S | 15 p0 = cmp.eq(r3, r2); if (p0.new) jump:t pass
|
H A D | test_mpyi.S | 15 p0 = cmp.eq(r3, #24); if (p0.new) jump:t pass
|