Home
last modified time | relevance | path

Searched refs:t (Results 3876 – 3900 of 8705) sorted by relevance

1...<<151152153154155156157158159160>>...349

/openbmc/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst9 KVM). It doesn't cover the interaction of the kernel with the
19 On arm and arm64 (without VHE), the kernel doesn't run in hypervisor
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.h156 #define INTEL_CNVX_TOP_PACK_SWAB(t, s) __swab16(((__u16)(((t) << 4) | (s)))) argument
/openbmc/linux/Documentation/nvme/
H A Dfeature-and-quirk-policy.rst65 hardware, usually consumer, which Linux users can't use without these quirks.
74 Quirks will not be added to the Linux kernel for hardware that isn't available
/openbmc/linux/drivers/iio/dac/
H A Dad5504.c79 struct spi_transfer t = { in ad5504_spi_read() local
86 ret = spi_sync_transfer(st->spi, &t, 1); in ad5504_spi_read()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_loc.h148 void retransmit_timer(struct timer_list *t);
149 void rnr_nak_timer(struct timer_list *t);
/openbmc/linux/drivers/mailbox/
H A Dmailbox-altera.c131 static void altera_mbox_poll_rx(struct timer_list *t) in altera_mbox_poll_rx() argument
133 struct altera_mbox *mbox = from_timer(mbox, t, rxpoll_timer); in altera_mbox_poll_rx()
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/
H A Dtcl_8.6.14.bb44 # It doesn't install tzdata if one of the following files exist on the host:
72 # isn't getting picked up by shlibs code
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A DKconfig119 Max FCK is 173MHz, so this doesn't work if your PCK
131 disable the sleep if it doesn't cause problems on your platform.
/openbmc/linux/drivers/pwm/
H A Dpwm-vt8500.c55 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py215 for t in args.tests:
216 (dir_name, base_name) = os.path.split(t)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-14.1.inc50 file://0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
59 file://0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker-miners/
H A D0001-fix-reproducibility.patch2 From: Markus Volk <f_l_k@t-online.de>
13 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/openbmc/meta-arm/documentation/
H A Dtrusted-services.md31 …is required. If your platform doesn't include it already you can add `arm-ffa` into MACHINE_FEATUR…
34 …For running the `uefi-test` or the `xtest -t ffa_spmc` tests under Linux the `arm-ffa-user` drivel…
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst22 Early versions of ``kunit.py`` (before 5.6) didn't work unless run from
74 This is a relatively new feature (5.12+) so we don't have any
128 $ lcov -t "my_kunit_tests" -o coverage.info -c -d .kunit/
135 If your installed version of gcc doesn't work, you can tweak the steps:
140 $ lcov -t "my_kunit_tests" -o coverage.info -c -d .kunit/ --gcov-tool=/usr/bin/gcov-6
209 most test authors won't think about.
/openbmc/linux/Documentation/admin-guide/
H A Dsysrq.rst80 echo t > /proc/sysrq-trigger
133 ``t`` Will dump a list of current tasks and their information to your
186 safely written to the disk. Note that the sync hasn't taken place until you see
191 isn't complete until you see the "OK" and "Done" message appear on the screen.
221 which don't have a SysRq key at all. In these cases, run ``showkey -s`` to find
260 a lock (you are also in an interrupt handler, which means don't sleep!), so
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h717 #define sse128_lo(x) ({ __sse128_u t; t.vec = x; t.as_u64[0]; })
718 #define sse128_hi(x) ({ __sse128_u t; t.vec = x; t.as_u64[1]; })
/openbmc/linux/drivers/net/slip/
H A Dslip.c110 static void sl_keepalive(struct timer_list *t);
111 static void sl_outfill(struct timer_list *t);
1379 static void sl_outfill(struct timer_list *t) argument
1381 struct slip *sl = from_timer(sl, t, outfill_timer);
1410 static void sl_keepalive(struct timer_list *t) argument
1412 struct slip *sl = from_timer(sl, t, keepalive_timer);
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst66 dcache isn't pruned yet.
103 dynamically, but can't free them yet.
179 When set to "1" don't allow ``O_CREAT`` open on FIFOs that we don't own
217 When set to "1" don't allow ``O_CREAT`` open on regular files that we
218 don't own in world writable sticky directories, unless they are
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-simple.yaml338 - urt,umsh-8596md-t
339 - urt,umsh-8596md-1t
340 - urt,umsh-8596md-7t
341 - urt,umsh-8596md-11t
342 - urt,umsh-8596md-19t
343 - urt,umsh-8596md-20t
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Drepository.c493 enum ps3_interrupt_type t; in ps3_repository_find_interrupt() local
497 repo->dev_index, res_index, &t, &id); in ps3_repository_find_interrupt()
505 if (t == intr_type) { in ps3_repository_find_interrupt()
531 enum ps3_reg_type t; in ps3_repository_find_reg() local
536 repo->dev_index, res_index, &t, &a, &l); in ps3_repository_find_reg()
544 if (t == reg_type) { in ps3_repository_find_reg()
/openbmc/linux/Documentation/driver-api/
H A Dxillybus.rst67 It's however common that the desired data communication doesn't fit any well-
86 their attributes), there isn't one specific chunk of logic being the Xillybus
238 doesn't expect a card to go away all of the sudden. But since the PCIe card
249 doesn't follow the common practice of checking a status register when it's
297 but it doesn't block. There is also an autoflushing mechanism, which triggers
303 the "synchronous" attribute nonzero, since synchronous pipes don't allow data
314 will also work, but the driver can't send partially completed words to the
319 when a buffer is flushed, it may contain up to 3 bytes don't form a word in
320 the FPGA, and hence can't be sent. To prevent loss of data, these leftover
/openbmc/linux/Documentation/usb/
H A Dusb-serial.rst136 If it doesn't work for some reason, load both the usbserial and ipaq module
166 - blocking write when serial line can't keep up
171 Things that don't:
173 - device ID isn't right, might collide with other Keyspan products
199 The USA-28 isn't yet supported though doing so should be pretty
363 * Don't forget to create the device nodes for ttyUSB{0,1,2,...}
400 - Edgeport/4t
495 don't have one of these devices, so I can't say for sure.
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass52 # if the src doesn't exist don't do anything
258 # something fails (e.g. a postinst), this won't get written and we would
305 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
335 # else the code below won't recurse into them.
449 for t in invalidate_tasks:
450 bb.note("Invalidating stamps for task %s" % t)
451 bb.build.clean_stamp(t, d)
543 … # If we don't do this, the recipe sysroot will be placed in the wrong WORKDIR for multilibs
/openbmc/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst21 file descriptor for these operations if we don't already have one open.
30 The actual problem with autofs is that it can't reconnect to existing
32 autofs file systems would solve it, but alas, that can't work. This is
102 somewhat more detail to the implementation but it isn't needed for the
162 the daemon until we can't umount any more mounts, then return the
230 not a valid descriptor or doesn't correspond to an autofs mount point
394 it isn't a mountpoint. In both cases the device number (as returned
403 is one or 0 if it isn't a mountpoint.
408 a match isn't found a fail is returned. If the located path is the
H A Dext2.rst24 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
56 nouser_xattr Don't support "user." extended attributes.
60 noacl Don't support POSIX ACLs.
168 The flags field contains some ext2-specific flags which aren't catered
248 a kernel which didn't know anything about this feature could read/write
255 take any special notice of it if it doesn't understand ext3 journaling.
274 doesn't understand compression, you would just get garbage back from
280 flags than the kernel. If it doesn't understand ANY of the COMPAT,
301 - per-file if you don't have the source: use "chattr +S" on the file

1...<<151152153154155156157158159160>>...349