Searched refs:request_muxed_region (Results 1 – 16 of 16) sorted by relevance
| /linux/rust/helpers/ |
| H A D | io.c | 154 return request_muxed_region(start, n, name); in rust_helper_request_muxed_region()
|
| /linux/drivers/watchdog/ |
| H A D | simatic-ipc-wdt.c | 159 if (!request_muxed_region(res->start, resource_size(res), res->name)) { in simatic_ipc_wdt_probe()
|
| 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 | lenovo_se30_wdt.c | 96 if (!request_muxed_region(addr, 2, 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 | f71808e_wdt.c | 189 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-piix4.c | 188 if (!request_muxed_region(SB800_PIIX4_SMB_IDX, SB800_PIIX4_SMB_MAP_SIZE, in piix4_sb800_region_request() 703 if (!request_muxed_region(KERNCZ_IMC_IDX, 2, "smbus_kerncz_imc")) in piix4_imc_sleep() 729 if (!request_muxed_region(KERNCZ_IMC_IDX, 2, "smbus_kerncz_imc")) in piix4_imc_wakeup()
|
| /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 | w83627hf.c | 123 if (!request_muxed_region(sio->sioaddr, 2, DRVNAME)) in superio_enter()
|
| /linux/drivers/gpio/ |
| H A D | gpio-it87.c | 83 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 | 130 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
| /linux/include/linux/ |
| H A D | ioport.h | 373 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name),… macro
|