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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-algo-pca.h8 int (*read_byte) (struct i2c_algo_pca_data *adap, int reg); member in struct:i2c_algo_pca_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Drx.c46 static int read_byte(int fd, unsigned int timeout) function
91 blockBegin = read_byte(ttyfd, timeout);
113 blockNo = read_byte(ttyfd, TIMEOUT);
118 blockNoOnesCompl = read_byte(ttyfd, TIMEOUT);
133 int cc = read_byte(ttyfd, TIMEOUT);
141 crcHi = read_byte(ttyfd, TIMEOUT);
145 crcLo = read_byte(ttyfd, TIMEOUT);
149 cksum = read_byte(ttyfd, TIMEOUT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) function
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
98 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
99 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
100 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 (void) read_byte(sinfo);
209 /* inline copy of read_byte() for speed */
372 (void) read_byte(sourc
[all...]
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/masters/
H A Dds1wm.c99 u8 read_byte; /* last byte received */ member in struct:ds1wm_data
128 ds1wm_data->read_byte = ds1wm_read_register(ds1wm_data,
199 return ds1wm_data->read_byte;
319 .read_byte = ds1wm_read_byte,
H A Dds2482.c498 data->w1_ch[idx].w1_bm.read_byte = ds2482_w1_read_byte;
H A Dds2490.c604 dev->master.read_byte = &ds9490r_read_byte;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/
H A Dw1.h117 u8 (*read_byte)(void *); member in struct:w1_bus_master
125 * Same as a series of read_byte() calls
H A Dw1_io.c185 if (dev->bus_master->read_byte)
186 res = dev->bus_master->read_byte(dev->bus_master->data);
H A Dw1_int.c104 !(master->write_byte && master->read_byte && master->reset_bus)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-pca-isa.c111 .read_byte = pca_isa_readbyte,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dams-delta.c183 this->read_byte = ams_delta_read_byte;
H A Dcmx270_nand.c205 this->read_byte = cmx270_read_byte;
H A Dnand_base.c334 if (chip->read_byte(mtd) != 0xff)
401 return (chip->read_byte(mtd) & NAND_STATUS_WP) ? 0 : 1;
527 while (!(chip->read_byte(mtd) & NAND_STATUS_READY)) ;
633 while (!(chip->read_byte(mtd) & NAND_STATUS_READY)) ;
751 if (chip->read_byte(mtd) & NAND_STATUS_READY)
758 status = (int)chip->read_byte(mtd);
2300 if (!chip->read_byte)
2301 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte;
2343 *maf_id = chip->read_byte(mtd);
2344 dev_id = chip->read_byte(mt
[all...]
H A Drtc_from4.c424 rtn = this->read_byte(mtd);
438 rtn = this->read_byte(mtd);
H A Ddiskonchip.c329 printk("read_byte returns %02x\n", ret);
416 ret = this->read_byte(mtd) << 8;
417 ret |= this->read_byte(mtd);
476 status = (int)this->read_byte(mtd);
567 printk("read_byte returns %02x\n", ret);
811 while (!(this->read_byte(mtd) & 0x40)) ;
1424 this->read_byte = doc2000_read_byte;
1441 this->read_byte = doc2001_read_byte;
1472 this->read_byte = doc2001plus_read_byte;
H A Dcs553x_nand.c225 this->read_byte = cs553x_read_byte;
H A Dau1550nd.c572 this->read_byte = (!nand_width) ? au_read_byte16 : au_read_byte;
H A Dnandsim.c1591 NS_ERR("read_byte: chip is disabled, return %#x\n", (uint)outb);
1595 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb);
1599 NS_WARN("read_byte: unexpected data output cycle, state is %s "
1606 NS_DBG("read_byte: return %#x status\n", ns->regs.status);
1612 NS_WARN("read_byte: no more data to output, return %#x\n", (uint)outb);
1627 NS_DBG("read_byte: read ID byte %d, total = %d\n", ns->regs.count, ns->regs.num);
1636 NS_DBG("read_byte: all bytes were read\n");
1646 NS_DBG("read_byte: switch to the next page (%#x)\n", ns->regs.row);
1832 return chip->read_byte(mtd) | (chip->read_byte(mt
[all...]
H A Dcafe_nand.c663 cafe->nand.read_byte = cafe_read_byte;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dhades-pci.c337 .read_byte = hades_read_config_byte,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-pca.c40 #define pca_inw(adap, reg) adap->read_byte(adap, reg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h338 * @read_byte: [REPLACEABLE] read one byte from the chip
397 uint8_t (*read_byte)(struct mtd_info *mtd); member in struct:nand_chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c2004 while (!(chip->read_byte(mtd) & NAND_STATUS_READY));
2130 while (!(chip->read_byte(mtd) & NAND_STATUS_READY));
2259 chbuf = chip->read_byte(mtd);
2315 chip->read_byte = brcmnand_read_byte;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddc395x.c4036 u8 read_byte; local
4049 read_byte = inb(io_port + TRM_S1040_GEN_NVRAM);
4051 if (read_byte & NVR_BITIN)

Completed in 184 milliseconds