Home
last modified time | relevance | path

Searched refs:STMFX_REG_IRQ_OUT_PIN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mfd/
Dstmfx.c288 ret = regmap_write(stmfx->map, STMFX_REG_IRQ_OUT_PIN, irqoutpin); in stmfx_irq_init()
485 ret = regmap_raw_read(stmfx->map, STMFX_REG_IRQ_OUT_PIN, in stmfx_suspend()
525 ret = regmap_raw_write(stmfx->map, STMFX_REG_IRQ_OUT_PIN, in stmfx_resume()
/linux-6.12.1/include/linux/mfd/
Dstmfx.h18 #define STMFX_REG_IRQ_OUT_PIN 0x41 /* RW */ macro