Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 25 of 100) sorted by relevance

1234

/drivers/mfd/
A Dstmpe.c35 unsigned int blocks; member
41 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_enable()
46 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable()
126 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable()
143 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable()
408 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
527 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
642 static int stmpe1600_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1600_enable()
776 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
877 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable()
[all …]
/drivers/md/
A Dmd-bitmap.c1519 sector_t blocks; in bitmap_daemon_work() local
1694 sector_t blocks; in bitmap_start_write() local
1748 sector_t blocks; in bitmap_end_write() local
1788 sector_t *blocks, bool degraded) in __bitmap_start_sync()
1819 sector_t *blocks, bool degraded) in bitmap_start_sync()
1843 sector_t *blocks, bool aborted) in __bitmap_end_sync()
1874 sector_t *blocks) in bitmap_end_sync()
1886 sector_t blocks; in bitmap_close_sync() local
1902 sector_t blocks; in bitmap_cond_end_sync() local
1934 sector_t sector, blocks = 0; in bitmap_sync_with_cluster() local
[all …]
A Ddm-ebs-target.c145 sector_t block, blocks, sector = bio->bi_iter.bi_sector; in __ebs_discard_bio() local
169 sector_t blocks, sector = bio->bi_iter.bi_sector; in __ebs_forget_bio() local
/drivers/gpu/drm/
A Ddrm_buddy.c737 struct list_head *blocks, in __alloc_range()
833 struct list_head *blocks) in __drm_buddy_alloc_range()
848 struct list_head *blocks) in __alloc_contig_try_harder()
921 struct list_head *blocks) in drm_buddy_block_trim()
1029 struct list_head *blocks, in drm_buddy_alloc_blocks()
/drivers/mtd/tests/
A Dspeedtest.c43 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase()
175 int err, i, blocks, j, k; in mtd_speedtest_init() local
/drivers/crypto/
A Dpadlock-sha.c248 int blocks = len / SHA1_BLOCK_SIZE; in padlock_sha1_update_nano() local
266 int blocks = len / SHA256_BLOCK_SIZE; in padlock_sha256_update_nano() local
/drivers/edac/
A Dedac_device.h130 struct edac_device_block *blocks; /* block array */ member
207 struct edac_device_block *blocks; member
/drivers/gpu/drm/i915/
A Di915_ttm_buddy_manager.h33 struct list_head blocks; member
A Di915_scatterlist.c171 struct list_head *blocks = &bman_res->blocks; in i915_rsgt_from_buddy_resource() local
/drivers/gpu/drm/ttm/tests/
A Dttm_mock_manager.h20 struct list_head blocks; member
/drivers/gpu/drm/xe/
A Dxe_ttm_vram_mgr_types.h41 struct list_head blocks; member
A Dxe_svm.c519 struct list_head *blocks = &to_xe_ttm_vram_mgr_resource(res)->blocks; in xe_svm_populate_devmem_pfn() local
701 struct list_head *blocks; in xe_drm_pagemap_populate_mm() local
/drivers/gpu/drm/msm/disp/
A Dmsm_disp_snapshot.h48 struct list_head blocks; member
/drivers/mmc/host/
A Dcb710-mmc.c269 size_t len, blocks = data->blocks; in cb710_mmc_receive() local
313 size_t len, blocks = data->blocks; in cb710_mmc_send() local
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vram_mgr.h42 struct list_head blocks; member
/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_keys.c56 const struct mlxsw_afk_block *blocks; member
117 const struct mlxsw_afk_block *blocks[]; member
/drivers/crypto/inside-secure/eip93/
A Deip93-hash.h52 struct list_head blocks; member
/drivers/target/
A Dtarget_core_spc.c994 static int spc_modesense_blockdesc(unsigned char *buf, u64 blocks, u32 block_size) in spc_modesense_blockdesc()
1003 static int spc_modesense_long_blockdesc(unsigned char *buf, u64 blocks, u32 block_size) in spc_modesense_long_blockdesc()
1063 u64 blocks = dev->transport->get_blocks(dev); in spc_emulate_modesense() local
A Dtarget_core_sbc.c39 u32 blocks; in sbc_emulate_readcapacity() local
83 unsigned long long blocks = dev->transport->get_blocks(dev); in sbc_emulate_readcapacity_16() local
/drivers/mmc/core/
A Dsdio_ops.c115 unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz) in mmc_io_rw_extended()
A Dmmc_test.c81 unsigned int blocks; member
190 struct mmc_request *mrq, unsigned int blocks) in mmc_test_prepare_sbc()
211 unsigned dev_addr, unsigned blocks, unsigned blksz, int write) in mmc_test_prepare_mrq()
875 unsigned blocks, unsigned blksz, int write) in mmc_test_simple_transfer()
900 unsigned blocks, unsigned blksz, int write) in mmc_test_broken_transfer()
932 unsigned blocks, unsigned blksz, int write) in mmc_test_transfer()
/drivers/scsi/
A Dsd.h211 static inline sector_t logical_to_sectors(struct scsi_device *sdev, sector_t blocks) in logical_to_sectors()
216 static inline unsigned int logical_to_bytes(struct scsi_device *sdev, sector_t blocks) in logical_to_bytes()
/drivers/net/ethernet/cavium/liquidio/
A Docteon_main.h79 static inline void octeon_swap_8B_data(u64 *data, u32 blocks) in octeon_swap_8B_data()
/drivers/md/dm-vdo/
A Derrors.c83 struct error_block blocks[MAX_ERROR_BLOCKS]; member
/drivers/media/i2c/
A Dadv7842.c102 u32 blocks; member
107 u32 blocks; member
710 u32 blocks = state->vga_edid.blocks; in edid_write_vga_segment() local
761 u32 blocks = state->hdmi_edid.blocks; in edid_write_hdmi_segment() local
2460 u32 blocks = 0; in adv7842_get_edid() local

Completed in 102 milliseconds

1234