Searched refs:ios (Results 51 - 75 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp286 moduleStream.open(wideModuleFilename, std::ios::in | std::ios::binary);
299 moduleStream.open(moduleFilename, std::ios::in | std::ios::binary);
H A Dgf2n.cpp459 long f = out.flags() & std::ios::basefield; // Get base digits.
464 case std::ios::oct :
469 case std::ios::hex :
H A Dtest.cpp193 std::fstream dllFile(argv[2], ios::in | ios::out | ios::binary);
H A Dinteger.cpp3384 long f = out.flags() & std::ios::basefield; // Get base digits.
3389 case std::ios::oct :
3394 case std::ios::hex :
3419 const char* vec = (out.flags() & std::ios::uppercase) ? upper : lower;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dimxmmc.c219 if (!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc->ios.clock >= 8000000))
805 static void imxmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
810 if (ios->bus_width == MMC_BUS_WIDTH_4) {
820 if (host->power_mode != ios->power_mode) {
821 switch (ios->power_mode) {
830 host->power_mode = ios->power_mode;
833 if (ios->clock) {
863 if (x <= ios->clock)
H A Dtmio_mmc.c650 if (data->blksz < 4 && host->mmc->ios.bus_width == MMC_BUS_WIDTH_4) {
698 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
702 if (ios->clock)
703 tmio_mmc_set_clock(host, ios->clock);
706 switch (ios->power_mode) {
721 switch (ios->bus_width) {
H A Dsdhci.c179 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios);
197 sdhci_set_ios(host->mmc, &host->mmc->ios);
1133 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1150 if (ios->power_mode == MMC_POWER_OFF) {
1155 sdhci_set_clock(host, ios->clock);
1157 if (ios->power_mode == MMC_POWER_OFF)
1160 sdhci_set_power(host, ios->vdd);
1164 if (ios->bus_width == MMC_BUS_WIDTH_8)
1169 if (ios->bus_width == MMC_BUS_WIDTH_4)
1174 if (ios
[all...]
H A Djz4740_mmc.c615 static void jz4740_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
618 if (ios->clock)
619 jz4740_mmc_set_clock_rate(host, ios->clock);
621 switch (ios->power_mode) {
640 switch (ios->bus_width) {
H A Datmel-mci.c530 if (mmc->ios.bus_mode == MMC_BUSMODE_OPENDRAIN)
904 static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
911 switch (ios->bus_width) {
920 if (ios->clock) {
934 * Use mirror of ios->clock to prevent race with mmc
935 * core ios update when finding the minimum.
937 slot->clock = ios->clock;
965 if (ios->timing == MMC_TIMING_SD_HS)
1002 switch (ios->power_mode) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-io.c55 unsigned ios = pages_to_ios(num_pages); local
62 client->pool = mempool_create_slab_pool(ios, _dm_io_cache);
H A Ddm.c138 * A list of ios that arrived while we were suspended.
231 /* allocate a slab for the target ios */
604 * Decrements the number of outstanding ios that a bio has been
1490 part_stat_inc(cpu, &dm_disk(md)->part0, ios[rw]);
H A Dmd.c256 part_stat_inc(cpu, &mddev->gendisk->part0, ios[rw]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c268 part_stat_read(p, ios[READ]),
272 part_stat_read(p, ios[WRITE]),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgenhd.h83 unsigned long ios[2]; member in struct:disk_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dgenhd.c1055 part_stat_read(hd, ios[0]),
1059 part_stat_read(hd, ios[1]),
H A Dblk-core.c1784 part_stat_inc(cpu, part, ios[rw]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dblock.c198 (card->host->ios.clock / 1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp572 wxSTD ofstream store(file.mb_str(), wxSTD ios::binary);
598 wxSTD ifstream store(file.mb_str(), wxSTD ios::binary);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_sdio.c1007 (host->ios.bus_width == MMC_BUS_WIDTH_1)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.c40 part_stat_inc(cpu, &mdev->vdisk->part0, ios[rw]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.c2951 const char *ios = ifconfig_options_string (tt, remote, o->ifconfig_nowarn, gc); local
2952 if (ios && strlen (ios))
2953 buf_printf (&out, ",ifconfig %s", ios);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioim.c1308 bfa_stats(itnim, ios);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c731 part_stat_inc(cpu, part, ios[rw]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dlangwell_udc.c303 unsigned char zlt, ios = 0, mult = 0; local
330 ios = 1;
385 ep->dqh->dqh_ios = ios;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp716 wxSTD ifstream istr((char const *)name.fn_str(), wxSTD ios::in);

Completed in 421 milliseconds

1234