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

<<11121314151617181920>>

/linux-master/fs/xfs/
H A Dxfs_sysfs.c408 int block; local
413 block = log->l_curr_block;
416 return sysfs_emit(buf, "%d:%d\n", cycle, block);
426 int block; local
429 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block);
430 return sysfs_emit(buf, "%d:%d\n", cycle, block);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c240 nvkm_mm_init(struct nvkm_mm *mm, u8 heap, u32 offset, u32 length, u32 block) argument
257 BUG_ON(block != mm->block_size);
261 mm->block_size = block;
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/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.h427 int (*get_edid_block)(void *data, u8 *buf, unsigned int block,
447 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
469 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/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/subdev/vfn/
H A Dtu102.c94 .block = tu102_vfn_intr_block,
/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/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/net/dsa/
H A Dvitesse-vsc73xx-core.c138 /* Frame analyzer block 2 registers */
194 /* MII block 3 registers */
199 /* Arbiter block 5 registers */
206 /* System block 7 registers */
346 int vsc73xx_is_addr_valid(u8 block, u8 subblock) argument
348 switch (block) {
379 static int vsc73xx_read(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, argument
382 return vsc->ops->read(vsc, block, subblock, reg, val);
385 static int vsc73xx_write(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, argument
388 return vsc->ops->write(vsc, block, subbloc
391 vsc73xx_update_bits(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, u32 mask, u32 val) argument
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c214 if (bi->info.isp.sp.block.block_width <= 0 ||
215 bi->info.isp.sp.block.block_width > BLOCK_MAX ||
216 bi->info.isp.sp.block.output_block_height <= 0 ||
217 bi->info.isp.sp.block.output_block_height > BLOCK_MAX)
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c148 if (vp->block) {
150 emem = (struct snd_emu10k1_memblk *)vp->block;
327 emem = (struct snd_emu10k1_memblk *)vp->block;
460 emem = (struct snd_emu10k1_memblk *)vp->block;

Completed in 282 milliseconds

<<11121314151617181920>>