Home
last modified time | relevance | path

Searched refs:t (Results 2301 – 2325 of 8705) sorted by relevance

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

/openbmc/linux/drivers/media/tuners/
H A Dmax2165.c181 u32 t; in max2165_set_rf() local
204 t = priv->tf_balun_low_ref; in max2165_set_rf()
205 t += (priv->tf_balun_hi_ref - priv->tf_balun_low_ref) in max2165_set_rf()
208 tf = t; in max2165_set_rf()
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-common.h419 static inline void debug_tree(const_tree t) in debug_tree() argument
421 debug_tree(CONST_CAST_TREE(t)); in debug_tree()
429 #define debug_tree(t) debug_tree(CONST_CAST_TREE(t)) argument
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h283 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_connac_txwi_to_txp() argument
287 if (!t) in mt76_connac_txwi_to_txp()
290 txwi = mt76_get_txwi_ptr(dev, t); in mt76_connac_txwi_to_txp()
423 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t,
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c362 static int __wait_for_cpus(atomic_t *t, long long timeout) in __wait_for_cpus() argument
366 atomic_inc(t); in __wait_for_cpus()
368 while (atomic_read(t) < all_cpus) { in __wait_for_cpus()
371 all_cpus - atomic_read(t)); in __wait_for_cpus()
/openbmc/linux/fs/hpfs/
H A Dhpfs_fn.h337 static inline time64_t local_to_gmt(struct super_block *s, time64_t t) in local_to_gmt() argument
340 return t + sys_tz.tz_minuteswest * 60 + hpfs_sb(s)->sb_timeshift; in local_to_gmt()
343 static inline time32_t gmt_to_local(struct super_block *s, time64_t t) in gmt_to_local() argument
346 return t - sys_tz.tz_minuteswest * 60 - hpfs_sb(s)->sb_timeshift; in gmt_to_local()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_suballoc.c360 long t; in drm_suballoc_new() local
363 t = dma_fence_wait_any_timeout(fences, count, intr, in drm_suballoc_new()
369 r = (t > 0) ? 0 : t; in drm_suballoc_new()
/openbmc/linux/Documentation/usb/
H A Diuu_phoenix.rst16 guru, so don't blame me if your system is unstable
81 Don't worry about the serial settings, the serial emulation
86 The autodetect feature used is the serial CD. If that doesn't
/openbmc/linux/Documentation/sound/cards/
H A Dbt87x.rst22 into your sound card's line-in you probably don't need this driver if all
34 The driver is now stable. However, it doesn't know about many TV cards,
35 and it refuses to load for cards it doesn't know.
H A Dcmipci.rst26 Please note that the CM8x38 DAC doesn't support continuous playback
46 It's a very pity that I didn't save the register dump at that
147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
174 On some cards this doesn't work and you need to change the
182 [FIXME: this doesn't work on all chips..]
206 subframes, pass the "soft_ac3=0" module option. This doesn't matter
233 0x330. Choose a value that doesn't conflict with other cards.
252 I don't know why..
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst50 mount -t debugfs none /sys/kernel/debug
223 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
224 KOBJ=$(cd $KOBJ; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dfix-security-format.patch33 if (!error_in_archive) /* don't overwrite stronger error */
55 error_in_archive = PK_WARN; /* didn't find sig */
95 error_in_archive = PK_WARN; /* didn't find sig */
/openbmc/qemu/docs/system/
H A Dtarget-openrisc.rst39 If you don't care about reproducing the idiosyncrasies of a particular
42 is a platform which doesn't correspond to any real hardware and is designed for
52 by the title text of each file, which isn't the same ordering
/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c216 time_t t; in run_receiver() local
218 t = current_nsec(); in run_receiver()
220 in_read_ns += (current_nsec() - t); in run_receiver()
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h308 static inline void vec_init_vq_map(enum vec_type t) { } in vec_init_vq_map() argument
309 static inline void vec_update_vq_map(enum vec_type t) { } in vec_update_vq_map() argument
310 static inline int vec_verify_vq_map(enum vec_type t) { return 0; } in vec_verify_vq_map() argument
/openbmc/linux/drivers/iio/adc/
H A Dad7292.c122 struct spi_transfer t[] = { in ad7292_single_conversion() local
139 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad7292_single_conversion()
/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.h263 u64 t = ktime_get_real_seconds(); in nilfs_sb_need_update() local
265 return t < nilfs->ns_sbwtime || in nilfs_sb_need_update()
266 t > nilfs->ns_sbwtime + nilfs->ns_sb_update_freq; in nilfs_sb_need_update()
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c253 static void wait_for_sibling_cpu(atomic_t *t, long long timeout) in wait_for_sibling_cpu() argument
259 atomic_inc(t); in wait_for_sibling_cpu()
260 while (atomic_read(t) < all_cpus) { in wait_for_sibling_cpu()
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/
H A Dquilt.inc34 # Make sure we don't have "-w" in shebang lines: it breaks using
40 # Don't setup symlinks to host utilities, we don't need them
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst49 +-----------------------------+ +--|t | |
51 | Target board: | 0 | t |--+ |0 | 18:03:73:66:87:42 -i eth0 \|
58 | | 0 | t | | | Workstation1 |
60 | |Mb | 1 | +--|t | |
140 | |tc0 | |tc1 | |tc2 |t t|tc0 | | e
345 | +----+ +----+ +----+ +----+ t t +----+ +----+ +----+ +----+ |
371 | |tc0 | |tc1 | |tc2 |t t|tc0 | |tc1 | |tc2 | | e
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c309 int saa7164_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t) in saa7164_g_tuner() argument
315 if (0 != t->index) in saa7164_g_tuner()
318 strscpy(t->name, "tuner", sizeof(t->name)); in saa7164_g_tuner()
319 t->capability = V4L2_TUNER_CAP_NORM | V4L2_TUNER_CAP_STEREO; in saa7164_g_tuner()
320 t->rangelow = SAA7164_TV_MIN_FREQ; in saa7164_g_tuner()
321 t->rangehigh = SAA7164_TV_MAX_FREQ; in saa7164_g_tuner()
323 dprintk(DBGLVL_ENC, "VIDIOC_G_TUNER: tuner type %d\n", t->type); in saa7164_g_tuner()
329 const struct v4l2_tuner *t) in saa7164_s_tuner() argument
331 if (0 != t->index) in saa7164_s_tuner()
/openbmc/linux/Documentation/process/
H A Dbotching-up-ioctls.rst34 platforms don't necessarily align 64-bit values to 64-bit boundaries, but
61 extension is supported on a given kernel. If you can't rely on old kernels
68 but isn't a complete solution since newer userspace on older kernels won't
87 Nowadays we don't have any excuse left any more for drm drivers being neat
96 server doesn't bother with clamping itself and the cursor wraps around the
116 * If you can't make a given codepath restartable make a stuck task at least
117 killable. GPUs just die and your users won't like you more if you hang their
155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
196 already or not. I haven't tried this myself yet due to lack of a new class
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_non_uniq_symbol.tc9 if [ "$(grep -c -E "[[:alnum:]]+ t ${SYMBOL}" /proc/kallsyms)" -le '1' ]; then
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dse-Vato1 # Sweden - Vätö
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp40 arg_types(bool in, std::tuple<Tp...>& t, std::vector<DbusArgument>& v, in arg_types() argument
48 bool in, std::tuple<Tp...>& t, std::vector<DbusArgument>& v,
66 arg_types<TupleIndex + 1, Tp...>(in, t, v, arg_names);
72 void arg_types(bool in, Element& t, std::vector<DbusArgument>& v, in arg_types() argument
94 InputTupleType t; in LambdaDbusMethod() local
95 arg_types(true, t, args); in LambdaDbusMethod()
106 InputTupleType t; in LambdaDbusMethod() local
107 arg_types(true, t, args, &input_arg_names); in LambdaDbusMethod()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c48 static int test_btf_dump_case(int n, struct btf_dump_test_case *t) in test_btf_dump_case() argument
55 snprintf(test_file, sizeof(test_file), "%s.bpf.o", t->file); in test_btf_dump_case()
69 if (!t->known_ptr_sz) { in test_btf_dump_case()
76 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case()
96 snprintf(test_file, sizeof(test_file), "progs/%s.c", t->file); in test_btf_dump_case()
102 snprintf(test_file, sizeof(test_file), "%s.c", t->file); in test_btf_dump_case()
867 struct btf_dump_test_case *t = &btf_dump_test_cases[i]; in test_btf_dump() local
869 if (!test__start_subtest(t->name)) in test_btf_dump()

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