Searched refs:block (Results 726 - 750 of 1032) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/gpu/drm/bridge/
H A Dite-it66121.c518 unsigned int block, size_t len)
525 offset = (block % 2) * len;
526 block = block / 2;
549 ret = regmap_write(ctx->regmap, IT66121_DDC_SEGMENT_REG, block);
517 it66121_get_edid_block(void *context, u8 *buf, unsigned int block, size_t len) argument
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c542 static int adv7511_get_edid_block(void *data, u8 *buf, unsigned int block, argument
554 if (adv7511->current_edid_segment != block / 2) {
565 block);
598 adv7511->current_edid_segment = block / 2;
601 if (block % 2 == 0)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c157 dma_free_coherent(trans->dev, fw_mon->size, fw_mon->block,
160 fw_mon->block = NULL;
169 void *block = NULL; local
175 memset(fw_mon->block, 0, fw_mon->size);
182 block = dma_alloc_coherent(trans->dev, size, &physical,
184 if (!block)
193 if (WARN_ON_ONCE(!block))
202 fw_mon->block = block;
2002 dram_regions->drams[i].block,
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c716 * ice_read_phy_tstamp_e82x - Read a PHY timestamp out of the quad block
723 * quad memory block that is shared between the internal PHYs of the E822
760 * ice_clear_phy_tstamp_e82x - Clear a timestamp from the quad block
766 * the PHY quad block that is shared between the internal PHYs of the E822
774 * To directly clear the contents of the timestamp block entirely, discarding
798 * ice_ptp_reset_ts_memory_quad_e82x - Clear all timestamps from the quad block
802 * Clear all timestamps from the PHY quad block that is shared between the
2612 * ready to be captured from the PHY timestamp block.
2712 * timestamp block of the external PHY on the E810 device using the low latency
2756 * timestamp block o
3522 ice_read_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx, u64 *tstamp) argument
3550 ice_clear_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx) argument
3660 ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8994.c395 static void wm8994_set_retune_mobile(struct snd_soc_component *component, int block) argument
400 int base = wm8994_retune_mobile_base[block];
406 switch (block) {
420 cfg = wm8994->retune_mobile_cfg[block];
435 block,
472 int block = wm8994_get_retune_mobile_block(kcontrol->id.name); local
475 if (block < 0)
476 return block;
481 wm8994->retune_mobile_cfg[block] = value;
483 wm8994_set_retune_mobile(component, block);
493 int block = wm8994_get_retune_mobile_block(kcontrol->id.name); local
[all...]
/linux-master/drivers/scsi/
H A Dst.c105 MODULE_PARM_DESC(buffer_kbs, "Default driver buffer size for fixed block mode (KB; 32)");
666 variable block mode. */
730 it messes up the block number). */
840 * If there was a bus reset, block further access
910 "Can't set default block size to %d bytes "
1136 DEBC_printk(STp, "Can't read block limits.\n");
1512 * If there was a bus reset, block further access
1652 "Write not multiple of tape block size.\n");
1820 /* Continue in fixed block mode if all written
1832 in fixed block mod
3103 get_location(struct scsi_tape *STp, unsigned int *block, int *partition, int logical) argument
3163 set_location(struct scsi_tape *STp, unsigned int block, int partition, int logical) argument
3268 unsigned int block; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1979 mlxsw_sp_qevent_mall_entry_find(struct mlxsw_sp_qevent_block *block, unsigned long cookie) argument
1983 list_for_each_entry(mall_entry, &block->mall_entry_list, list)
2154 mlxsw_sp_qevent_binding_lookup(struct mlxsw_sp_qevent_block *block, argument
2161 list_for_each_entry(qevent_binding, &block->binding_list, list)
2184 block_cb = flow_block_cb_lookup(f->block, mlxsw_sp_qevent_block_cb, mlxsw_sp);
2258 block_cb = flow_block_cb_lookup(f->block, mlxsw_sp_qevent_block_cb, mlxsw_sp);
/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c945 * per block operation is 32 bytes. In Golan code, the controller can
2054 * specified in the SMBus standard, block transactions cannot exceed
2113 byte_cnt = data->block[0];
2114 mlxbf_i2c_smbus_i2c_block_func(&request, &command, data->block,
2116 dev_dbg(&adap->dev, "i2c %s block data, %d bytes at 0x%02x, slave 0x%02x.\n",
2121 byte_cnt = read ? I2C_SMBUS_BLOCK_MAX : data->block[0];
2122 mlxbf_i2c_smbus_block_func(&request, &command, data->block,
2124 dev_dbg(&adap->dev, "smbus %s block data, %d bytes at 0x%02x, slave 0x%02x.\n",
2136 byte_cnt = data->block[0];
2138 data->block,
[all...]
/linux-master/include/trace/events/
H A Dafs.h965 unsigned int block,
971 TP_ARGS(dvnode, why, op, block, slot, f_vnode, f_unique, name),
978 __field(unsigned int, block)
992 __entry->block = block;
1004 __entry->block, __entry->slot,
/linux-master/drivers/i2c/
H A Di2c-core-base.c2356 raw_id.block[0] = 3;
2363 id->manufacturer_id = (raw_id.block[1] << 4) | (raw_id.block[2] >> 4);
2364 id->part_id = ((raw_id.block[2] & 0xf) << 5) | (raw_id.block[3] >> 3);
2365 id->die_revision = raw_id.block[3] & 0x7;
H A Di2c-dev.c266 * to SMBus block read), we must ensure that the buffer will
364 else /* size == smbus block, i2c block, or block proc. call */
365 datasize = sizeof(data->block);
375 /* Convert old I2C block commands to the new
379 temp.block[0] = I2C_SMBUS_BLOCK_MAX;
/linux-master/scripts/
H A Dkernel-doc223 STATE_DOCBLOCK => 6, # documentation block
224 STATE_INLINE => 7, # gathering doc outside main block
259 # while trying to not match literal block starts like "example::"
749 # Apply the RST highlights to a sub-block of text.
763 my $sphinx_cblock = '^\.\.\ +code-block::';
771 my $block = "";
775 # If we're in a literal block, see if we should drop out
782 # block we need to figure out what the proper indent is.
798 # Not in a literal block (or just dropped out)
801 $block
[all...]
/linux-master/fs/ocfs2/
H A Ddir.c147 * Link an unindexed block with a dir trailer structure into the index free
294 * bh passed here can be an inode block or a dir data block, depending
373 /* prevent looping on a bad block */
437 * local to this block.
472 "Directory block #%llu has an invalid db_blkno of %llu\n",
480 "Directory block #%llu on dinode #%llu has an invalid parent_dinode of %llu\n",
529 * Read the block at 'phys' which belongs to this directory
530 * inode. This function does no virtual->physical block translation -
531 * what's passed in is assumed to be a valid directory block
671 unsigned long start, block, b; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S245 block: label
250 bne block @ loop if not
H A Dsram243x.S245 block: label
250 bne block @ loop if not
/linux-master/include/sound/
H A Dgus.h535 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block);
553 struct snd_gf1_dma_block * block,
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c70 * Converts the note frequency to block and fnum values for the FM chip
82 int block = ((note / 12) & 0x07) - 1; local
105 ((block << 2) & OPL3_BLOCKNUM_MASK);
380 /* Left register block for voices 0 .. 8 */
385 /* Right register block for voices 9 .. 17 */
617 /* Left register block for voices 0 .. 8 */
621 /* Right register block for voices 9 .. 17 */
741 /* Left register block for voices 0 .. 8 */
745 /* Right register block for voices 9 .. 17 */
/linux-master/fs/sysv/
H A Dsuper.c58 /* block size = 512, so bh1 != bh2 */
274 int block; member in struct:__anon120
331 printk("VFS: Found a %s FS (block size = %ld) on device %s\n",
379 bh = sb_bread(sb, flavours[i].block);
433 printk("VFS: oldfs: unsupported block size (%dKb)\n",
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c70 memcpy(octx->block, op->buf, op->len);
96 memcpy(op->buf, ictx->block, op->len);
434 /* last block size */
438 /* if we can't fill all data, jump to the next 64 block */
/linux-master/lib/
H A Dtest_printf.c34 #define NOWARN(option, comment, block) \
37 block \
/linux-master/drivers/gpu/drm/tiny/
H A Dbochs.c176 unsigned int block, size_t len)
179 size_t i, start = block * EDID_LENGTH;
175 bochs_get_edid_block(void *data, u8 *buf, unsigned int block, size_t len) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c635 u64 block; local
653 block = (part >> page[i].shift) << page[i].shift;
655 block = (size >> page[i].shift) << page[i].shift;
657 block = (size >> page[i].shift) << page[i].shift;
662 int ret = nvkm_vmm_ptes_sparse_get(vmm, &page[i], addr, block);
669 nvkm_vmm_ptes_sparse_put(vmm, &page[i], addr, block);
672 size -= block;
673 addr += block;
1755 /* Locate smallest block that can possibly satisfy the allocation. */
1771 * in turn until we find a suitable free block
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dccg.h57 #define DCCG_SFII(block, reg_name, field_prefix, field_name, inst, post_fix)\
58 .field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
/linux-master/drivers/gpu/drm/udl/
H A Dudl_modeset.c431 static int udl_get_edid_block(void *data, u8 *buf, unsigned int block, size_t len) argument
445 int bval = (i + block * EDID_LENGTH) << 8;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c302 spin_lock_bh(&ah->block);
304 spin_unlock_bh(&ah->block);

Completed in 678 milliseconds

<<21222324252627282930>>