Searched refs:request_muxed_region (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_fintek.c44 if (!request_muxed_region(ADDR_PORT, 2, DRIVER_NAME)) fintek_8250_enter_key()
/linux-4.1.27/include/linux/
H A Dioport.h185 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), IORESOURCE_MUXED) macro
/linux-4.1.27/drivers/gpio/
H A Dgpio-f7188x.c97 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
H A Dgpio-sch311x.c110 if (!request_muxed_region(sio_config_port, 2, DRV_NAME)) { sch311x_sio_enter()
/linux-4.1.27/drivers/watchdog/
H A Dit8712f_wdt.c130 if (!request_muxed_region(REG, 2, NAME)) superio_enter()
H A Dw83627hf_wdt.c121 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) superio_enter()
H A Dpc87413_wdt.c511 if (!request_muxed_region(io, 2, MODNAME)) pc87413_init()
H A Df71808e_wdt.c194 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
H A Dit87_wdt.c179 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) superio_enter()
/linux-4.1.27/drivers/hwmon/
H A Dsch56xx-common.c90 if (!request_muxed_region(base, 2, "sch56xx")) { superio_enter()
H A Dnct6683.c104 if (!request_muxed_region(ioreg, 2, DRVNAME)) superio_enter()
H A Df71882fg.c1086 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
H A Dit87.c125 if (!request_muxed_region(REG, 2, DRVNAME)) superio_enter()
H A Dnct6775.c138 if (!request_muxed_region(ioreg, 2, DRVNAME)) superio_enter()
/linux-4.1.27/drivers/parport/
H A Dparport_pc.c1347 if (!request_muxed_region(0x2e, 2, __func__)) detect_and_report_it87()

Completed in 436 milliseconds