Home
last modified time | relevance | path

Searched refs:t (Results 2476 – 2500 of 8705) sorted by relevance

1...<<919293949596979899100>>...349

/openbmc/u-boot/common/
H A Dedid.c87 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 Dgettimeofday.c335 __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 Dpatch.bbclass5 # 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 Dact_ctinfo.c293 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 Dconf_space.c332 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 Dpd.h216 #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 Dths8200.c61 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 Dnf_conntrack_bpf.c198 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 Drk3288-evb.dtsi166 * 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 Dmap_perf_test_user.c22 #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 Dmisc_helper.c425 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 Dphy.c1742 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 Dpcm_native.c2432 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 Dalternate-conflict-bool-string.err2 alternate-conflict-bool-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-enum-int.err2 alternate-conflict-enum-int.json:4: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-enum-bool.err2 alternate-conflict-enum-bool.json:4: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-num-string.err2 alternate-conflict-num-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dunion-base-union.err2 union-base-union.json:17: 'base' requires a struct type, union type 'UnionBase' isn't
H A Dunion-invalid-base.err2 union-invalid-base.json:8: 'base' requires a struct type, built-in type 'int' isn't
/openbmc/qemu/tests/qemu-iotests/
H A D265.out3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
H A D174.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=262144
H A D150.out.qcow210 0 0x100000 TEST_DIR/t.IMGFMT
/openbmc/openbmc/meta-google/recipes-phosphor/network/
H A Dphosphor-network_%.bbappend1 # Platforms with Hoth don't use the U-Boot environment since this would allow
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_abs.S15 p0 = cmp.eq(r3, r2); if (p0.new) jump:t pass
H A Dtest_mpyi.S15 p0 = cmp.eq(r3, #24); if (p0.new) jump:t pass

1...<<919293949596979899100>>...349