Home
last modified time | relevance | path

Searched refs:ios (Results 101 – 125 of 240) sorted by relevance

12345678910

/openbmc/linux/block/
H A Dgenhd.c113 stat->ios[group] += ptr->ios[group]; in part_stat_read_all()
969 stat.ios[STAT_READ], in part_stat_show()
973 stat.ios[STAT_WRITE], in part_stat_show()
984 stat.ios[STAT_DISCARD], in part_stat_show()
988 stat.ios[STAT_FLUSH], in part_stat_show()
1271 stat.ios[STAT_READ], in diskstats_show()
1276 stat.ios[STAT_WRITE], in diskstats_show()
1288 stat.ios[STAT_DISCARD], in diskstats_show()
1293 stat.ios[STAT_FLUSH], in diskstats_show()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp690 std::ios::binary | std::ios::out); in serialize()
700 std::ios::binary | std::ios::out); in serialize()
714 std::ios::in | std::ios::binary); in deserialize()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp108 vpdFileStream.seekp(startOffset + thisRecord.kwDataOffset, std::ios::beg); in updateData()
200 vpdFileStream.seekp(startOffset + thisRecord.recECCoffset, std::ios::beg); in updateRecordECC()
244 std::ios::beg); in checkECC()
609 std::ios::in | std::ios::out | std::ios::binary); in updateKeyword()
/openbmc/linux/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c1102 static void sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_set_ios() argument
1110 sd_set_power_mode(host, ios->power_mode); in sdmmc_set_ios()
1111 sd_set_bus_width(host, ios->bus_width); in sdmmc_set_ios()
1112 sd_set_timing(host, ios->timing, &host->ddr_mode); in sdmmc_set_ios()
1117 switch (ios->timing) { in sdmmc_set_ios()
1133 host->initial_mode = (ios->clock <= 1000000) ? true : false; in sdmmc_set_ios()
1134 host->clock = ios->clock; in sdmmc_set_ios()
1143 static int sdmmc_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_switch_voltage() argument
1150 __func__, ios->signal_voltage); in sdmmc_switch_voltage()
1155 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_120) in sdmmc_switch_voltage()
[all …]
H A Dcavium.c822 static void cvm_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cvm_mmc_set_ios() argument
833 switch (ios->power_mode) { in cvm_mmc_set_ios()
849 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in cvm_mmc_set_ios()
854 switch (ios->bus_width) { in cvm_mmc_set_ios()
867 if (ios->bus_width && ios->timing == MMC_TIMING_MMC_DDR52) in cvm_mmc_set_ios()
871 clock = ios->clock; in cvm_mmc_set_ios()
880 (ios->timing == MMC_TIMING_MMC_HS)) | in cvm_mmc_set_ios()
H A Dsdhci-of-dwcmshc.c196 struct mmc_ios *ios) in dwcmshc_hs400_enhanced_strobe() argument
205 if (ios->enhanced_strobe) in dwcmshc_hs400_enhanced_strobe()
299 if (host->mmc->ios.timing == MMC_TIMING_MMC_HS200 || in dwcmshc_rk3568_set_clock()
300 host->mmc->ios.timing == MMC_TIMING_MMC_HS400) in dwcmshc_rk3568_set_clock()
303 if ((priv->devtype == DWCMSHC_RK3588) && host->mmc->ios.timing == MMC_TIMING_MMC_HS400) { in dwcmshc_rk3568_set_clock()
H A Dwbsd.c837 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wbsd_set_ios() argument
848 if (ios->power_mode == MMC_POWER_OFF) in wbsd_set_ios()
851 if (ios->clock >= 24000000) in wbsd_set_ios()
853 else if (ios->clock >= 16000000) in wbsd_set_ios()
855 else if (ios->clock >= 12000000) in wbsd_set_ios()
872 if (ios->power_mode != MMC_POWER_OFF) { in wbsd_set_ios()
884 if (ios->chip_select == MMC_CS_HIGH) { in wbsd_set_ios()
885 BUG_ON(ios->bus_width != MMC_BUS_WIDTH_1); in wbsd_set_ios()
905 host->bus_width = ios->bus_width; in wbsd_set_ios()
H A Ddw_mmc-bluefield.c23 static void dw_mci_bluefield_set_ios(struct dw_mci *host, struct mmc_ios *ios) in dw_mci_bluefield_set_ios() argument
H A Dsdhci-cadence.c443 struct mmc_ios *ios) in sdhci_cdns_hs400_enhanced_strobe() argument
449 priv->enhanced_strobe = ios->enhanced_strobe; in sdhci_cdns_hs400_enhanced_strobe()
453 if (mode == SDHCI_CDNS_HRS06_MODE_MMC_HS400 && ios->enhanced_strobe) in sdhci_cdns_hs400_enhanced_strobe()
457 if (mode == SDHCI_CDNS_HRS06_MODE_MMC_HS400ES && !ios->enhanced_strobe) in sdhci_cdns_hs400_enhanced_strobe()
H A Ddw_mmc.h578 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios);
582 struct mmc_ios *ios);
584 struct mmc_ios *ios);
H A Dmtk-sd.c1489 ret = mmc_regulator_set_vqmmc(mmc, ios); in msdc_ops_switch_volt()
1492 ret, ios->signal_voltage); in msdc_ops_switch_volt()
1887 msdc_set_buswidth(host, ios->bus_width); in msdc_ops_set_ios()
1890 switch (ios->power_mode) { in msdc_ops_set_ios()
1895 ios->vdd); in msdc_ops_set_ios()
1924 if (host->mclk != ios->clock || host->timing != ios->timing) in msdc_ops_set_ios()
1925 msdc_set_mclk(host, ios->timing, ios->clock); in msdc_ops_set_ios()
2020 mmc->ios.timing == MMC_TIMING_UHS_SDR104) in msdc_tune_response()
2428 struct mmc_ios *ios) in msdc_hs400_enhanced_strobe() argument
2432 if (ios->enhanced_strobe) { in msdc_hs400_enhanced_strobe()
[all …]
H A Dsdhci-xenon.h103 int xenon_phy_adj(struct sdhci_host *host, struct mmc_ios *ios);
H A Dau1xmmc.c740 static void au1xmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in au1xmmc_set_ios() argument
745 if (ios->power_mode == MMC_POWER_OFF) in au1xmmc_set_ios()
747 else if (ios->power_mode == MMC_POWER_ON) { in au1xmmc_set_ios()
751 if (ios->clock && ios->clock != host->clock) { in au1xmmc_set_ios()
752 au1xmmc_set_clock(host, ios->clock); in au1xmmc_set_ios()
753 host->clock = ios->clock; in au1xmmc_set_ios()
757 switch (ios->bus_width) { in au1xmmc_set_ios()
H A Dsdhci-pci-o2micro.c400 if (mmc->ios.bus_width == MMC_BUS_WIDTH_8) { in sdhci_o2_execute_tuning()
401 current_bus_width = mmc->ios.bus_width; in sdhci_o2_execute_tuning()
402 mmc->ios.bus_width = MMC_BUS_WIDTH_4; in sdhci_o2_execute_tuning()
415 mmc->ios.bus_width = MMC_BUS_WIDTH_8; in sdhci_o2_execute_tuning()
635 static int sdhci_pci_o2_init_sd_express(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_pci_o2_init_sd_express() argument
650 if (host->mmc->ios.timing == MMC_TIMING_SD_EXP_1_2V && in sdhci_pci_o2_init_sd_express()
684 host->mmc->ios.timing = MMC_TIMING_LEGACY; in sdhci_pci_o2_init_sd_express()
H A Dsdhci-acpi.c177 struct mmc_ios *ios) in intel_start_signal_voltage_switch() argument
186 err = sdhci_start_signal_voltage_switch(mmc, ios); in intel_start_signal_voltage_switch()
190 switch (ios->signal_voltage) { in intel_start_signal_voltage_switch()
540 static void amd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in amd_set_ios() argument
548 sdhci_set_ios(mmc, ios); in amd_set_ios()
1000 host->mmc->ios.signal_voltage != MMC_SIGNAL_VOLTAGE_330) { in sdhci_acpi_reset_signal_voltage_if_needed()
H A Dcb710-mmc.c560 static void cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cb710_mmc_set_ios() argument
566 cb710_mmc_select_clock_divider(mmc, ios->clock); in cb710_mmc_set_ios()
568 if (ios->power_mode != reader->last_power_mode) { in cb710_mmc_set_ios()
569 switch (ios->power_mode) { in cb710_mmc_set_ios()
596 cb710_mmc_enable_4bit_data(slot, ios->bus_width != MMC_BUS_WIDTH_1); in cb710_mmc_set_ios()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h659 ios83xx_t ios; /* Sequencer */ member
707 ios83xx_t ios; /* Sequencer */ member
742 ios83xx_t ios; /* Sequencer */ member
787 ios83xx_t ios; /* Sequencer */ member
836 ios83xx_t ios; /* Sequencer (IOS) */ member
875 ios83xx_t ios; /* Sequencer (IOS) */ member
913 ios83xx_t ios; /* Sequencer (IOS) */ member
/openbmc/ibm-logging/
H A Dcallout.cpp135 std::ofstream stream(path.c_str(), std::ios::binary); in serialize()
159 std::ifstream stream(path.c_str(), std::ios::binary); in deserialize()
/openbmc/phosphor-bmc-code-mgmt/
H A Dserialize.cpp74 std::ifstream is(path.c_str(), std::ios::in); in restorePriority()
136 std::ifstream is(path.c_str(), std::ios::in); in restorePurpose()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.cpp215 std::ifstream stream(filePath, std::ios::in | std::ios::binary); in readFile()
/openbmc/openpower-vpd-parser/test/parser/
H A Dparser.cpp15 std::ifstream vpdFile("test.vpd", std::ios::binary); in runTests()
/openbmc/phosphor-ipmi-flash/bmc/
H A Dfile_handler.hpp26 std::ios_base::openmode mode = std::ios::out) override;
/openbmc/linux/drivers/mmc/core/
H A Dhost.c195 if (host->ios.timing == MMC_TIMING_MMC_HS400) { in mmc_retune()
431 &host->ios.power_delay_ms); in mmc_of_parse()
582 host->ios.power_delay_ms = 10; in mmc_alloc_host()
583 host->ios.power_mode = MMC_POWER_UNDEFINED; in mmc_alloc_host()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp39 Handler(const std::string& media, boost::asio::io_context& ios) : in Handler() argument
40 pipeOut(ios), pipeIn(ios), in Handler()
41 proxy(ios, "/usr/bin/nbd-proxy", {media}, in Handler()
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp90 std::ifstream f(versionFile.c_str(), std::ios::in | std::ios::binary); in getPNORVersion()
95 f.seekg(0, std::ios::beg); in getPNORVersion()

12345678910