/linux/drivers/watchdog/ |
H A D | lenovo_se10_wdt.c | 65 if (!request_muxed_region(bram_base, BRAM_SIZE, DRVNAME)) in set_bram() 124 if (!request_muxed_region(CMD_PORT, CMD_SIZE, DRVNAME)) in wdt_get_time() 135 if (!request_muxed_region(CMD_PORT, CMD_SIZE, DRVNAME)) in wdt_ping() 177 if (!request_muxed_region(CFG_PORT, CFG_SIZE, DRVNAME)) in se10_wdt_probe()
|
H A D | it87_wdt.c | 123 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) in superio_enter()
|
H A D | it8712f_wdt.c | 125 if (!request_muxed_region(REG, 2, NAME)) in superio_enter()
|
H A D | pc87413_wdt.c | 507 if (!request_muxed_region(io, 2, MODNAME)) in pc87413_init()
|
H A D | w83627hf_wdt.c | 134 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) in superio_enter()
|
H A D | exar_wdt.c | 84 if (!request_muxed_region(config_port, 2, DRV_NAME)) in exar_sio_enter()
|
H A D | lenovo_se30_wdt.c | 96 if (!request_muxed_region(addr, 2, name)) { in superio_enter()
|
H A D | sp5100_tco.c | 436 if (!request_muxed_region(SP5100_IO_PM_INDEX_REG, in sp5100_tco_setupdevice()
|
H A D | f71808e_wdt.c | 189 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
/linux/rust/helpers/ |
H A D | io.c | 136 return request_muxed_region(start, n, name); in rust_helper_request_muxed_region()
|
/linux/drivers/platform/x86/siemens/ |
H A D | simatic-ipc-batt.c | 73 if (!request_muxed_region(res->start, resource_size(res), res->name)) { in simatic_ipc_batt_read_io()
|
/linux/drivers/hwmon/ |
H A D | smsc47b397.c | 64 if (!request_muxed_region(REG, 2, DRVNAME)) in superio_enter()
|
H A D | sch56xx-common.c | 80 if (!request_muxed_region(base, 2, "sch56xx")) { in superio_enter()
|
H A D | pc87427.c | 103 if (!request_muxed_region(sioaddr, 2, DRVNAME)) in superio_enter()
|
H A D | nct6683.c | 103 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
H A D | nct6775-platform.c | 238 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
H A D | vt1211.c | 212 if (!request_muxed_region(sio_cip, 2, DRVNAME)) in superio_enter()
|
/linux/drivers/gpio/ |
H A D | gpio-it87.c | 82 if (!request_muxed_region(REG, 2, KBUILD_MODNAME)) in superio_enter()
|
H A D | gpio-sch311x.c | 99 if (!request_muxed_region(sio_config_port, 2, DRV_NAME)) { in sch311x_sio_enter()
|
H A D | gpio-winbond.c | 144 if (!request_muxed_region(base, 2, WB_GPIO_DRIVER_NAME)) in winbond_sio_enter()
|
H A D | gpio-f7188x.c | 129 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_fintek.c | 126 if (!request_muxed_region(base_port, 2, "8250_fintek")) in fintek_8250_enter_key()
|
/linux/include/linux/ |
H A D | ioport.h | 342 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), IORESOURCE_MUXED) macro
|
/linux/drivers/media/cec/platform/seco/ |
H A D | seco-cec.c | 579 if (!request_muxed_region(BRA_SMB_BASE_ADDR, 7, "CEC00001")) { in secocec_probe()
|
/linux/drivers/media/rc/ |
H A D | nuvoton-cir.c | 80 if (!request_muxed_region(nvt->cr_efir, 2, NVT_DRIVER_NAME)) in nvt_efm_enable()
|