Searched refs:block (Results 476 - 500 of 1031) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/ubifs/
H A Dkey.h264 * @block: block number
268 unsigned int block)
270 ubifs_assert(c, !(block & ~UBIFS_S_KEY_BLOCK_MASK));
272 key->u32[1] = block | (UBIFS_DATA_KEY << UBIFS_S_KEY_BLOCK_BITS);
388 * key_block - get data block number.
390 * @key: the key to get the block number from
399 * key_block_flash - get data block number from an on-flash formatted key.
401 * @k: the key to get the block number from
266 data_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, unsigned int block) argument
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c100 rds.block |= V4L2_RDS_BLOCK_CORRECTED;
103 rds.block |= V4L2_RDS_BLOCK_INVALID;
106 rds.block |= V4L2_RDS_BLOCK_ERROR;
110 case 3: /* Skip block altogether */
114 * Must make sure at least one block is
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h330 bool block);
332 bool block);
336 bool block);
/linux-master/fs/squashfs/
H A Dblock.c8 * block.c
101 * We only use this when the device block size is the same as
195 const sector_t block = read_start >> msblk->devblksize_log2; local
199 int total_len = (block_end - block) << msblk->devblksize_log2;
208 bio->bi_iter.bi_sector = block * (msblk->devblksize >> SECTOR_SHIFT);
255 * Read and decompress a metadata block or datablock. Length is non-zero
258 * the metadata block. A bit in the length field indicates if the block
260 * generated a larger block - this does occasionally happen with compression
282 * Metadata block
[all...]
/linux-master/include/drm/
H A Ddrm_edid.h408 int (*get_edid_block)(void *data, u8 *buf, unsigned int block,
429 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
451 int (*read_block)(void *context, u8 *buf, unsigned int block, size_t len),
/linux-master/Documentation/target/
H A Dtarget-export-device4 # create a very simple LIO iSCSI target with a file or block device
13 Export a block device or a file as an iSCSI target with a single LUN
/linux-master/include/linux/mfd/
H A Dstmpe.h156 enum stmpe_block block);
H A Dtc3589x.h151 * @block: bitmask of blocks to enable (use TC3589x_BLOCK_*)
154 unsigned int block; member in struct:tc3589x_platform_data
/linux-master/drivers/nvdimm/
H A Dbtt.h118 u32 block; member in struct:free_entry
150 * @infooff: Offset in bytes to the info block of this arena.
154 * @info2off: Offset in bytes to the backup info block of this arena.
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c212 if (bi->info.isp.sp.block.block_width <= 0 ||
213 bi->info.isp.sp.block.block_width > BLOCK_MAX ||
214 bi->info.isp.sp.block.output_block_height <= 0 ||
215 bi->info.isp.sp.block.output_block_height > BLOCK_MAX)
/linux-master/fs/jffs2/
H A Derase.c43 jffs2_dbg(1, "%s(): erase block %#08x (range %#08x-%#08x)\n",
48 pr_warn("kzalloc for struct erase_info in jffs2_erase_block failed. Refiling block for later\n");
126 jffs2_dbg(1, "Starting erase of pending block 0x%08x\n",
175 specific physical page, don't bother updating the bad block table. */
180 /* We'd like to give this block another try. */
226 /* It's in the block we're erasing */
289 struct jffs2_raw_node_ref *block, *ref; local
293 block = ref = jeb->first_node;
298 jffs2_free_refblock(block);
299 block
[all...]
/linux-master/drivers/hwmon/occ/
H A Dcommon.h61 struct occ_sensor_data_block block; member in struct:occ_poll_response
71 * OCC only provides one sensor data block of each type, but any number of
72 * sensors within that block.
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c49 .block = gk104_runl_block,
H A Dgk110.c88 .block = gk104_runl_block,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_irq_kms.c496 * @block: afmt block whose interrupt you want to enable
498 * Enables the afmt change interrupt for a specific afmt block (all asics).
500 void radeon_irq_kms_enable_afmt(struct radeon_device *rdev, int block) argument
508 rdev->irq.afmt[block] = true;
518 * @block: afmt block whose interrupt you want to disable
520 * Disables the afmt change interrupt for a specific afmt block (all asics).
522 void radeon_irq_kms_disable_afmt(struct radeon_device *rdev, int block) argument
530 rdev->irq.afmt[block]
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c123 if (intr->func->block)
124 intr->func->block(intr, leaf, mask);
329 for (i = 0; intr->func->block && i < intr->leaves; i++) {
330 intr->func->block(intr, i, ~0);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c94 .block = tu102_vfn_intr_block,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c105 #define SRI(reg_name, block, id)\
106 .reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
107 mm ## block ## id ## _ ## reg_name
109 #define SRIR(var_name, reg_name, block, id)\
110 .var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
111 mm ## block ## id ## _ ## reg_name
113 #define SRII(reg_name, block, id)\
114 .reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
115 mm ## block ## id ## _ ## reg_name
117 #define DCCG_SRII(reg_name, block, i
[all...]
/linux-master/drivers/net/dsa/
H A Dvitesse-vsc73xx-core.c137 /* Frame analyzer block 2 registers */
193 /* MII block 3 registers */
198 /* Arbiter block 5 registers */
205 /* System block 7 registers */
342 int vsc73xx_is_addr_valid(u8 block, u8 subblock) argument
344 switch (block) {
375 static int vsc73xx_read(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, argument
378 return vsc->ops->read(vsc, block, subblock, reg, val);
381 static int vsc73xx_write(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, argument
384 return vsc->ops->write(vsc, block, subbloc
387 vsc73xx_update_bits(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, u32 mask, u32 val) argument
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-scmi.c139 len = data->block[0];
146 mt_params[4].buffer.pointer = data->block + 1;
253 data->block[0] = len;
254 memcpy(data->block + 1, obj->buffer.pointer, len);
/linux-master/drivers/edac/
H A Dedac_device.h59 * cpu/cpu0/.. <L1 and L2 block directory>
64 * cpu/cpu1/.. <L1 and L2 block directory>
96 * used in leaf 'block' nodes for adding controls/attributes
98 * each block in each instance of the containing control structure
111 struct edac_device_block *block; member in struct:edac_dev_sysfs_block_attribute
116 /* device block control structure */
125 /* this block's attributes, could be NULL */
140 struct edac_device_block *blocks; /* block array */
254 * 0 for zero-based block numbers
255 * 1 for 1-based block numbe
[all...]
/linux-master/fs/befs/
H A Dlinuxvfs.c44 static sector_t befs_bmap(struct address_space *mapping, sector_t block);
108 * In turn, simply calls a generic block read function and
118 befs_bmap(struct address_space *mapping, sector_t block) argument
120 return generic_block_bmap(mapping, block, befs_get_block);
124 * Generic function to map a file position (block) to a
133 befs_get_block(struct inode *inode, sector_t block, argument
142 befs_debug(sb, "---> befs_get_block() for inode %lu, block %ld",
143 (unsigned long)inode->i_ino, (long)block);
146 "block %ld in inode %lu", (long)block,
[all...]
/linux-master/net/sched/
H A Dsch_prio.c24 struct tcf_block *block; member in struct:prio_sched_data
170 tcf_block_put(q->block);
238 err = tcf_block_get(&q->block, &q->filter_list, sch, extack);
391 return q->block;
H A Dsch_multiq.c24 struct tcf_block *block; member in struct:multiq_sched_data
164 tcf_block_put(q->block);
246 err = tcf_block_get(&q->block, &q->filter_list, sch, extack);
368 return q->block;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umc.h27 * is the index of 4KB block
32 * is the index of 8KB block
37 * is the index of 8KB block
40 /* channel index is the index of 256B block */
42 /* offset in 256B block */
106 enum amdgpu_ras_block block, bool reset);

Completed in 689 milliseconds

<<11121314151617181920>>