Searched refs:partition (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/drivers/pci/
H A Dquirks.c5795 u8 partition; local
5815 partition = ioread8(&mmio_ntb->partition_id);
5819 partition_map &= ~(1ULL << partition);
5829 pci_dbg(pdev, "Processing partition %d\n", pp);
5841 "Invalid Switchtec partition %d table_sz %d\n",
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c731 struct ffa_dev_part_info *partition; local
735 partition = xa_load(&drv_info->partition_info, part_id);
736 if (!partition) {
737 pr_err("%s: Invalid partition ID 0x%x\n", __func__, part_id);
741 read_lock(&partition->rw_lock);
742 callback = partition->callback;
743 cb_data = partition->cb_data;
744 read_unlock(&partition->rw_lock);
916 struct ffa_dev_part_info *partition; local
922 partition
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c112 u32 partition[16][4]; member in struct:vdec_vp9_slice_frame_counts
1232 counts_helper->partition = &counts->partition;
1403 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->partition); i++)
1404 memcpy(frame_ctx_helper->partition[i], frame_ctx->partition_prob[i],
1405 sizeof(frame_ctx_helper->partition[0]));
1492 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->partition); i++)
1493 memcpy(frame_ctx->partition_prob[i], frame_ctx_helper->partition[i],
1494 sizeof(frame_ctx_helper->partition[0]));
/linux-master/drivers/scsi/
H A Dst.c696 STps = &(STp->ps[STp->partition]);
800 STps = &(STp->ps[STp->partition]);
849 STps = &(STp->ps[STp->partition]);
955 STp->partition = find_partition(STp);
956 if (STp->partition < 0)
957 STp->partition = 0;
958 STp->new_partition = STp->partition;
1078 STp->partition = STp->new_partition = 0;
1106 STp->partition = STp->new_partition = 0;
1218 partition suppor
3104 get_location(struct scsi_tape *STp, unsigned int *block, int *partition, int logical) argument
3164 set_location(struct scsi_tape *STp, unsigned int block, int partition, int logical) argument
3268 int i, partition; local
[all...]
/linux-master/drivers/misc/
H A Dsram.c97 struct sram_partition *part = &sram->partition[sram->partitions];
153 part = &sram->partition[sram->partitions - 1];
268 sram->partition = devm_kcalloc(sram->dev,
269 exports, sizeof(*sram->partition),
271 if (!sram->partition) {
/linux-master/fs/udf/
H A Dsuper.c460 * partition= Override the PartitionDesc location. (unused)
463 * The following expect a offset from the partition root.
507 fsparam_u32 ("partition", Opt_partition),
849 udf_debug("Rootdir at block=%u, partition=%u\n",
874 udf_debug("Fileset at block=%u, partition=%u\n",
972 static int udf_load_metadata_files(struct super_block *sb, int partition, argument
981 map = &sbi->s_partmaps[partition];
1036 int udf_compute_nr_groups(struct super_block *sb, u32 partition) argument
1038 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition];
1260 * Load partition descripto
[all...]
H A Dudf_sb.h68 * partition
168 int udf_compute_nr_groups(struct super_block *sb, u32 partition);
/linux-master/drivers/pci/switch/
H A Dswitchtec.c436 return sysfs_emit(buf, "%d\n", stdev->partition);
438 static DEVICE_ATTR_RO(partition);
1003 index = stdev->partition;
1130 p.partition = part;
1172 if (p.partition == SWITCHTEC_IOCTL_EVENT_LOCAL_PART_IDX)
1174 else if (p.partition < stdev->partition_count)
1175 pcfg = &stdev->mmio_part_cfg_all[p.partition];
1612 stdev->partition = ioread8(part_id);
1615 stdev->mmio_part_cfg = &stdev->mmio_part_cfg_all[stdev->partition];
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3036 static int hash_read(struct niu *np, unsigned long partition,
3043 if (partition >= FCRAM_NUM_PARTITIONS ||
3047 nw64(HASH_TBL_ADDR(partition), val);
3049 data[i] = nr64(HASH_TBL_DATA(partition));
3055 static int hash_write(struct niu *np, unsigned long partition, argument
3062 if (partition >= FCRAM_NUM_PARTITIONS ||
3066 nw64(HASH_TBL_ADDR(partition), val);
3068 nw64(HASH_TBL_DATA(partition), data[i]);
3104 static int fflp_set_partition(struct niu *np, u64 partition, argument
3110 if (partition >
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c3707 * @slab_origin: The physical block number within the block allocator partition of the first block
4064 struct partition *summary_partition)
4150 * @summary_partition: The partition which holds the slab summary.
4156 struct partition *summary_partition,
4511 * summary to each partition's data region. Then writes the combined summary back out to disk. This
4653 * @partition: The new depot partition
4658 const struct partition *partition)
4664 if ((partition
4657 vdo_prepare_to_grow_slab_depot(struct slab_depot *depot, const struct partition *partition) argument
[all...]
H A Dslab-depot.h219 /* The offset in the allocator partition of the first block in this slab */
322 * The slab_summary has its own partition at the end of the volume which is sized to allow for a
325 * During resize, the slab_summary moves its backing partition and is saved once moved; the
493 /* The start of the slab summary partition */
497 /* The slab summary entries for all of the zones the partition can hold */
545 struct partition *summary_partition,
581 const struct partition *partition);
H A Drecovery-journal.c696 * @partition: The partition for the journal.
704 struct vdo *vdo, struct partition *partition,
724 journal->origin = partition->offset;
703 vdo_decode_recovery_journal(struct recovery_journal_state_7_0 state, nonce_t nonce, struct vdo *vdo, struct partition *partition, u64 recovery_count, block_count_t journal_size, struct recovery_journal **journal_ptr) argument
H A Drecovery-journal.h256 struct partition *partition,
H A Dencodings.c636 * @partition: The slab depot partition
647 int vdo_configure_slab_depot(const struct partition *partition, argument
657 __func__, (unsigned long long) partition->count,
658 (unsigned long long) partition->offset,
662 slab_count = (partition->count / slab_size);
671 last_block = partition->offset + total_slab_blocks;
675 .first_block = partition->offset,
683 (unsigned long long) (partition
797 struct partition *partition; local
946 struct partition *partition; local
968 struct partition *partition; local
978 const struct partition *partition; local
1013 struct partition *partition; local
[all...]
H A Dencodings.h577 struct partition *head;
580 struct partition { struct
581 enum partition_id id; /* The id of this partition */
582 physical_block_number_t offset; /* The offset into the layout of this partition */
583 block_count_t count; /* The number of blocks in the partition */
584 struct partition *next; /* A pointer to the next partition in the layout */
1072 int __must_check vdo_configure_slab_depot(const struct partition *partition,
1096 * journal relative to the start block allocator partition
[all...]
H A Ddm-vdo-target.c1317 struct partition *partition; local
1345 partition = vdo_get_known_partition(&vdo->layout,
1348 vdo->states.vdo.nonce, vdo, partition,
1355 partition = vdo_get_known_partition(&vdo->layout, VDO_SLAB_SUMMARY_PARTITION);
1356 result = vdo_decode_slab_depot(vdo->states.slab_depot, vdo, partition,
1688 * Make a new layout with the existing partition sizes for everything but the slab depot
1689 * partition.
2530 static void partition_to_region(struct partition *partition, struc argument
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3.c27 #include <linux/irqchip/irq-partition-percpu.h>
1714 * then we need to match the partition domain.
2128 pr_info("GIC: PPI partition %pOFn[%d] { ",
H A DMakefile37 obj-$(CONFIG_PARTITION_PERCPU) += irq-partition-percpu.o
/linux-master/block/partitions/
H A Dcore.c17 * Probe partition formats with tables at disk address 0
31 * Now move on to formats that only have partition info at
33 * PC/BIOS partition tables, they need to come before
158 * The partition is unrecognized. So report I/O errors if there were any
164 " unable to read partition table\n", PAGE_SIZE);
203 static DEVICE_ATTR(partition, 0444, part_partition_show, NULL);
260 .name = "partition",
469 * Just delete the partition and invalidate it.
587 * I/O error reading the partition table. If we tried to read
591 printk(KERN_WARNING "%s: partition tabl
[all...]
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py180 mac_str, _, mask_str = data.partition('/')
190 ip, _, mask = data.partition('/')
203 value, _, mask = data.partition('/')
/linux-master/include/uapi/linux/
H A Dv4l2-controls.h1921 * @first_part_size: size of the first partition, i.e. the control partition.
1922 * @first_part_header_bits: size in bits of the first partition header portion.
2823 * @partition: partition probability updates.
2850 __u8 partition[16][3]; member in struct:v4l2_ctrl_vp9_compressed_hdr
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c706 /* Use a single memory partition for all ingress queues */
1056 policing[port].partition = 0;
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c694 for (i = 0; i < ARRAY_SIZE(adaptive->partition[0]); ++i) {
695 memcpy(adaptive->partition[0][i], v4l2_vp9_kf_partition_probs[i],
698 adaptive->partition[0][i][3] = 0;
701 for (i = 0; i < ARRAY_SIZE(adaptive->partition[1]); ++i) {
702 memcpy(adaptive->partition[1][i], probs->partition[i],
703 sizeof(probs->partition[i]));
705 adaptive->partition[1][i][3] = 0;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c394 * Cropping. The partition algorithm can split the image into
398 width = pipe->partition->wpf.width;
399 left = pipe->partition->wpf.left;
424 * First take the partition left coordinate into account.
456 * height is equal to the partition width (before
480 * Compute the output coordinate. The partition
520 struct vsp1_partition *partition,
524 partition->wpf = *window;
533 .partition = wpf_partition,
518 wpf_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int partition_idx, struct vsp1_partition_window *window) argument
H A Dvsp1_video.c180 * vsp1_video_calculate_partition - Calculate the active partition output window
183 * @partition: partition that will hold the calculated values
184 * @div_size: pre-determined maximum partition division size
185 * @index: partition index
188 struct vsp1_partition *partition,
204 /* A single partition simply processes the output size in full. */
209 vsp1_pipeline_propagate_partition(pipe, partition, index,
214 /* Initialise the partition with sane starting conditions. */
221 * We need to prevent the last partition fro
187 vsp1_video_calculate_partition(struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int div_size, unsigned int index) argument
364 vsp1_video_pipeline_run_partition(struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, unsigned int partition) argument
383 unsigned int partition; local
[all...]

Completed in 653 milliseconds

1234