Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/serio/
H A 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()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dct82c710.c42 #define CT82C710_DATA ct82c710_iores.start
43 #define CT82C710_STATUS (ct82c710_iores.start + 1)
47 static struct resource ct82c710_iores; variable
150 ct82c710_iores.start = inb_p(0x391) << 2; /* Get mouse I/O address */ in ct82c710_detect()
151 ct82c710_iores.end = ct82c710_iores.start + 1; in ct82c710_detect()
152 ct82c710_iores.flags = IORESOURCE_IO; in ct82c710_detect()
217 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init()

Completed in 1 milliseconds