Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dsonypi.c1209 const struct sonypi_ioport_list *ioport_list) in sonypi_setup_ioports() argument
1219 const struct sonypi_ioport_list *check = ioport_list; in sonypi_setup_ioports()
1233 while (ioport_list->port1) { in sonypi_setup_ioports()
1235 if (request_region(ioport_list->port1, in sonypi_setup_ioports()
1238 dev->ioport1 = ioport_list->port1; in sonypi_setup_ioports()
1239 dev->ioport2 = ioport_list->port2; in sonypi_setup_ioports()
1242 ioport_list++; in sonypi_setup_ioports()
1289 const struct sonypi_ioport_list *ioport_list; in sonypi_probe() local
1330 ioport_list = sonypi_type1_ioport_list; in sonypi_probe()
1335 ioport_list = sonypi_type2_ioport_list; in sonypi_probe()
[all …]