Home
last modified time | relevance | path

Searched refs:io_sync (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dsync.c17 struct io_sync { struct
27 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sfr_prep() argument
42 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sync_file_range()
55 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync_prep()
74 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync()
89 struct io_sync *syn in io_fallocate_prep()
[all...]
/linux/drivers/mtd/nand/raw/
H A Dgpio.c33 void __iomem *io_sync; member
61 if (gpiomtd->io_sync) { in gpio_nand_dosync()
67 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()
309 gpiomtd->io_sync = devm_ioremap_resource(dev, res); in gpio_nand_probe()
310 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()
311 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1278 static int stm32_pconf_set_io_sync(struct stm32_gpio_bank *bank, int offset, u32 io_sync) in stm32_pconf_set_io_sync() argument
1280 if (io_sync >= ARRAY_SIZE(io_sync_2_advcfgr)) in stm32_pconf_set_io_sync()
1284 io_sync_2_advcfgr[io_sync]); in stm32_pconf_set_io_sync()
1289 u32 io_sync = stm32_pconf_get_advcfgr(bank, offset, STM32_GPIO_ADVCFGR_IO_SYNC_MASK); in stm32_pconf_get_io_sync_str() local
1291 if (io_sync & STM32_GPIO_ADVCFGR_RET_MASK) { in stm32_pconf_get_io_sync_str()
1292 if (io_sync & STM32_GPIO_ADVCFGR_DE_MASK) in stm32_pconf_get_io_sync_str()
1295 if (io_sync & STM32_GPIO_ADVCFGR_INVCLK_MASK) in stm32_pconf_get_io_sync_str()
1301 if (io_sync & STM32_GPIO_ADVCFGR_INVCLK_MASK) in stm32_pconf_get_io_sync_str()