Home
last modified time | relevance | path

Searched refs:t (Results 2851 – 2875 of 8705) sorted by relevance

1...<<111112113114115116117118119120>>...349

/openbmc/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst88 mount -t ext2 -o ro /dev/hde1 /mnt
119 Please don't mind the weird loop above, busybox's msh doesn't know
127 device if we don't want to resume. The line "echo 254:0 > /sys/power/resume"
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi470x.rst106 sox -2 --endian little -r 96000 -t oss /dev/dsp1 -t oss /dev/dsp
112 sox --endian little -c 2 -S -r 96000 -t alsa hw:1 -t alsa -r 96000 hw:0
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier_log.c273 struct btf_type *t; in verif_btf_log_subtest() local
291 t = (void *)btf__type_by_id(btf, res); in verif_btf_log_subtest()
292 if (!ASSERT_OK_PTR(t, "int_btf_type")) in verif_btf_log_subtest()
294 t->size = 3; in verif_btf_log_subtest()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h435 extern void rtw_join_timeout_handler(struct timer_list *t);
436 extern void _rtw_scan_timeout_handler(struct timer_list *t);
514 extern void _rtw_join_timeout_handler(struct timer_list *t);
515 extern void rtw_scan_timeout_handler(struct timer_list *t);
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c542 struct arm_smmu_bond *bond = NULL, *t; in arm_smmu_sva_remove_dev_pasid() local
546 list_for_each_entry(t, &master->bonds, list) { in arm_smmu_sva_remove_dev_pasid()
547 if (t->mm == mm) { in arm_smmu_sva_remove_dev_pasid()
548 bond = t; in arm_smmu_sva_remove_dev_pasid()
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-issues.rst15 you don't find any, install `the latest release from that series
26 don't find any to join, install `the latest mainline kernel
66 process won't feel wasted in the end:
165 help yourself, if you don't get any help or if it's unsatisfying.
256 development community, and this document. That's why you can't demand
458 Make sure your kernel doesn't get enhanced
813 made a backup, as you were instructed above, didn't you?
1453 Don't get devastated if you don't find any help or if the issue in the end does
1642 * If the commit doesn't tell you anything or if you can't find the fix, look
1684 other issues as well. But be aware that sometimes they can't or won't help; and
[all …]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwcfg.txt15 MAILPROGRAM =/usr/lib/sendmail -t
/openbmc/qemu/tests/qemu-iotests/
H A D123.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
H A D201.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
H A D005.out4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=5368709120000
H A D042.out4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
H A D107.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci107 // the function. This case deserves attention too, but I don't see
168 // don't know a proper way to inherit a function, not just its name
207 // Note interesting thing: if we don't do it here, and try to fixup
232 // block follow the propagation pattern and in other block doesn't.
295 // error checking in if conditionals. We can't merge this into
/openbmc/linux/drivers/iio/adc/
H A Ddln2-adc.c490 const struct dln2_adc_demux_table *t; in dln2_adc_trigger_h() local
501 t = &dln2->demux[i]; in dln2_adc_trigger_h()
502 memcpy((void *)data.values + t->to, in dln2_adc_trigger_h()
503 (void *)dev_data.values + t->from, t->length); in dln2_adc_trigger_h()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c20 void (*timed_out)(struct timer_list *t)) in asd_enqueue_internal() argument
71 static void asd_clear_nexus_timedout(struct timer_list *t) in asd_clear_nexus_timedout() argument
73 struct asd_ascb *ascb = from_timer(ascb, t, timer); in asd_clear_nexus_timedout()
245 static void asd_tmf_timedout(struct timer_list *t) in asd_tmf_timedout() argument
247 struct asd_ascb *ascb = from_timer(ascb, t, timer); in asd_tmf_timedout()
/openbmc/linux/security/keys/
H A Drequest_key.c39 struct task_struct *t = current; in cache_requested_key() local
42 if (!(t->flags & PF_KTHREAD)) { in cache_requested_key()
43 key_put(t->cached_requested_key); in cache_requested_key()
44 t->cached_requested_key = key_get(key); in cache_requested_key()
45 set_tsk_thread_flag(t, TIF_NOTIFY_RESUME); in cache_requested_key()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp135 auto t = pv::findByName(eventTypeName, pv::eventTypeValues); in getEventType() local
136 if (t == pv::eventTypeValues.end()) in getEventType()
143 return std::get<pv::fieldValuePos>(*t); in getEventType()
443 [&types](const auto& t) { types += t + '|'; }); in findCalloutList() argument
/openbmc/linux/Documentation/networking/
H A D6pack.rst73 don't know anything about it. I used a textual description of the 6pack
149 so the 6pack driver doesn't know anything about connects or data that
163 with the serial driver of 2.0.3x kernels. I don't know yet if the problem
170 occur when there is a bare AX.25 connection still running. I don't know if
177 and at least at the moment I won't be able to do it because I do not have
182 I haven't modified or removed them yet -- sorry! The code itself needs
/openbmc/linux/Documentation/filesystems/
H A Dromfs.rst11 file system which doesn't take up useful memory from the router
41 module. The kernel can be small enough, since it doesn't have other
46 from a nearby server, so you don't want to carry two disks for this
47 purpose, just because it won't fit into ext2.
154 this file system is the small code. On the other hand, don't be
159 romfs has also a mailing list, and to date, it hasn't received any
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c358 static struct fsl_otg_timer *fsl_otg_get_timer(enum otg_fsm_timer t) in fsl_otg_get_timer() argument
363 switch (t) { in fsl_otg_get_timer()
411 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer() argument
415 timer = fsl_otg_get_timer(t); in fsl_otg_fsm_add_timer()
433 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer() argument
437 timer = fsl_otg_get_timer(t); in fsl_otg_fsm_del_timer()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) argument
117 #define _SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) argument
119 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) argument
/openbmc/linux/Documentation/spi/
H A Dspidev.rst20 in userspace won't normally bring down any Linux system.
51 tables, if these don't already have an entry for the device. To do that,
150 speed, in Hz. The controller can't necessarily assign that specific
161 - From userspace, you can't currently change the chip select polarity;
171 won't see any I/O errors when talking to a non-existent device.
178 full duplex programming interface. (Although it doesn't perform a full duplex
/openbmc/linux/include/net/
H A Dpkt_cls.h513 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
514 #define tcf_em_tree_destroy(t) do { (void)(t); } while(0) argument
515 #define tcf_em_tree_dump(skb, t, tlv) (0) argument
516 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) argument
/openbmc/qemu/target/hppa/
H A Dmem_helper.c296 if (unlikely(ent->t)) { in hppa_get_physical_address()
511 ent->t = extract32(reg, 29, 1); in set_access_bits_pa11()
516 ent->ar_pl1, ent->ar_type, ent->b, ent->d, ent->t); in set_access_bits_pa11()
560 ent->t = extract64(r2, 61, 1); in itlbt_pa20()
576 ent->b, ent->d, ent->t); in itlbt_pa20()
769 btlb->t = 0; in HELPER()
/openbmc/linux/sound/x86/
H A DKconfig7 X86 sound devices that don't fall under SoC or PCI categories

1...<<111112113114115116117118119120>>...349