Home
last modified time | relevance | path

Searched refs:slot_count (Results 1 – 10 of 10) sorted by relevance

/drivers/media/dvb-core/
Ddvb_ca_en50221.c126 unsigned int slot_count; member
161 for (i = 0; i < ca->slot_count; i++) in dvb_ca_private_free()
1037 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_thread_update_delay()
1316 for (slot = 0; slot < ca->slot_count; slot++) in dvb_ca_en50221_thread()
1351 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_io_do_ioctl()
1371 caps->slot_num = ca->slot_count; in dvb_ca_en50221_io_do_ioctl()
1383 if ((slot >= ca->slot_count) || (slot < 0)) { in dvb_ca_en50221_io_do_ioctl()
1467 if (slot >= ca->slot_count) in dvb_ca_en50221_io_write()
1469 slot = array_index_nospec(slot, ca->slot_count); in dvb_ca_en50221_io_write()
1539 int slot_count = 0; in dvb_ca_en50221_io_read_condition() local
[all …]
/drivers/pci/hotplug/
Dibmphp_ebda.c63 static struct controller *alloc_ebda_hpc(u32 slot_count, u32 bus_count) in alloc_ebda_hpc() argument
73 slots = kcalloc(slot_count, sizeof(struct ebda_hpc_slot), GFP_KERNEL); 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()
722 hpc_ptr->slot_count = slot_num; in ebda_rsrc_controller()
749 bus_info_ptr1->slot_count += 1; in ebda_rsrc_controller()
762 bus_info_ptr2->slot_count += 1; in ebda_rsrc_controller()
843 for (index = 0; index < hpc_ptr->slot_count; index++) { in ebda_rsrc_controller()
Dibmphp_core.c105 u8 slot_count = 0; in get_max_slots() local
109 slot_count = max(slot_count, slot_cur->number); in get_max_slots()
111 return slot_count; in get_max_slots()
Dibmphp.h240 u8 slot_count; member
722 u8 slot_count; member
/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h165 uint8_t slot_count; member
/drivers/gpu/drm/amd/display/dc/
Ddc_link.h51 uint8_t slot_count; member
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c162 sa->slot_count = mst_mgr->payloads[i].num_slots; in get_payload_table()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2498 work_table[i].slot_count = in update_mst_stream_alloc_table()
2499 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2562 link->mst_stream_alloc_table.stream_allocations[i].slot_count); in allocate_mst_payload()
2652 link->mst_stream_alloc_table.stream_allocations[i].slot_count); in deallocate_mst_payload()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1185 *slots = stream_allocation->slot_count; in fill_stream_allocation_row_info()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1219 *slots = stream_allocation->slot_count; in fill_stream_allocation_row_info()