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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DErrorBuffer.java4 String[] msgs; field in class:ErrorBuffer
8 msgs = new String[num_msg];
13 msgs[current] = msg;
14 current = (current + 1) % msgs.length;
16 first = (first + 1) % msgs.length;
21 for (int i = first; i != current; i = (i + 1) % msgs.length) {
22 buf.append(msgs[i]);
23 if ((i + 1) % msgs.length != current)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgunfmt-tcl-136 tmpfiles="$tmpfiles msgs"
37 test -d msgs || mkdir msgs
40 ${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
45 ${MSGUNFMT} --tcl -d msgs -l fr -o prog.out || exit 1
H A Dlang-tcl18 ::msgcat::mcload [file join [file dirname [info script]] msgs]
72 tmpfiles="$tmpfiles msgs"
73 test -d msgs || mkdir msgs
76 ${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-i2c.c133 static int flexcop_master_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
143 msgs[0].flags == 0 &&
144 msgs[1].flags == I2C_M_RD &&
145 msgs[0].buf != NULL &&
146 msgs[1].buf != NULL) {
148 ret = fc->i2c_request(fc, FC_READ, FC_I2C_PORT_DEMOD, msgs[0].addr, msgs[0].buf[0], msgs[1].buf, msgs[1].len);
151 if (msgs[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-dev.h41 struct i2c_msg __user *msgs; /* pointers to i2c_msgs */ member in struct:i2c_rdwr_ioctl_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Drpa_vscsi.c82 queue->size * sizeof(*queue->msgs), DMA_BIDIRECTIONAL);
83 free_page((unsigned long)queue->msgs);
99 crq = &queue->msgs[queue->cur];
209 queue->msgs = (struct viosrp_crq *)get_zeroed_page(GFP_KERNEL);
211 if (!queue->msgs)
213 queue->size = PAGE_SIZE / sizeof(*queue->msgs);
215 queue->msg_token = dma_map_single(hostdata->dev, queue->msgs,
216 queue->size * sizeof(*queue->msgs),
272 queue->size * sizeof(*queue->msgs), DMA_BIDIRECTIONAL);
274 free_page((unsigned long)queue->msgs);
[all...]
H A Dibmvscsi.h54 struct viosrp_crq *msgs; member in struct:crq_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-i2c.c229 struct i2c_msg msgs[], int num)
237 addr = msgs[i].addr << 1;
239 (msgs[i].flags & I2C_M_RD) ? "read" : "write",
240 i == num - 1 ? "stop" : "nonstop", addr, msgs[i].len);
241 if (!msgs[i].len) { /* no len: check only for device presence */
251 } else if (msgs[i].flags & I2C_M_RD) {
255 msgs[i].buf,
256 msgs[i].len);
259 msgs[i].buf,
260 msgs[
228 em28xx_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-max6900.c62 struct i2c_msg msgs[2] = { local
78 rc = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs));
79 if (rc != ARRAY_SIZE(msgs)) {
90 struct i2c_msg msgs[1] = { local
102 rc = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs));
103 if (rc != ARRAY_SIZE(msgs)) {
H A Drtc-pcf8583.c59 struct i2c_msg msgs[2] = { local
76 ret = i2c_transfer(client->adapter, msgs, 2);
142 struct i2c_msg msgs[2] = { local
161 return i2c_transfer(client->adapter, msgs, 2) == 2 ? 0 : -EIO;
167 struct i2c_msg msgs[2] = { local
186 return i2c_transfer(client->adapter, msgs, 2) == 2 ? 0 : -EIO;
321 struct i2c_msg msgs[2] = { local
347 if (i2c_transfer(client->adapter, msgs, 2) != 2) {
H A Drtc-x1205.c117 struct i2c_msg msgs[] = { local
123 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
157 struct i2c_msg msgs[] = { local
163 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
267 struct i2c_msg msgs[] = { local
273 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
299 struct i2c_msg msgs[] = { local
305 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
369 struct i2c_msg msgs[2] = { local
374 if ((xfer = i2c_transfer(client->adapter, msgs,
397 struct i2c_msg msgs[2] = { local
[all...]
H A Drtc-pcf8563.c87 struct i2c_msg msgs[] = { local
93 if ((i2c_transfer(client->adapter, msgs, 2)) != 2) {
212 struct i2c_msg msgs[] = { local
217 xfer = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs));
219 if (xfer != ARRAY_SIZE(msgs)) {
H A Drtc-ds1672.c46 struct i2c_msg msgs[] = { local
52 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
129 struct i2c_msg msgs[] = { local
135 if ((i2c_transfer(client->adapter, &msgs[0], 2)) != 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c381 struct i2c_msg msgs[],
392 if ((msgs[0].flags & I2C_M_NOSTART)) {
396 if (msgs[0].addr < PVR2_I2C_FUNC_CNT) {
397 funcp = hdw->i2c_func[msgs[0].addr];
405 if (msgs[0].flags & I2C_M_RD) {
408 if (!msgs[0].len) {
410 if (funcp(hdw,msgs[0].addr,NULL,0,NULL,0)) {
420 tcnt = msgs[0].len;
427 if (funcp(hdw,msgs[0].addr,NULL,0,
428 msgs[
380 pvr2_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-powermac.c142 struct i2c_msg *msgs,
150 if (msgs->flags & I2C_M_TEN)
152 read = (msgs->flags & I2C_M_RD) != 0;
153 addrdir = (msgs->addr << 1) | read;
154 if (msgs->flags & I2C_M_REV_DIR_ADDR)
163 rc = pmac_i2c_xfer(bus, addrdir, 0, 0, msgs->buf, msgs->len);
141 i2c_powermac_master_xfer( struct i2c_adapter *adap, struct i2c_msg *msgs, int num) argument
H A Di2c-ibm_iic.c551 static int iic_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num) argument
565 if (unlikely(iic_invalid_address(&msgs[0]))){
567 msgs[0].addr, msgs[0].flags & I2C_M_TEN ? 10 : 7);
571 if (unlikely(msgs[i].len <= 0)){
572 if (num == 1 && !msgs[0].len){
577 return iic_smbus_quick(dev, &msgs[0]);
580 msgs[i].len, i);
583 if (unlikely(iic_address_neq(&msgs[0], &msgs[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfb_ddc.c24 struct i2c_msg msgs[] = { local
44 if (i2c_transfer(adapter, msgs, 2) == 2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-i2c.c236 struct i2c_msg *msgs, int num)
251 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) {
254 addr = msgs[i].addr << 1;
255 if (msgs[i].flags & I2C_M_RD)
257 if (i > 0 && msgs[i].flags & I2C_M_RD) {
268 if (msgs[i].flags & I2C_M_RD) {
271 for (byte = 0; byte < msgs[i].len; byte++) {
277 msgs[i].buf[byte] = rc;
282 for (byte = 0; byte < msgs[i].len; byte++) {
283 data = msgs[
235 saa7134_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsmp.c560 unsigned long msgs; local
563 msgs = ipi->bits;
567 if (!msgs)
573 nextmsg = msgs & -msgs;
574 msgs &= ~nextmsg;
602 } while (msgs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-pcf.c369 struct i2c_msg *msgs,
387 pmsg = &msgs[i];
423 i, msgs[i].addr, msgs[i].flags, msgs[i].len);)
368 pcf_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-i2c.c435 static int ivtv_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) argument
443 if (msgs[i].flags & I2C_M_RD)
444 retval = ivtv_read(itv, msgs[i].addr, msgs[i].buf, msgs[i].len);
447 int stop = !(i + 1 < num && msgs[i + 1].flags == I2C_M_RD);
449 retval = ivtv_write(itv, msgs[i].addr, msgs[i].buf, msgs[i].len, stop);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-av.c89 struct i2c_msg msgs[2]; local
91 msgs[0].flags = 0;
92 msgs[1].flags = I2C_M_RD;
93 msgs[0].addr = msgs[1].addr = id / 2;
95 msgs[0].len = 1;
96 msgs[1].len = 1;
97 msgs[0].buf = mm1;
98 msgs[1].buf = mm2;
100 i2c_transfer(i2c, msgs,
108 struct i2c_msg msgs[2] = { local
122 struct i2c_msg msgs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c201 printk(" msgs async_stp=%X disconnectable=%d aborting=%d }\n",
420 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {
562 msgqueue_flush(&info->scsi.msgs);
563 msgqueue_addmsg(&info->scsi.msgs, 5,
605 msgqueue_flush(&info->scsi.msgs);
606 msgqueue_addmsg(&info->scsi.msgs, 1, MESSAGE_REJECT);
892 msgqueue_flush(&info->scsi.msgs);
984 msgqueue_flush(&info->scsi.msgs);
1025 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT);
1041 msgqueue_flush(&info->scsi.msgs);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl/po/
H A DMakefile.am171 $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
176 $(INSTALL_DATA) $$realcat $(DESTDIR)$(pkgdatadir)/msgs/$$cat; \
177 echo "installing $$realcat as $(DESTDIR)$(pkgdatadir)/msgs/$$cat"; \
183 $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
191 rm -f $(DESTDIR)$(pkgdatadir)/msgs/$$cat; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/po/
H A DMakefile.am171 $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
176 $(INSTALL_DATA) $$realcat $(DESTDIR)$(pkgdatadir)/msgs/$$cat; \
177 echo "installing $$realcat as $(DESTDIR)$(pkgdatadir)/msgs/$$cat"; \
183 $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
191 rm -f $(DESTDIR)$(pkgdatadir)/msgs/$$cat; \

Completed in 171 milliseconds

123