Home
last modified time | relevance | path

Searched refs:tiny (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c188 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; in xe_migrate_sanity_test() local
227 if (IS_ERR(tiny)) { in xe_migrate_sanity_test()
229 PTR_ERR(tiny)); in xe_migrate_sanity_test()
282 xe_map_memset(xe, &tiny->vmap, 0, 0x22, tiny->size); in xe_migrate_sanity_test()
284 fence = xe_migrate_clear(m, tiny, tiny->ttm.resource, in xe_migrate_sanity_test()
290 retval = xe_map_rd(xe, &tiny->vmap, 0, u32); in xe_migrate_sanity_test()
292 retval = xe_map_rd(xe, &tiny->vmap, tiny->size - 4, u32); in xe_migrate_sanity_test()
296 test_copy_sysmem(m, tiny, test); in xe_migrate_sanity_test()
299 test_copy_vram(m, tiny, test); in xe_migrate_sanity_test()
327 xe_bo_unpin(tiny); in xe_migrate_sanity_test()
[all …]
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dspi_oc_tiny.txt1 OpenCores tiny SPI
4 - compatible : should be "opencores,tiny-spi-rtlsvn2".
/linux-6.15/arch/parisc/math-emu/
H A Dcnv_float.h95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
97 tiny = TRUE; \
111 tiny = FALSE; \
119 tiny = FALSE; \
127 tiny = FALSE; \
/linux-6.15/Documentation/driver-api/gpio/
H A Dbt8xxgpio.rst21 GPIO pin and solder that to some tiny wire. As the chip package really is tiny
/linux-6.15/arch/x86/
H A DKconfig.cpu349 makes the kernel a tiny bit smaller. Disabling it on an Intel
363 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
376 makes the kernel a tiny bit smaller. Disabling it on an AMD
390 makes the kernel a tiny bit smaller. Disabling it on an Hygon
403 makes the kernel a tiny bit smaller. Disabling it on a Centaur
417 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
431 makes the kernel a tiny bit smaller. Disabling it on a UMC
444 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin
458 makes the kernel a tiny bit smaller.
/linux-6.15/kernel/rcu/
H A DMakefile17 obj-$(CONFIG_TINY_RCU) += tiny.o
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_tcp_info_tcp-info-sndbuf-limited.pkt25 // cwnd goes from 40(60KB) to 80(120KB), and that we hit the tiny sndbuf limit 10KB
H A Dtcp_nagle_sendmsg_msg_more.pkt2 // Test the MSG_MORE flag will correctly corks the tiny writes
/linux-6.15/arch/arm64/kernel/vdso/
H A DMakefile43 CC_FLAGS_ADD_VDSO := -O2 -mcmodel=tiny -fasynchronous-unwind-tables
/linux-6.15/Documentation/fb/
H A Dgxfb.rst14 without using tiny, unreadable fonts.
H A Dlxfb.rst15 without using tiny, unreadable fonts.
H A Dpvr2fb.rst11 without using tiny, unreadable fonts (NOT on the Dreamcast)
H A Daty128fb.rst13 without using tiny, unreadable fonts.
/linux-6.15/scripts/kconfig/
H A DMakefile117 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
118 $(Q)$(MAKE) -f $(srctree)/Makefile tiny.config
/linux-6.15/arch/powerpc/boot/dts/
H A Dpcm030.dts3 * phyCORE-MPC5200B-tiny (pcm030) board Device Tree Source
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd42 to flush its tiny changes explicitly at higher than default rate.
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-hsv.rst24 \tiny
H A Dpixfmt-yuv-luma.rst24 \tiny
/linux-6.15/Documentation/filesystems/ext4/
H A Dinlinedata.rst7 data is so tiny that it readily fits inside the inode, which
/linux-6.15/Documentation/scsi/
H A DChangeLog.sym53c8xx_224 - A tiny bug in the dma memory freeing path has been fixed.
100 - A couple of tiny fixes ...
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dallwinner,sun8i-a83t-ths.yaml11 - Yangtao Li <tiny[email protected]>
/linux-6.15/drivers/acpi/
H A DMakefile80 obj-$(CONFIG_ACPI_TINY_POWER_BUTTON) += tiny-power-button.o
/linux-6.15/Documentation/leds/
H A Dleds-blinkm.rst7 They are RGB-LED modules driven by a (AT)tiny microcontroller and
/linux-6.15/drivers/gpu/drm/
H A DMakefile207 obj-y += tiny/
/linux-6.15/Documentation/gpu/
H A Dintroduction.rst120 simple graphic devices. For example, the `drivers/gpu/drm/tiny/` directory has a
128 The tiny DRM drivers are good examples to understand how DRM drivers should look

123