Searched refs:block (Results 676 - 700 of 1032) sorted by relevance

<<21222324252627282930>>

/linux-master/fs/hfs/
H A Dhfs.h13 #define HFS_DD_BLK 0 /* Driver Descriptor block */
14 #define HFS_PMAP_BLK 1 /* First block of partition map */
21 #define HFS_SUPER_MAGIC 0x4244 /* "BD": HFS MDB (super block) */
22 #define HFS_MFS_SUPER_MAGIC 0xD2D7 /* MFS MDB (super block) */
176 __be16 block; member in struct:hfs_extent
251 __be32 drAlBlkSiz; /* bytes in an allocation block */
255 of the first allocation block */
271 __be32 drEmbedExtent; /* starting block number (xdrStABN)
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.h166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.h253 int hdmi4_core_ddc_read(void *data, u8 *buf, unsigned int block, size_t len);
H A Dhdmi4_core.c77 int hdmi4_core_ddc_read(void *data, u8 *buf, unsigned int block, size_t len) argument
91 REG_FLD_MOD(base, HDMI_CORE_DDC_SEGM, block / 2, 7, 0);
97 REG_FLD_MOD(base, HDMI_CORE_DDC_OFFSET, block % 2 ? 0x80 : 0, 7, 0);
104 if (block)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h26 # a3 = address of boot descriptor block
/linux-master/sound/pci/trident/
H A Dtrident_memory.c100 /* first and last (aligned) pages of memory block */
116 list_for_each(p, &hdr->block) {
126 /* create a new memory block */
274 /* free memory block */
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_mrp.c41 block_vcap_is2 = &ocelot->block[VCAP_IS2];
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_translate_dcn315.c46 #define block HPD macro
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h197 enum analog_power_block block,
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_translate_dcn30.c51 #define block HPD macro
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_translate_dcn32.c44 #define block HPD macro
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_translate_dcn20.c46 #define block HPD macro
/linux-master/arch/mips/include/asm/octeon/
H A Docteon.h57 /* Start of block referenced by assembly code - do not change! */
66 /* End of This block referenced by assembly code - do not change! */
88 /* physical address of free memory descriptor block. */
117 /* End of This block referenced by assembly code - do not change! */
140 /* physical address of free memory descriptor block. */
362 struct irq_domain *octeon_irq_get_block_domain(int node, uint8_t block);
/linux-master/drivers/mtd/
H A Dftl.c12 This driver implements a disk-like block device driver with an
13 apparent block size of 512 bytes for flash memory cards.
418 Copy_erase_unit() takes a full erase block and a transfer unit,
419 copies everything to the transfer unit, then swaps the block
423 target unit, so the virtual block map does not need to be
443 pr_debug("ftl_cs: copying block 0x%x to 0x%x\n",
546 /* Now, the cache should be valid for the new block */
556 schedules an erase on the expired block.
630 pr_debug("ftl_cs: recycling freshest block...\n");
666 Find_free() searches for a free block
957 ftl_readsect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) argument
963 ftl_writesect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) argument
[all...]
/linux-master/fs/hfsplus/
H A Dbnode.c398 int size, block, i, hash; local
437 block = off >> PAGE_SHIFT;
439 for (i = 0; i < tree->pages_per_bnode; block++, i++) {
440 page = read_mapping_page(mapping, block, NULL);
/linux-master/drivers/misc/mei/
H A Dclient.h263 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev);
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c228 unsigned int block = 0; local
241 addr = base + APB_BLOCK_NUM_TMO_OFFSET + (block * 4);
250 sprintf(name, "%s_BLOCK%d_TMO", slave, block);
261 block++;
278 * a) Get block number from the index of set bit in
280 * b) Get address of register repective to block number i.e.
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.h78 struct mlxsw_afk_element_inst { /* element instance in actual block */
81 struct mlxsw_item item; /* element geometry in block */
119 u16 encoding; /* block ID */
190 void (*encode_block)(char *output, int block_index, char *block);
/linux-master/crypto/
H A Dccm.c70 static int set_msg_len(u8 *block, unsigned int msglen, int csize) argument
74 memset(block, 0, csize);
75 block += csize;
83 memcpy(block - csize, (u8 *)&data + 4 - csize, csize);
210 /* we need to pad the MAC input to a round multiple of the block size */
490 /* ctr and cbcmac must use the same underlying block cipher. */
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dtu102.c92 .block = gk104_runl_block,
H A Drunl.h56 void (*block)(struct nvkm_runl *, u32 engm); member in struct:nvkm_runl::nvkm_runl_func
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c139 #define SRI(reg_name, block, id)\
140 .reg_name = mm ## block ## id ## _ ## reg_name
491 #define SRII(reg_name, block, id)\
492 .reg_name[id] = mm ## block ## id ## _ ## reg_name
/linux-master/drivers/input/mouse/
H A Dcyapa_gen3.c161 /* for register block read/write command */
171 /* register block read/write command in bootloader mode */
178 /* register block read/write command in operational mode */
232 * cyapa_smbus_read_block - perform smbus block read command
241 * In trackpad device, the memory block allocated for I2C register map
242 * is 256 bytes, so the max read block for I2C bus is 256 bytes.
257 /* read specific block registers command. */
577 /* Verify header block */
631 * A firmware block write command writes 64 bytes of data to a single flash
632 * page in the device. The 78-byte block writ
646 cyapa_gen3_write_fw_block(struct cyapa *cyapa, u16 block, const u8 *data) argument
706 size_t block = start_block + i; local
[all...]
/linux-master/net/can/j1939/
H A Dj1939-priv.h237 /* ifindex, src, dst, pgn define the session block
246 * 'total' & 'block' are never changed,
247 * last_cmd, last & block are protected by ->lock
270 /* last - last packet of a transfer block after which
283 /* block - amount of packets expected in one block */
284 unsigned int block; member in struct:j1939_session::__anon97
/linux-master/block/
H A Dbounce.c2 /* bounce buffer handling for block devices
24 #include <trace/events/block.h>
92 * been modified by the block layer, so use the original
223 * Individual bvecs might not be logical block aligned. Round down
224 * the split size so that each bio is properly block size aligned,

Completed in 308 milliseconds

<<21222324252627282930>>