Searched refs:request_muxed_region (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-piix4.c | 297 if (!request_muxed_region(SB800_PIIX4_SMB_IDX, 2, "sb800_piix4_smb")) { in piix4_setup_sb800() 379 if (!request_muxed_region(SB800_PIIX4_SMB_IDX, 2, in piix4_setup_sb800() 625 if (!request_muxed_region(KERNCZ_IMC_IDX, 2, "smbus_kerncz_imc")) in piix4_imc_sleep() 651 if (!request_muxed_region(KERNCZ_IMC_IDX, 2, "smbus_kerncz_imc")) in piix4_imc_wakeup() 690 if (!request_muxed_region(SB800_PIIX4_SMB_IDX, 2, "sb800_piix4_smb")) in piix4_access_sb800()
|
/Linux-v4.19/drivers/watchdog/ |
D | it87_wdt.c | 116 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) in superio_enter()
|
D | it8712f_wdt.c | 130 if (!request_muxed_region(REG, 2, NAME)) in superio_enter()
|
D | pc87413_wdt.c | 511 if (!request_muxed_region(io, 2, MODNAME)) in pc87413_init()
|
D | w83627hf_wdt.c | 129 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) in superio_enter()
|
D | sp5100_tco.c | 225 if (!request_muxed_region(SP5100_IO_PM_INDEX_REG, in sp5100_tco_setupdevice()
|
D | f71808e_wdt.c | 206 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
/Linux-v4.19/include/linux/ |
D | ioport.h | 221 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name),… macro
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-it87.c | 94 if (!request_muxed_region(REG, 2, KBUILD_MODNAME)) in superio_enter()
|
D | gpio-sch311x.c | 103 if (!request_muxed_region(sio_config_port, 2, DRV_NAME)) { in sch311x_sio_enter()
|
D | gpio-f7188x.c | 102 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
D | gpio-winbond.c | 144 if (!request_muxed_region(base, 2, WB_GPIO_DRIVER_NAME)) in winbond_sio_enter()
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_fintek.c | 124 if (!request_muxed_region(base_port, 2, "8250_fintek")) in fintek_8250_enter_key()
|
/Linux-v4.19/drivers/hwmon/ |
D | sch56xx-common.c | 87 if (!request_muxed_region(base, 2, "sch56xx")) { in superio_enter()
|
D | nct6683.c | 104 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
D | w83627ehf.c | 141 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
D | f71882fg.c | 1134 if (!request_muxed_region(base, 2, DRVNAME)) { in superio_enter()
|
D | it87.c | 129 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
D | nct6775.c | 163 if (!request_muxed_region(ioreg, 2, DRVNAME)) in superio_enter()
|
/Linux-v4.19/drivers/media/rc/ |
D | nuvoton-cir.c | 87 if (!request_muxed_region(nvt->cr_efir, 2, NVT_DRIVER_NAME)) in nvt_efm_enable()
|
/Linux-v4.19/drivers/parport/ |
D | parport_pc.c | 1347 if (!request_muxed_region(0x2e, 2, __func__)) in detect_and_report_it87()
|