Home
last modified time | relevance | path

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

12

/linux/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
222 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm, in xe_migrate_sanity_test()
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()
[all …]
/linux/Documentation/devicetree/bindings/spi/
H A Dspi_oc_tiny.txt1 OpenCores tiny SPI
4 - compatible : should be "opencores,tiny-spi-rtlsvn2".
/linux/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/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/arch/x86/
H A DKconfig.cpu412 makes the kernel a tiny bit smaller. Disabling it on an Intel
426 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
439 makes the kernel a tiny bit smaller. Disabling it on an AMD
453 makes the kernel a tiny bit smaller. Disabling it on an Hygon
466 makes the kernel a tiny bit smaller. Disabling it on a Centaur
480 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
494 makes the kernel a tiny bit smaller. Disabling it on a UMC
507 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin
521 makes the kernel a tiny bit smaller.
/linux/kernel/rcu/
H A DMakefile17 obj-$(CONFIG_TINY_RCU) += tiny.o
/linux/Documentation/fb/
H A Dlxfb.rst15 without using tiny, unreadable fonts.
H A Dgxfb.rst14 without using tiny, unreadable fonts.
H A Daty128fb.rst13 without using tiny, unreadable fonts.
H A Dpvr2fb.rst11 without using tiny, unreadable fonts (NOT on the Dreamcast)
/linux/arch/arm64/kernel/vdso/
H A DMakefile43 CC_FLAGS_ADD_VDSO := -O2 -mcmodel=tiny -fasynchronous-unwind-tables
/linux/arch/powerpc/boot/dts/
H A Dpcm030.dts3 * phyCORE-MPC5200B-tiny (pcm030) board Device Tree Source
/linux/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/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd42 to flush its tiny changes explicitly at higher than default rate.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-hsv.rst24 \tiny
H A Dpixfmt-yuv-luma.rst24 \tiny
H A Dpixfmt-rgb.rst69 \tiny
778 \tiny
1064 \tiny
/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst7 data is so tiny that it readily fits inside the inode, which
/linux/Documentation/leds/
H A Dleds-blinkm.rst7 They are RGB-LED modules driven by a (AT)tiny microcontroller and
/linux/drivers/gpu/drm/
H A DMakefile208 obj-y += tiny/
/linux/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
/linux/Documentation/filesystems/
H A Dcramfs.rst66 handy for tiny embedded systems with very tight memory constraints.
/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c267 struct rv6xx_sclk_stepping tiny = in rv6xx_generate_steps() local
269 tiny.post_divider = next.post_divider; in rv6xx_generate_steps()
271 if (!rv6xx_reached_stepping_target(rdev, &tiny, &cur, !increasing_vco)) in rv6xx_generate_steps()
272 rv6xx_output_stepping(rdev, step_index++, &tiny); in rv6xx_generate_steps()
/linux/drivers/i2c/busses/
H A DMakefile141 obj-$(CONFIG_I2C_TINY_USB) += i2c-tiny-usb.o
/linux/Documentation/trace/
H A Dtracepoints.rst19 "off" it has no effect, except for adding a tiny time penalty

12