Searched refs:slot_index (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
D | orangefs-bufmap.h | 37 void orangefs_bufmap_page_fill(void *kaddr, int buffer_index, int slot_index);
|
D | orangefs-bufmap.c | 540 int slot_index) in orangefs_bufmap_page_fill() argument 546 page_from = kmap_atomic(from->page_array[slot_index]); in orangefs_bufmap_page_fill()
|
D | inode.c | 259 int slot_index; /* index into slot */ in orangefs_readpage() local 302 slot_index = 0; in orangefs_readpage() 318 slot_index++; in orangefs_readpage() 342 slot_index); in orangefs_readpage()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
D | qxl_kms.c | 69 unsigned int slot_index, in setup_slot() argument 76 slot->index = slot_index; in setup_slot()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 580 int slot_index; in reserve_space() local 606 slot_index = local->slot_queue[ in reserve_space() 610 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space() 640 int slot_index = local->slot_queue[slot_queue_available++ & in process_free_queue() local 642 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in process_free_queue() 652 state->id, slot_index, data, in process_free_queue() 3250 int slot_index; in vchiq_release_message() local 3258 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message() 3260 if ((slot_index >= remote->slot_first) && in vchiq_release_message() 3261 (slot_index <= remote->slot_last)) { in vchiq_release_message() [all …]
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | fsl_easrc.c | 755 if (slot->slot_index == 0) { in fsl_easrc_config_one_slot() 810 if (slot->slot_index == 1) in fsl_easrc_config_one_slot() 833 if (slot->slot_index == 1) in fsl_easrc_config_one_slot() 885 slota->slot_index = 0; in fsl_easrc_config_slot() 889 slota->slot_index = 1; in fsl_easrc_config_slot()
|
D | fsl_easrc.h | 579 int slot_index; member
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2389 int slot_index = i * slots_per_blk; in hisi_sas_alloc() local 2398 for (j = 0; j < slots_per_blk; j++, slot_index++) { in hisi_sas_alloc() 2401 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc() 2404 slot->idx = slot_index; in hisi_sas_alloc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3488 u32 slot_index; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 5422 MLXSW_ITEM32(reg, pmaos, slot_index, 0x00, 24, 4); 5520 MLXSW_ITEM32(reg, pmpe, slot_index, 0x00, 24, 4);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 9496 +unsigned int slot_index = 0; 9969 + if (slot_index < MCI_SLOT_NUM) { 9970 + mci_host[slot_index++] = host;
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 25809 +unsigned int slot_index = 0; 28657 +extern unsigned int slot_index; 29183 +unsigned int slot_index; 29500 +extern unsigned int slot_index;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 310791 +unsigned int slot_index = 0; 314405 +extern unsigned int slot_index; 314931 +unsigned int slot_index; 315248 +extern unsigned int slot_index; 315525 + mci_host[slot_index++] = host->mmc; 316200 + mci_host[slot_index++] = host->mmc; 316880 + mci_host[slot_index++] = host->mmc; 317555 + mci_host[slot_index++] = host->mmc; 318514 + mci_host[slot_index++] = host->mmc; 319068 + mci_host[slot_index++] = host->mmc; [all …]
|