Searched refs:ios (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) {
28 mode = ios::in;
30 } else if ( io_mode & ios::app ) {
31 mode = ios::app;
34 mode = ios::out;
38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
44 if ( io_mode & (ios::out|ios::app )) {
69 if ( io_mode & ios
[all...]
H A Dtest.cpp8 gzofstream os( 1, ios::out );
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) {
28 mode = ios::in;
30 } else if ( io_mode & ios::app ) {
31 mode = ios::app;
34 mode = ios::out;
38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
44 if ( io_mode & (ios::out|ios::app )) {
69 if ( io_mode & ios
[all...]
H A Dtest.cpp8 gzofstream os( 1, ios::out );
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc83xx_setup.c184 volatile immr_ios_t * ios; local
188 ios = ioremap(binfo->bi_immr_base + 0x8400, sizeof(immr_ios_t));
193 ios->potar0 = (MPC83xx_PCI1_LOWER_MEM >> 12) & POTAR_TA_MASK;
194 ios->pobar0 = (MPC83xx_PCI1_LOWER_MEM >> 12) & POBAR_BA_MASK;
195 ios->pocmr0 = POCMR_EN |
200 ios->potar1 = (MPC83xx_PCI1_LOWER_IO >> 12) & POTAR_TA_MASK;
201 ios->pobar1 = (MPC83xx_PCI1_IO_BASE >> 12) & POBAR_BA_MASK;
202 ios->pocmr1 = POCMR_EN | POCMR_IO |
234 iounmap(ios);
242 volatile immr_ios_t * ios; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Ddevmap.c21 /* Map physical device address 'paddr' in IO space 'ios' of size
27 prom_mapio(char *vhint, int ios, unsigned int paddr, unsigned int num_bytes) argument
35 ret = (*(romvec->pv_v2devops.v2_dumb_mmap))(vhint, ios, paddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c204 (card->host->ios.clock / 1000);
279 * Internal function that does the actual ios call to the host driver,
284 struct mmc_ios *ios = &host->ios; local
288 mmc_hostname(host), ios->clock, ios->bus_mode,
289 ios->power_mode, ios->chip_select, ios->vdd,
290 ios
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mmc/
H A Dhost.h52 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
106 struct mmc_ios ios; /* current io bus settings */ member in struct:mmc_host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DMpoolExample.cpp23 using std::ios;
114 ofstream of(file, ios::out | ios::binary);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dpxamci.c350 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
354 if (ios->clock) {
355 unsigned int clk = CLOCKRATE / ios->clock;
356 if (CLOCKRATE / clk > ios->clock)
369 if (host->power_mode != ios->power_mode) {
370 host->power_mode = ios->power_mode;
373 host->pdata->setpower(mmc_dev(mmc), ios->vdd);
375 if (ios->power_mode == MMC_POWER_ON)
H A Dmmci.c406 static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
411 if (ios->clock) {
412 if (ios->clock >= host->mclk) {
416 clk = host->mclk / (2 * ios->clock) - 1;
425 pwr |= host->plat->translate_vdd(mmc_dev(mmc), ios->vdd);
427 switch (ios->power_mode) {
438 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN)
H A Dtifm_sd.c792 static void tifm_sd_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
801 dev_dbg(&sock->dev, "ios: clock = %u, vdd = %x, bus_mode = %x, "
803 ios->clock, ios->vdd, ios->bus_mode, ios->chip_select,
804 ios->power_mode, ios->bus_width);
806 if (ios->bus_width == MMC_BUS_WIDTH_4) {
815 if (ios
[all...]
H A Dat91_mci.c593 static void at91_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
599 host->bus_mode = ios->bus_mode;
601 if (ios->clock == 0) {
610 if ((at91_master_clock % (ios->clock * 2)) == 0)
611 clkdiv = ((at91_master_clock / ios->clock) / 2) - 1;
613 clkdiv = (at91_master_clock / ios->clock) / 2;
618 if (ios->bus_width == MMC_BUS_WIDTH_4 && host->board->wire4) {
632 switch (ios->power_mode) {
H A Dimxmmc.c222 if(!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc->ios.clock>=8000000))
810 static void imxmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
815 if( ios->bus_width==MMC_BUS_WIDTH_4 ) {
823 if ( host->power_mode != ios->power_mode ) {
824 switch (ios->power_mode) {
833 host->power_mode = ios->power_mode;
836 if ( ios->clock ) {
865 if( x <= ios->clock)
H A Domap.c920 static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) argument
926 if (ios->clock == 0)
929 dsor = func_clk_rate / ios->clock;
933 if (func_clk_rate / dsor > ios->clock)
940 if (ios->bus_width == MMC_BUS_WIDTH_4)
946 static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
952 dsor = mmc_omap_calc_divisor(mmc, ios);
953 host->bus_mode = ios->bus_mode;
956 switch (ios->power_mode) {
977 if (ios
[all...]
H A Dau1xmmc.c716 static void au1xmmc_set_ios(struct mmc_host* mmc, struct mmc_ios* ios) argument
720 if (ios->power_mode == MMC_POWER_OFF)
722 else if (ios->power_mode == MMC_POWER_ON) {
726 if (ios->clock && ios->clock != host->clock) {
727 au1xmmc_set_clock(host, ios->clock);
728 host->clock = ios->clock;
H A Dwbsd.c864 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
875 if (ios->power_mode == MMC_POWER_OFF)
878 if (ios->clock >= 24000000)
880 else if (ios->clock >= 16000000)
882 else if (ios->clock >= 12000000)
899 if (ios->power_mode != MMC_POWER_OFF) {
911 if (ios->chip_select == MMC_CS_HIGH) {
912 BUG_ON(ios->bus_width != MMC_BUS_WIDTH_1);
932 host->bus_width = ios->bus_width;
H A Dsdhci.c714 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
728 if (ios->power_mode == MMC_POWER_OFF) {
733 sdhci_set_clock(host, ios->clock);
735 if (ios->power_mode == MMC_POWER_OFF)
738 sdhci_set_power(host, ios->vdd);
742 if (ios->bus_width == MMC_BUS_WIDTH_4)
747 if (ios->timing == MMC_TIMING_SD_HS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp131 std::ifstream inFile(inventoryFile.c_str(), std::ios::in);
187 std::ifstream inFile(vendorFile.c_str(), std::ios::in);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dio.c591 const u16 __iomem *ios = (const u16 __iomem *) s; local
601 u16 tmp = __raw_readw(ios++);
606 memcpy_fromio(d, ios, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dcheck.c259 p->ios[0], (unsigned long long)p->sectors[0],
260 p->ios[1], (unsigned long long)p->sectors[1]);
362 p->ios[0] = p->ios[1] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgenhd.h89 unsigned ios[2], sectors[2]; /* READs and WRITEs */ member in struct:hd_struct
106 unsigned long ios[2]; member in struct:disk_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dgenhd.c440 disk_stat_read(disk, ios[READ]),
444 disk_stat_read(disk, ios[WRITE]),
667 disk_stat_read(gp, ios[0]), disk_stat_read(gp, merges[0]),
670 disk_stat_read(gp, ios[1]), disk_stat_read(gp, merges[1]),
685 hd->ios[0], hd->sectors[0],
686 hd->ios[1], hd->sectors[1]);

Completed in 214 milliseconds

12