Searched refs:request_muxed_region (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_fintek.c | 44 if (!request_muxed_region(ADDR_PORT, 2, DRIVER_NAME)) fintek_8250_enter_key()
|
/linux-4.1.27/include/linux/ |
H A D | ioport.h | 185 #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 D | gpio-f7188x.c | 97 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
|
H A D | gpio-sch311x.c | 110 if (!request_muxed_region(sio_config_port, 2, DRV_NAME)) { sch311x_sio_enter()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | it8712f_wdt.c | 130 if (!request_muxed_region(REG, 2, NAME)) superio_enter()
|
H A D | w83627hf_wdt.c | 121 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) superio_enter()
|
H A D | pc87413_wdt.c | 511 if (!request_muxed_region(io, 2, MODNAME)) pc87413_init()
|
H A D | f71808e_wdt.c | 194 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
|
H A D | it87_wdt.c | 179 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) superio_enter()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | sch56xx-common.c | 90 if (!request_muxed_region(base, 2, "sch56xx")) { superio_enter()
|
H A D | nct6683.c | 104 if (!request_muxed_region(ioreg, 2, DRVNAME)) superio_enter()
|
H A D | f71882fg.c | 1086 if (!request_muxed_region(base, 2, DRVNAME)) { superio_enter()
|
H A D | it87.c | 125 if (!request_muxed_region(REG, 2, DRVNAME)) superio_enter()
|
H A D | nct6775.c | 138 if (!request_muxed_region(ioreg, 2, DRVNAME)) superio_enter()
|
/linux-4.1.27/drivers/parport/ |
H A D | parport_pc.c | 1347 if (!request_muxed_region(0x2e, 2, __func__)) detect_and_report_it87()
|
Completed in 436 milliseconds