Searched refs:maptype (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 190 int ret, maptype; in nvif_object_map_handle() local 200 maptype = args->map.type; in nvif_object_map_handle() 202 return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO); in nvif_object_map_handle()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifs_unicode.c | 121 int maptype) in cifs_mapchar() argument 128 if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target)) in cifs_mapchar() 130 else if ((maptype == SFU_MAP_UNI_RSVD) && in cifs_mapchar()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_txnmgr.c | 2285 int maptype; in txUpdateMap() local 2291 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap() 2363 tblk, maptype); in txUpdateMap() 2482 struct maplock * maplock, struct tblock * tblk, int maptype) in txFreeMap() argument 2495 tblk, maplock, maptype); in txFreeMap() 2500 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap() 2540 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | mmc_spi.c | 230 static char *maptype(struct mmc_command *cmd) in maptype() function 256 cmd->opcode, maptype(cmd)); in mmc_spi_response_get() 508 cmd->opcode, maptype(cmd)); in mmc_spi_command_send()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 317 u32 maptype; in matching_bar() local 319 maptype = NFP_PCIE_BAR_PCIE2CPP_MapType_of(bar->barcfg); in matching_bar() 340 switch (maptype) { in matching_bar()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 5884 @@ -242,7 +248,6 @@ static char *maptype(struct mmc_command *cmd)
|