Home
last modified time | relevance | path

Searched refs:request_muxed_region (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/watchdog/
H A Dlenovo_se10_wdt.c65 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 Dit87_wdt.c123 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) in superio_enter()
H A Dit8712f_wdt.c125 if (!request_muxed_region(REG, 2, NAME)) in superio_enter()
H A Dpc87413_wdt.c507 if (!request_muxed_region(io, 2, MODNAME)) in pc87413_init()
H A Dw83627hf_wdt.c134 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) in superio_enter()
H A Dexar_wdt.c84 if (!request_muxed_region(config_port, 2, DRV_NAME)) in exar_sio_enter()
H A Dlenovo_se30_wdt.c96 if (!request_muxed_region(addr, 2, name)) { in superio_enter()
H A Dsp5100_tco.c436 if (!request_muxed_region(SP5100_IO_PM_INDEX_REG, in sp5100_tco_setupdevice()
H A Df71808e_wdt.c189 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
/linux/rust/helpers/
H A Dio.c136 return request_muxed_region(start, n, name); in rust_helper_request_muxed_region()
/linux/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.c73 if (!request_muxed_region(res->start, resource_size(res), res->name)) { in simatic_ipc_batt_read_io()
/linux/drivers/hwmon/
H A Dsmsc47b397.c64 if (!request_muxed_region(REG, 2, DRVNAME)) in superio_enter()
H A Dsch56xx-common.c80 if (!request_muxed_region(base, 2, "sch56xx")) { in superio_enter()
H A Dpc87427.c103 if (!request_muxed_region(sioaddr, 2, DRVNAME)) in superio_enter()
H A Dnct6683.c103 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
H A Dnct6775-platform.c238 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
H A Dvt1211.c212 if (!request_muxed_region(sio_cip, 2, DRVNAME)) in superio_enter()
/linux/drivers/gpio/
H A Dgpio-it87.c82 if (!request_muxed_region(REG, 2, KBUILD_MODNAME)) in superio_enter()
H A Dgpio-sch311x.c99 if (!request_muxed_region(sio_config_port, 2, DRV_NAME)) { in sch311x_sio_enter()
H A Dgpio-winbond.c144 if (!request_muxed_region(base, 2, WB_GPIO_DRIVER_NAME)) in winbond_sio_enter()
H A Dgpio-f7188x.c129 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
/linux/drivers/tty/serial/8250/
H A D8250_fintek.c126 if (!request_muxed_region(base_port, 2, "8250_fintek")) in fintek_8250_enter_key()
/linux/include/linux/
H A Dioport.h342 #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 Dseco-cec.c579 if (!request_muxed_region(BRA_SMB_BASE_ADDR, 7, "CEC00001")) { in secocec_probe()
/linux/drivers/media/rc/
H A Dnuvoton-cir.c80 if (!request_muxed_region(nvt->cr_efir, 2, NVT_DRIVER_NAME)) in nvt_efm_enable()

12