Lines Matching refs:DRVNAME
20 #define DRVNAME "gpio-f7188x" macro
97 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
98 pr_err(DRVNAME "I/O address 0x%04x already in use\n", base); in superio_enter()
134 .label = DRVNAME, \
384 pr_debug(DRVNAME ": Not a Fintek device at 0x%08x\n", addr); in f7188x_find()
403 pr_info(DRVNAME ": Unsupported Fintek device 0x%04x\n", devid); in f7188x_find()
409 pr_info(DRVNAME ": Found %s at %#x, revision %d\n", in f7188x_find()
426 f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1); in f7188x_gpio_device_add()
433 pr_err(DRVNAME "Platform data allocation failed\n"); in f7188x_gpio_device_add()
439 pr_err(DRVNAME "Device addition failed\n"); in f7188x_gpio_device_add()
459 .name = DRVNAME,