Lines Matching refs:DRVNAME
17 #define DRVNAME "gpio-f7188x" macro
112 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
113 pr_err(DRVNAME "I/O address 0x%04x already in use\n", base); in superio_enter()
152 .label = DRVNAME, \
490 pr_debug(DRVNAME ": Not a Fintek device at 0x%08x\n", addr); in f7188x_find()
521 pr_info(DRVNAME ": Unsupported Fintek device 0x%04x\n", devid); in f7188x_find()
527 pr_info(DRVNAME ": Found %s at %#x, revision %d\n", in f7188x_find()
544 f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1); in f7188x_gpio_device_add()
551 pr_err(DRVNAME "Platform data allocation failed\n"); in f7188x_gpio_device_add()
557 pr_err(DRVNAME "Device addition failed\n"); in f7188x_gpio_device_add()
577 .name = DRVNAME,