| /linux/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 126 unsigned int slot_count; member 167 for (i = 0; i < ca->slot_count; i++) in dvb_ca_private_free() 1045 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_thread_update_delay() 1325 for (slot = 0; slot < ca->slot_count; slot++) in dvb_ca_en50221_thread() 1361 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_io_do_ioctl() 1381 caps->slot_num = ca->slot_count; in dvb_ca_en50221_io_do_ioctl() 1393 if ((slot >= ca->slot_count) || (slot < 0)) { in dvb_ca_en50221_io_do_ioctl() 1397 slot = array_index_nospec(slot, ca->slot_count); in dvb_ca_en50221_io_do_ioctl() 1478 if (slot >= ca->slot_count) in dvb_ca_en50221_io_write() 1480 slot = array_index_nospec(slot, ca->slot_count); in dvb_ca_en50221_io_write() [all …]
|
| /linux/drivers/i2c/ |
| H A D | i2c-smbus.c | 376 int n, slot_count = 0, dimm_count = 0; in i2c_register_spd() local 383 while ((handle = dmi_memdev_handle(slot_count)) != 0xffff) { in i2c_register_spd() 384 slot_count++; in i2c_register_spd() 419 slot_count = min(slot_count, 8); in i2c_register_spd() 456 for (n = 0; n < slot_count && dimm_count; n++) { in i2c_register_spd()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | hash-utils.h | 61 unsigned int slot_count) in uds_name_to_hash_slot() argument 63 return (unsigned int) (uds_extract_chapter_index_bytes(name) % slot_count); in uds_name_to_hash_slot()
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vdec.c | 59 u32 slot_count; member 308 for (i = 0; i < vdec->slot_count; i++) { in vdec_attach_frame_store() 321 for (i = 0; i < vdec->slot_count; i++) { in vdec_attach_frame_store() 329 new_slots = krealloc_array(vdec->slots, vdec->slot_count * 2, in vdec_attach_frame_store() 338 vdec->slot_count *= 2; in vdec_attach_frame_store() 348 if (!vdec->slots || !vdec->slot_count) in vdec_reset_frame_store() 352 memset(vdec->slots, 0, sizeof(*vdec->slots) * vdec->slot_count); in vdec_reset_frame_store() 810 if (!info || info->id >= vdec->slot_count) in vdec_frame_decoded() 864 for (i = 0; i < vdec->slot_count; i++) { in vdec_find_buffer() 1161 if (vpu_buf->fs_id < 0 || vpu_buf->fs_id >= vdec->slot_count) { in vdec_response_frame() [all …]
|
| /linux/drivers/pci/hotplug/ |
| H A D | ibmphp_ebda.c | 63 static struct controller *alloc_ebda_hpc(u32 slot_count, u32 bus_count) in alloc_ebda_hpc() argument 73 slots = kzalloc_objs(struct ebda_hpc_slot, slot_count); in alloc_ebda_hpc() 116 debug("%s - slot_count = %x\n", __func__, ptr->slot_count); in print_bus_info() 197 for (index = 0; index < hpc_ptr->slot_count; index++) { in print_ebda_hpc() 721 hpc_ptr->slot_count = slot_num; in ebda_rsrc_controller() 748 bus_info_ptr1->slot_count += 1; in ebda_rsrc_controller() 761 bus_info_ptr2->slot_count += 1; in ebda_rsrc_controller() 842 for (index = 0; index < hpc_ptr->slot_count; index++) { in ebda_rsrc_controller()
|
| H A D | ibmphp_core.c | 97 u8 slot_count = 0; in get_max_slots() local 101 slot_count = max(slot_count, slot_cur->number); in get_max_slots() 103 return slot_count; in get_max_slots()
|
| H A D | ibmphp.h | 241 u8 slot_count; member 721 u8 slot_count; member
|
| /linux/include/media/ |
| H A D | dvb_ca_en50221.h | 133 int slot_count);
|
| /linux/sound/soc/generic/ |
| H A D | simple-card-utils.c | 185 dai->tdm_width_map[i].slot_count = *p++; in simple_util_parse_tdm_width_map() 434 int slot_width, slot_count; in simple_set_tdm() local 441 slot_count = simple_dai->slots; in simple_set_tdm() 449 slot_count = simple_dai->tdm_width_map[i].slot_count; in simple_set_tdm() 457 slot_count, in simple_set_tdm()
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_pci_dev.h | 269 u64 slot_count; member
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.h | 59 u32 slot_count);
|
| H A D | panthor_mmu.c | 3106 * @slot_count: Number of slots to reserve. 3116 u32 slot_count) 3121 ret = drm_gpuvm_prepare_vm(&vm->base, exec, slot_count); 3125 ret = drm_gpuvm_prepare_objects(&vm->base, exec, slot_count); 2815 panthor_vm_prepare_mapped_bos_resvs(struct drm_exec * exec,struct panthor_vm * vm,u32 slot_count) panthor_vm_prepare_mapped_bos_resvs() argument
|
| H A D | panthor_sched.c | 484 /** @profiling.slot_count: Number of jobs ringbuffer can hold at once. */ member 485 u32 slot_count; 3337 if (queue->profiling.seqno == queue->profiling.slot_count) in queue_run_job() 3556 queue->profiling.slot_count = in group_create_queue() 3561 queue->profiling.slot_count * in group_create_queue()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 245 dc_alloc->slot_count = target_payload->time_slots; in fill_dc_mst_payload_table_from_drm() 253 dc_alloc->slot_count = 0; in fill_dc_mst_payload_table_from_drm() 264 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm() 266 sa->slot_count = dc_alloc->slot_count; in fill_dc_mst_payload_table_from_drm()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_linecards.c | 1508 u8 slot_count; in mlxsw_linecards_init() local 1518 NULL, &slot_count); in mlxsw_linecards_init() 1519 if (!slot_count) in mlxsw_linecards_init() 1522 linecards = vzalloc(struct_size(linecards, linecards, slot_count)); in mlxsw_linecards_init() 1525 linecards->count = slot_count; in mlxsw_linecards_init()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 1223 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in deallocate_mst_payload() 1232 work_table[i].slot_count = in deallocate_mst_payload() 1233 proposed_table->stream_allocations[i].slot_count; in deallocate_mst_payload() 1293 DC_LOG_MST("stream[%d].slot_count: %d\n", i, 1294 link->mst_stream_alloc_table.stream_allocations[i].slot_count); 1503 proposed_table->stream_allocations[0].slot_count = req_slot_count; in update_sst_payload() 1628 "slot_count: %d\n", in link_reduce_mst_payload() 1631 proposed_table.stream_allocations[0].slot_count); in link_reduce_mst_payload()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | link_encoder.h | 414 uint32_t slot_count[4]; 238 uint32_t slot_count[4]; global() member
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 2889 u64 slot_count = 0; in btrfs_ioctl_space_info() 2914 slot_count++; in btrfs_ioctl_space_info() 2922 slot_count++; in btrfs_ioctl_space_info() 2926 space_args.total_spaces = slot_count; in btrfs_ioctl_space_info() 2930 slot_count = min_t(u64, space_args.space_slots, slot_count); in btrfs_ioctl_space_info() 2932 alloc_size = sizeof(*dest) * slot_count; in btrfs_ioctl_space_info() 2950 if (!slot_count) in btrfs_ioctl_space_info() 2971 slot_count--; in btrfs_ioctl_start_sync() 2973 if (!slot_count) in btrfs_ioctl_start_sync() 2848 u64 slot_count = 0; btrfs_ioctl_space_info() local [all...] |
| /linux/sound/soc/codecs/ |
| H A D | cs35l45.c | 765 cs35l45->slot_count, slot_multiple); in cs35l45_asp_hw_params() 780 cs35l45->slot_count = slots; in cs35l45_asp_set_tdm_slot()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1101 uint8_t slot_count; 1047 uint8_t slot_count; global() member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_link_encoder.c | 1638 *slots = stream_allocation->slot_count; in fill_stream_allocation_row_info()
|