Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Dct82c710.c45 #define CT82C710_DATA ct82c710_iores.start
46 #define CT82C710_STATUS (ct82c710_iores.start + 1)
50 static struct resource ct82c710_iores; variable
153 ct82c710_iores.start = inb_p(0x391) << 2; /* Get mouse I/O address */ in ct82c710_detect()
154 ct82c710_iores.end = ct82c710_iores.start + 1; in ct82c710_detect()
155 ct82c710_iores.flags = IORESOURCE_IO; in ct82c710_detect()
220 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init()