Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 42) sorted by relevance

12

/drivers/mtd/spi-nor/
A DKconfig14 bool "Use small 4096 B erase sectors"
17 Many flash memories support erasing small (4096 B) sectors. Depending
20 Changing a small part of the flash's contents is usually faster with
21 small sectors. On the other hand erasing should be faster when using
/drivers/atm/
A Dnicstarmac.copyright25 * IDT always receives data into a small buffer, then large buffers
30 * copy small buffer contents to head of large buffer.
A DKconfig75 bursts must be disabled and only (slower) small bursts can be used.
284 conditions, e.g. when a fast host continuously submits very small
/drivers/staging/fbtft/
A DKconfig3 tristate "Support for small TFT LCD display modules"
143 display controller. The controller is intended for small color
A DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/drivers/gpu/drm/ttm/tests/
A Dttm_bo_validate_test.c767 u32 small = SZ_8K, medium = SZ_512K, in ttm_bo_validate_happy_evict() local
768 big = MANAGER_SIZE - (small + medium); in ttm_bo_validate_happy_evict()
769 u32 bo_sizes[] = { small, medium, big }; in ttm_bo_validate_happy_evict()
806 KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, small * 2 + BO_SIZE); in ttm_bo_validate_happy_evict()
934 u32 small = SZ_8K, big = MANAGER_SIZE - BO_SIZE; in ttm_bo_validate_deleted_evict() local
963 bo_small = ttm_bo_kunit_init(test, test->priv, small, NULL); in ttm_bo_validate_deleted_evict()
972 KUNIT_EXPECT_EQ(test, ttm_resource_manager_usage(man), small); in ttm_bo_validate_deleted_evict()
/drivers/net/wireless/broadcom/brcm80211/
A DKconfig35 issues. This option adds a small amount of overhead when tracing
/drivers/gpu/drm/ci/xfails/
A Damdgpu-stoney-fails.txt19 kms_addfb_basic@bo-too-small,Fail
A Dvirtio_gpu-none-fails.txt2 kms_addfb_basic@bo-too-small,Fail
/drivers/net/ethernet/apple/
A DKconfig37 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/drivers/firmware/efi/libstub/
A DMakefile13 cflags-$(CONFIG_X86_64) := -mcmodel=small
/drivers/nvme/host/
A Dpci.c144 struct dma_pool *small; member
437 if (pools->small) in nvme_setup_descriptor_pools()
448 pools->small = dma_pool_create_node("nvme descriptor small", dev->dev, in nvme_setup_descriptor_pools()
450 if (!pools->small) { in nvme_setup_descriptor_pools()
467 dma_pool_destroy(pools->small); in nvme_release_descriptor_pools()
640 return nvmeq->descriptor_pools.small; in nvme_dma_pool()
1044 sg_list = dma_pool_alloc(nvmeq->descriptor_pools.small, GFP_ATOMIC, in nvme_pci_setup_meta_sgls()
1231 dma_pool_free(nvmeq->descriptor_pools.small, iod->meta_descriptor, in nvme_unmap_metadata()
/drivers/net/can/
A Dgrcan.c939 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; in grcan_allocate_dma_buffers() local
965 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers()
969 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
/drivers/net/ethernet/dec/tulip/
A DKconfig98 interrupts even at low levels of traffic at the cost of a small
/drivers/gpu/drm/i915/
A DKconfig.profile34 the GGTT mmap can be very slow and so we impose a small hysteris
/drivers/pinctrl/intel/
A DKconfig13 so only a small amount is available for gpio use.
/drivers/net/ethernet/brocade/bna/
A Dbna.h189 (q1) = rxp->rxq.slr.small; \
A Dbna_types.h601 struct bna_rxq *small; member
/drivers/net/wireless/intel/iwlwifi/
A DKconfig152 (though rather small) overhead.
/drivers/uio/
A DKconfig9 to be written in userspace. Note that a small kernel driver
/drivers/net/hamradio/
A DKconfig8 and a Terminal Node Controller (a small embedded system commonly
/drivers/crypto/chelsio/
A Dchcr_algo.c512 int small; in ulptx_walk_add_sg() local
530 small = min_t(unsigned int, sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg()
531 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg()
546 small = min(sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg()
547 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg()
/drivers/gpio/
A DTODO172 A small number of drivers have been converted (pl061, tegra186, msm,
/drivers/pci/
A DKconfig322 multiple GPUS. The overhead for each GPU is very small.
/drivers/media/usb/dvb-usb/
A DKconfig130 Avermedia and other big and small companies.

Completed in 806 milliseconds

12