Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c156 int ret, maptype; in nvif_object_map_handle() local
166 maptype = args->map.type; in nvif_object_map_handle()
168 return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO); in nvif_object_map_handle()
/linux/fs/smb/client/
H A Dcifs_unicode.c105 int maptype) in cifs_mapchar() argument
112 if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target)) in cifs_mapchar()
114 else if ((maptype == SFU_MAP_UNI_RSVD) && in cifs_mapchar()
/linux/drivers/mmc/host/
H A Dmmc_spi.c202 static char *maptype(struct mmc_command *cmd) in maptype() function
379 cmd->opcode, maptype(cmd), cmd->resp[0], cmd->resp[1]); in mmc_spi_response_get()
477 cmd->opcode, maptype(cmd)); in mmc_spi_command_send()
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c312 u32 maptype; in matching_bar() local
314 maptype = NFP_PCIE_BAR_PCIE2CPP_MapType_of(bar->barcfg); in matching_bar()
335 switch (maptype) { in matching_bar()