Searched refs:io_type (Results 1 - 25 of 77) sorted by last modified time

1234

/linux-master/drivers/tty/serial/
H A Dserial_core.c815 retinfo->io_type = uport->iotype;
871 new_info->io_type != uport->iotype ||
950 uport->iotype = new_info->io_type;
3025 return sprintf(buf, "%d\n", tmp.io_type);
3110 static DEVICE_ATTR_RO(io_type);
H A Dxilinx_uartps.c1075 if (ser->io_type != UPIO_MEM)
H A Dbcm63xx_uart.c591 if (port->iotype != serinfo->io_type)
H A Dimx.c1845 if (ser->io_type != UPIO_MEM)
H A Dfsl_lpuart.c2398 if (ser->io_type != UPIO_MEM)
/linux-master/fs/xfs/
H A Dxfs_aops.c130 else if (ioend->io_type == IOMAP_UNWRITTEN)
446 if (xfs_ioend_is_append(ioend) || ioend->io_type == IOMAP_UNWRITTEN ||
/linux-master/fs/f2fs/
H A Dsegment.c3420 (fio->io_type == FS_DATA_IO) &&
3682 enum iostat_type io_type)
3704 f2fs_update_iostat(sbi, NULL, io_type, F2FS_BLKSIZE);
3714 f2fs_update_iostat(fio->sbi, NULL, fio->io_type, F2FS_BLKSIZE);
3724 if (fio->io_type == FS_DATA_IO || fio->io_type == FS_CP_DATA_IO)
3730 f2fs_update_iostat(sbi, dn->inode, fio->io_type, F2FS_BLKSIZE);
3772 fio->io_type, F2FS_BLKSIZE);
3681 f2fs_do_write_meta_page(struct f2fs_sb_info *sbi, struct page *page, enum iostat_type io_type) argument
H A Dnode.c1598 enum iostat_type io_type, unsigned int *seq_id)
1612 .io_type = io_type,
1962 bool do_balance, enum iostat_type io_type)
2048 wbc, do_balance, io_type, NULL);
1596 __write_node_page(struct page *page, bool atomic, bool *submitted, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type, unsigned int *seq_id) argument
1960 f2fs_sync_node_pages(struct f2fs_sb_info *sbi, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type) argument
H A Dgc.c1455 .io_type = FS_GC_DATA_IO,
H A Df2fs.h1218 enum iostat_type io_type; /* io type */ member in struct:f2fs_io_info
3650 bool do_balance, enum iostat_type io_type);
3709 enum iostat_type io_type);
3779 long nr_to_write, enum iostat_type io_type);
3857 enum iostat_type io_type,
4289 enum iostat_type io_type);
H A Ddata.c2736 enum iostat_type io_type,
2763 .io_type = io_type,
2934 enum iostat_type io_type)
3059 &submitted, wbc, io_type);
3135 wbc, io_type, 0, true);
3181 ret = f2fs_write_multi_pages(&cc, &submitted, wbc, io_type);
3240 enum iostat_type io_type)
3288 ret = f2fs_write_cache_pages(mapping, wbc, io_type);
2732 f2fs_write_single_data_page(struct page *page, int *submitted, struct bio **bio, sector_t *last_block, struct writeback_control *wbc, enum iostat_type io_type, int compr_blocks, bool allow_balance) argument
2932 f2fs_write_cache_pages(struct address_space *mapping, struct writeback_control *wbc, enum iostat_type io_type) argument
3238 __f2fs_write_data_pages(struct address_space *mapping, struct writeback_control *wbc, enum iostat_type io_type) argument
H A Dcompress.c1220 enum iostat_type io_type)
1236 .io_type = io_type,
1448 enum iostat_type io_type)
1497 NULL, NULL, wbc, io_type,
1532 enum iostat_type io_type)
1548 wbc, io_type);
1556 err = f2fs_write_raw_pages(cc, submitted, wbc, io_type);
1217 f2fs_write_compressed_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
1445 f2fs_write_raw_pages(struct compress_ctx *cc, int *submitted_p, struct writeback_control *wbc, enum iostat_type io_type) argument
1529 f2fs_write_multi_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
H A Dcheckpoint.c344 enum iostat_type io_type)
364 f2fs_do_write_meta_page(sbi, page, io_type);
421 long nr_to_write, enum iostat_type io_type)
471 io_type)) {
342 __f2fs_write_meta_page(struct page *page, struct writeback_control *wbc, enum iostat_type io_type) argument
420 f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, long nr_to_write, enum iostat_type io_type) argument
/linux-master/drivers/spi/
H A Dspi-davinci.c396 spicfg->io_type = SPI_IO_TYPE_DMA;
452 can_dma = (spicfg->io_type == SPI_IO_TYPE_DMA) &&
596 if (spicfg->io_type != SPI_IO_TYPE_POLL)
663 if (spicfg->io_type != SPI_IO_TYPE_POLL) {
/linux-master/include/linux/
H A Diomap.h294 u16 io_type; member in struct:iomap_ioend
/linux-master/fs/iomap/
H A Dbuffered-io.c1583 if ((ioend->io_type == IOMAP_UNWRITTEN) ^
1584 (next->io_type == IOMAP_UNWRITTEN))
1697 ioend->io_type = wpc->iomap.type;
1713 if (wpc->iomap.type != wpc->ioend->io_type)
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h404 enum io_type { enum
1309 enum io_type current_io_type;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c367 rtl92d_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c1799 rtl92c_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c568 if (wilc->io_type == WILC_HIF_SDIO) {
627 if (wilc->io_type == WILC_HIF_SDIO) {
674 if (wilc->io_type == WILC_HIF_SPI)
1148 if (wilc->io_type == WILC_HIF_SDIO) {
1151 } else if (wilc->io_type == WILC_HIF_SPI) {
1160 if (wilc->io_type == WILC_HIF_SDIO && wilc->dev_irq_num)
H A Dnetdev.h210 int io_type; member in struct:wilc
H A Dcfg80211.c1779 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type, argument
1797 wl->io_type = io_type;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c8252 s32 io_type; local
8290 err = brcmf_fil_cmd_int_get(ifp, BRCMF_C_GET_VERSION, &io_type);
8295 cfg->d11inf.io_type = (u8)io_type;
/linux-master/include/uapi/linux/
H A Dserial.h30 char io_type; member in struct:serial_struct
/linux-master/drivers/tty/
H A Dtty_io.c2832 char io_type; member in struct:serial_struct32

Completed in 457 milliseconds

1234