Searched refs:slot_count (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c179 dc_alloc->slot_count = target_payload->time_slots;
187 dc_alloc->slot_count = 0;
198 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) {
200 sa->slot_count = dc_alloc->slot_count;
/linux-master/kernel/events/
H A Duprobes.c99 atomic_t slot_count; /* number of in-use slots */ member in struct:xol_area
1504 atomic_set(&area->slot_count, 1);
1593 wait_event(area->wq, (atomic_read(&area->slot_count) < UINSNS_PER_PAGE));
1597 atomic_inc(&area->slot_count);
1655 atomic_dec(&area->slot_count);
/linux-master/sound/soc/generic/
H A Dsimple-card-utils.c150 dai->tdm_width_map[i].slot_count = *p++;
394 int slot_width, slot_count; local
401 slot_count = simple_dai->slots;
409 slot_count = simple_dai->tdm_width_map[i].slot_count;
417 slot_count,
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.h47 u32 slot_count);
H A Dpanthor_mmu.c2600 * @slot_count: Number of slots to reserve.
2610 u32 slot_count)
2615 ret = drm_gpuvm_prepare_vm(&vm->base, exec, slot_count);
2619 return drm_gpuvm_prepare_objects(&vm->base, exec, slot_count);
2609 panthor_vm_prepare_mapped_bos_resvs(struct drm_exec *exec, struct panthor_vm *vm, u32 slot_count) argument
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h250 uint8_t slot_count; member in struct:dc_dp_mst_stream_allocation
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1230 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count;
1239 work_table[i].slot_count =
1240 proposed_table->stream_allocations[i].slot_count;
1346 "stream[%d].slot_count: %d\n",
1354 link->mst_stream_alloc_table.stream_allocations[i].slot_count);
1426 "stream[%d].slot_count: %d\n",
1434 link->mst_stream_alloc_table.stream_allocations[i].slot_count);
1529 proposed_table->stream_allocations[0].slot_count = req_slot_count;
1654 "slot_count
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h220 uint32_t slot_count[4]; member in struct:hpo_dp_link_enc_state
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c576 hpo_dp_le_state.slot_count[0],
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c274 *slots = stream_allocation->slot_count;
469 SAT_SLOT_COUNT, &state->slot_count[0]);
472 SAT_SLOT_COUNT, &state->slot_count[1]);
475 SAT_SLOT_COUNT, &state->slot_count[2]);
478 SAT_SLOT_COUNT, &state->slot_count[3]);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c1209 *slots = stream_allocation->slot_count;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h981 uint8_t slot_count; member in struct:link_mst_stream_allocation
/linux-master/fs/btrfs/
H A Dioctl.c3061 u64 slot_count = 0; local
3086 slot_count++;
3094 slot_count++;
3098 space_args.total_spaces = slot_count;
3102 slot_count = min_t(u64, space_args.space_slots, slot_count);
3104 alloc_size = sizeof(*dest) * slot_count;
3122 if (!slot_count)
3143 slot_count--;
3145 if (!slot_count)
[all...]
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h665 u8 slot_count; member in struct:mpi3_man12_sgpio_info
/linux-master/lib/
H A Dmaple_tree.c1801 * @slot_count: the size that can be stored in a single node being considered.
1806 unsigned char slot_count)
1810 if (size >= 2 * slot_count)
1813 if (!b_node->slot[split] && (size >= 2 * slot_count - 1))
1823 * @slot_count: the number of slots in the node being considered.
1828 unsigned char split, unsigned char slot_count)
1835 if ((split < slot_count - 1) &&
1857 unsigned char slot_min, slot_count = mt_slots[bn->type]; local
1886 if (unlikely(mab_middle_node(bn, split, slot_count))) {
1898 while ((split < slot_count
1805 mab_middle_node(struct maple_big_node *b_node, int split, unsigned char slot_count) argument
1827 mab_no_null_split(struct maple_big_node *b_node, unsigned char split, unsigned char slot_count) argument
2372 unsigned char slot_count = mt_slots[b_node->type]; local
[all...]
/linux-master/drivers/i2c/
H A Di2c-smbus.c317 int n, slot_count = 0, dimm_count = 0; local
323 while ((handle = dmi_memdev_handle(slot_count)) != 0xffff) {
324 slot_count++;
359 slot_count = 8;
361 if (slot_count > 8) {
398 for (n = 0; n < slot_count && dimm_count; n++) {
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h2960 uint8_t slot_count; member in struct:ec_response_vstore_info
/linux-master/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c58 static inline size_t slots_size(size_t slot_count) argument
60 return sizeof(struct open_chapter_zone_slot) * slot_count;
69 size_t slot_count = (1 << bits_per(capacity * LOAD_RATIO)); local
71 result = vdo_allocate_extended(struct open_chapter_zone, slot_count,
77 open_chapter->slot_count = slot_count;
96 memset(open_chapter->slots, 0, slots_size(open_chapter->slot_count));
103 unsigned int slot_count = open_chapter->slot_count; local
104 unsigned int slot = uds_name_to_hash_slot(name, slot_count);
[all...]
H A Dopen-chapter.h41 unsigned int slot_count; member in struct:open_chapter_zone
H A Dhash-utils.h61 unsigned int slot_count)
63 return (unsigned int) (uds_extract_chapter_index_bytes(name) % slot_count);
60 uds_name_to_hash_slot(const struct uds_record_name *name, unsigned int slot_count) argument
/linux-master/sound/soc/codecs/
H A Dcs35l45.c774 cs35l45->slot_count, slot_multiple);
789 cs35l45->slot_count = slots;
H A Dcs35l45.h497 u8 slot_count; member in struct:cs35l45_private
/linux-master/include/sound/
H A Dsimple_card_utils.h21 u8 slot_count; member in struct:simple_util_tdm_width_map
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_device.h246 /** @kccb.slot_count: Total number of KCCB slots available. */
247 u32 slot_count; member in struct:pvr_device::__anon696
H A Dpvr_ccb.c201 return pvr_dev->kccb.slot_count - 1;
227 used_count = wr_offset + pvr_dev->kccb.slot_count - rd_offset;
524 pvr_dev->kccb.slot_count = 1 << ROGUE_FWIF_KCCB_NUMCMDS_LOG2_DEFAULT;

Completed in 424 milliseconds

12