Home
last modified time | relevance | path

Searched refs:ioname (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpio/
Dgpiolib-sysfs.c557 const char *ioname = NULL; in gpiod_export() local
603 ioname = desc->chip->names[offset]; in gpiod_export()
607 ioname ? ioname : "gpio%u", in gpiod_export()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_gpu.h166 const char *name, const char *ioname, const char *irqname, int ringsz);
Dmsm_gpu.c529 const char *name, const char *ioname, const char *irqname, int ringsz) in msm_gpu_init() argument
557 gpu->mmio = msm_ioremap(pdev, ioname, name); in msm_gpu_init()