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

1234567891011>>

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dsemaphore-helper.h50 int ret; local
54 ret = 0;
57 ret = 1;
60 return ret;
72 int ret; local
76 ret = 0;
79 ret = 1;
82 ret = -EINTR;
85 return ret;
95 int ret; local
[all...]
H A Dldsr.h43 int ret; local
49 : "=r" (ret)
59 return ret >> self;
68 int ret; local
82 : "=&r" (ret)
92 return ret >> self;
H A Dubicom32-common.h71 : "=r" (ret) \
99 int ret; local
101 return ret;
H A Datomic.h86 * instructions whereas generating both the atomic result and the "ret"
96 int ret; local
100 ret = vt->counter;
101 vt->counter = ret + i;
104 return ret + i;
114 * instructions whereas generating both the atomic result and the "ret"
124 int ret; local
128 ret = vt->counter;
129 vt->counter = ret - i;
132 return ret
157 int ret; local
267 unsigned long ret; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/arch/mips/adm5120/prom/
H A Dgeneric.c27 char *ret; local
29 ret = NULL;
32 ret = *env;
37 return ret;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dswitch-bcm539x.c75 int ret; local
80 ret = spi_write_then_read(bd->spi, txbuf, 2, &rxbuf, 1);
119 int ret; local
130 ret = bcm539x_wait_status(bd, BCM539X_GLOBAL_SPI_ST_SPIF, 0);
131 if (ret) {
138 ret = bcm539x_set_page(bd, page);
139 if (ret) {
161 ret = spi_write(bd->spi, txbuf, 2 + len);
165 return ret;
208 int ret; local
274 int ret = bcm539x_read_bytes(bd, page, reg, buf, 4); local
286 int ret = bcm539x_read_bytes(bd, page, reg, buf, 2); local
307 int ret; local
328 int ret; local
354 int ret; local
436 int ret; local
547 int ret; local
646 int ret; local
678 int ret; local
697 int ret; local
774 int ret; local
804 int ret; local
858 int ret; local
1018 int i, ret; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_init.c90 int ret; local
100 ret = ecm_db_init(ecm_dentry);
101 if (0 != ret) {
105 ret = ecm_classifier_default_init(ecm_dentry);
106 if (0 != ret) {
111 ret = ecm_classifier_nl_rules_init(ecm_dentry);
112 if (0 != ret) {
118 ret = ecm_classifier_hyfi_rules_init(ecm_dentry);
119 if (0 != ret) {
125 ret
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Dioctl.c129 A_STATUS ret; local
150 ret = wmi_set_wmm_cmd(ar->arWmi, cmd.status);
152 switch (ret) {
170 A_STATUS ret; local
185 ret = wmi_set_wmm_txop(ar->arWmi, cmd.txopEnable);
187 switch (ret) {
204 A_STATUS ret = 0; local
212 ret = -EFAULT;
214 return ret;
224 int ret local
244 int ret = 0; local
295 int ret = 0; local
330 int ret = 0; local
397 int ret = 0; local
420 int ret = 0; local
444 int ret = 0; local
480 A_STATUS ret; local
513 int ret = 0; local
543 int ret = 0; local
571 int ret = 0; local
622 int ret = 0; local
642 int ret = 0; local
659 int ret = 0; local
702 int ret = 0; local
728 int ret = 0; local
753 int ret = 0; local
779 int ret = 0; local
805 int ret = 0; local
830 int ret = 0; local
965 int ret, param, param2; local
2064 int ret = 0; local
2177 int ret = 0; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Ddma.c41 void *ret; local
47 ret = (void *)__get_free_pages(gfp, get_order(size));
49 if (ret != NULL) {
50 memset(ret, 0, size);
51 *dma_handle = virt_to_phys(ret);
53 return ret;
H A Dptrace.c118 int ret; local
123 ret = generic_ptrace_peekdata(child, addr, data);
130 ret = -EIO;
137 ret = -EIO;
158 ret = put_user(tmp, (unsigned long *)data);
164 ret = generic_ptrace_pokedata(child, addr, data);
170 if (request == PTRACE_POKETEXT && ret == 0) {
177 ret = -EIO;
183 ret = ptrace_put_reg(child, addr, data);
191 ret
[all...]
H A Dsemaphore.c140 int ret = 0; local
144 ret = waking_non_zero_interruptible(sem, current);
145 if (ret) {
146 if (ret == 1)
147 /* ret != 0 only if we get interrupted -arca */
148 ret = 0;
153 return ret;
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/sound/soc/ath79/
H A Dqca-cus227.c41 int ret; local
60 ret = snd_soc_dai_set_sysclk(codec_dai, WM8988_SYSCLK, clk,
62 if (ret < 0)
63 return ret;
80 int ret; local
82 ret = snd_soc_dai_set_sysclk(codec_dai, WM8988_SYSCLK,
84 if (ret < 0)
85 return ret;
116 int ret; local
123 ret
[all...]
H A Dqca-db120.c52 int ret; local
59 ret = platform_device_add(db120_snd_device);
61 if (ret) {
65 return ret;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/
H A DmvSpiCmnd.c98 MV_STATUS ret; local
110 ret = mvSpiReadWrite(pRxBuff, pTxBuff, buffSize);
115 return ret;
142 MV_STATUS ret = MV_OK, tempRet; local
166 ret = tempRet;
177 ret = tempRet;
183 return ret;
210 MV_STATUS ret = MV_OK, tempRet; local
227 ret = tempRet;
241 ret
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/sound/soc/s3c24xx/
H A Dgta02_wm8753.c51 int ret = 0; local
88 ret = snd_soc_dai_set_fmt(codec_dai,
91 if (ret < 0)
92 return ret;
95 ret = snd_soc_dai_set_fmt(cpu_dai,
98 if (ret < 0)
99 return ret;
102 ret = snd_soc_dai_set_sysclk(codec_dai, WM8753_MCLK, pll_out,
104 if (ret < 0)
105 return ret;
158 int ret = 0; local
474 int ret; local
[all...]
/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dioapi.c96 uLong ret; local
97 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
98 return ret;
108 uLong ret; local
109 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
110 return ret;
117 long ret; local
118 ret = ftell((FILE *)stream);
119 return ret;
129 long ret; local
152 int ret; local
161 int ret; local
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkcameofw.c146 int ret = EXIT_FAILURE; local
161 ret = EXIT_SUCCESS;
166 return ret;
171 int ret; local
201 ret = get_file_stat(&kernel_info);
202 if (ret)
203 return ret;
205 ret = get_file_stat(&rootfs_info);
206 if (ret)
207 return ret;
238 int ret = EXIT_FAILURE; local
284 int ret = EXIT_FAILURE; local
340 int ret = EXIT_FAILURE; local
[all...]
H A Dmkzcfw.c113 struct board_info *ret; local
116 ret = NULL;
119 ret = board;
124 return ret;
167 int ret = EXIT_FAILURE; local
182 ret = EXIT_SUCCESS;
187 return ret;
192 int ret; local
210 ret = get_file_stat(&kernel_info);
211 if (ret)
244 int ret = EXIT_FAILURE; local
278 int ret = EXIT_FAILURE; local
363 int ret = EXIT_FAILURE; local
[all...]
H A Dfix-u-media-header.c161 int ret = EXIT_FAILURE; local
176 ret = EXIT_SUCCESS;
181 return ret;
186 int ret; local
198 ret = get_file_stat(&if_info);
199 if (ret)
200 return ret;
208 int ret = EXIT_FAILURE; local
223 ret = EXIT_SUCCESS;
228 if (ret !
241 int ret = EXIT_FAILURE; local
302 int ret = EXIT_FAILURE; local
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/bin/
H A Dipcalc.sh14 for (ret=0,n=split(ip,a,"\."),x=1;x<=n;x++) ret=or(lshift(ret,8),a[x])
15 return ret
18 function int2ip(ip,ret,x) {
19 ret=and(ip,255)
21 for(;x<3;ret=and(ip,255)"."ret,ip=rshift(ip,8),x++);
22 return ret
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dx509write.c365 int ret; local
371 if ((ret = asn1_add_obj(oid, len, ASN1_OID, &tmp)) != 0) {
373 return ret;
377 if ((ret = asn1_add_obj(value, val_len, tag_val, &tmp)) != 0) {
379 return ret;
383 if ((ret = asn1_append_nodes(node, tag, 1, &tmp)) != 0) {
385 return ret;
399 int ret; local
420 if ((ret = asn1_add_obj(date, 13, ASN1_UTC_TIME, node)) != 0)
421 return ret;
432 int ret = 0; local
465 int ret = 0; local
615 int ret; local
686 int ret; local
719 int ret = 0, is_tag = 1, is_begin = -1, len = 0; local
949 int ret; local
972 int ret; local
1007 int ret, serial; local
1087 int ret; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_init.c232 int ret, i; local
236 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
241 return ret;
256 return ret;
266 return ret;
277 return ret;
286 int ret; local
288 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
291 return ret;
304 return ret;
356 int ret, i; local
383 int ret; local
405 int ret; local
427 int ret; local
459 int ret; local
490 int ret; local
521 int ret; local
560 int ret; local
598 int ret; local
617 int ret; local
638 int ret; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/mtd/nand/
H A Drb4xx_nand.c142 int ret; local
146 ret = gpio_request(RB4XX_NAND_GPIO_READY, "NAND RDY");
147 if (ret) {
153 ret = gpio_direction_input(RB4XX_NAND_GPIO_READY);
154 if (ret) {
160 ret = gpio_request(RB4XX_NAND_GPIO_ALE, "NAND ALE");
161 if (ret) {
167 ret = gpio_direction_output(RB4XX_NAND_GPIO_ALE, 0);
168 if (ret) {
174 ret
[all...]
/netgear-R7800-V1.0.2.28/package/dumpevents/files/
H A Dnodes_json.lua15 local ret
17 ret = nil
19 ret = redis.call('get', key)
21 ret = redis.call('smembers', key)
23 ret = redis.call('hgetall', key)
25 ret = redis.call('lrange', key, 0, -1)
27 ret = 'error reading ' .. key .. ' from redis'
29 return ret
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/hif/
H A Dhif2.c151 int ret; local
157 ret = req->read(req->func, req->buf, req->addr, req->len);
159 ret = req->write(req->func, req->addr, req->buf, req->len);
162 status = ret ? A_ERROR : A_OK;
477 int ret; local
488 ret = sdio_set_block_size(func, HIF_MBOX_BLOCK_SIZE);
489 if (ret < 0) {
490 dev_err(dev, "sdio_set_block_size returns %d\n", ret);
493 ret = sdio_claim_irq(func, sdio_ar6000_irq);
494 if (ret) {
548 int ret; local
581 int ret = 0; local
631 int ret = 0; local
700 int ret; local
[all...]

Completed in 312 milliseconds

1234567891011>>