Searched refs:retval (Results 301 - 325 of 1378) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/usb/core/
H A Dendpoint.c154 int retval; local
158 retval = -ENOMEM;
169 retval = device_register(&ep_dev->dev);
170 if (retval)
175 return retval;
180 return retval;
/linux-master/tools/testing/selftests/hid/progs/
H A Dhid.c10 int retval; member in struct:attach_prog_args
61 ctx->retval = hid_bpf_attach_prog(ctx->hid,
72 int retval; member in struct:hid_hw_request_syscall_args
97 args->retval = ret;
121 args->retval = ret;
143 args->retval = ret;
/linux-master/fs/reiserfs/
H A Dinode.c214 static inline int allocation_needed(int retval, b_blocknr_t allocated, argument
220 if (retval == POSITION_FOUND && is_indirect_le_ih(ih) &&
226 static inline int indirect_item_found(int retval, struct item_head *ih) argument
228 return (retval == POSITION_FOUND) && is_indirect_le_ih(ih);
577 int retval = 0; local
593 retval = -ENOMEM;
612 retval = __reiserfs_write_begin(tail_page, tail_start,
614 if (retval)
620 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end);
628 return retval;
652 int repeat, retval = 0; local
1439 int retval; local
1532 int retval; local
1793 int retval; local
1855 int retval; local
1920 int retval; local
2362 int retval; local
[all...]
/linux-master/sound/atmel/
H A Dac97c.c191 int retval; local
252 retval = snd_ac97_set_rate(chip->ac97, AC97_PCM_FRONT_DAC_RATE,
254 if (retval)
264 return retval;
273 int retval; local
334 retval = snd_ac97_set_rate(chip->ac97, AC97_PCM_LR_ADC_RATE,
336 if (retval)
346 return retval;
467 irqreturn_t retval = IRQ_NONE; local
518 retval
571 int retval; local
708 int retval; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h35 int retval = 0; local
72 retval = -1;
86 return retval;
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dibuf_ctrl_rmgr.c50 bool retval = false; local
100 retval = true;
103 return retval;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c55 ASSERT_EQ(opts.retval, expected_retval, "check_retval");
62 opts.retval = 0;
66 ASSERT_EQ(opts.retval, expected_retval, "check_retval");
H A Dtest_skb_pkt_end.c20 if (!ASSERT_EQ(topts.retval, 123, "test_run retval"))
H A Dxdp_perf.c24 ASSERT_EQ(topts.retval, XDP_PASS, "test_run retval");
H A Drbtree.c28 ASSERT_OK(opts.retval, "rbtree_add_nodes retval");
50 ASSERT_OK(opts.retval, "rbtree_add_and_remove retval");
72 ASSERT_OK(opts.retval, "rbtree_first_and_remove retval");
96 ASSERT_OK(opts.retval, "rbtree_api_release_aliasing retval");
H A Dwq.c29 ASSERT_EQ(topts.retval, 0, "test_run");
/linux-master/lib/
H A Dstrncpy_from_user.c127 long retval; local
139 retval = do_strncpy_from_user(dst, src, count, max);
141 return retval;
/linux-master/include/rv/
H A Dda_monitor.h377 bool retval; \
379 retval = da_event_##name(da_mon, event); \
380 if (!retval) \
390 bool retval; \
392 retval = da_monitor_handling_event_##name(da_mon); \
393 if (!retval) \
460 bool retval; \
462 retval = da_event_##name(da_mon, tsk, event); \
463 if (!retval) \
474 bool retval; \
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dtrace.h100 TP_PROTO(unsigned long opcode, long retval, unsigned long *retbuf),
102 TP_ARGS(opcode, retval, retbuf),
108 __field(long, retval)
113 __entry->retval = retval;
116 TP_printk("opcode=%lu retval=%ld", __entry->opcode, __entry->retval),
250 TP_PROTO(unsigned long opcode, unsigned long retval),
252 TP_ARGS(opcode, retval),
256 __field(unsigned long, retval)
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c292 int retval = 0; local
298 retval = remove_queue_mes(dqm, q, qpd);
299 if (retval) {
304 return retval;
310 return retval;
542 int retval; local
549 retval = -EPERM;
554 retval = allocate_vmid(dqm, qpd, q);
555 if (retval)
572 retval
770 int retval; local
829 int retval; local
860 int retval = 0; local
1052 int retval, ret = 0; local
1102 int retval = 0; local
1162 int retval, ret = 0; local
1241 int retval = 0; local
1303 int retval; local
1339 int retval; local
1642 int retval; local
1795 int retval; local
1931 int retval; local
1960 int retval = 0; local
2024 int retval; local
2041 int retval; local
2081 int retval; local
2186 bool retval = true; local
2246 int retval = 0; local
2372 int retval; local
2489 int retval; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dn411.c123 int retval; local
125 retval = n411_init_control(par);
126 if (retval)
127 return retval;
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-firmware.c102 int size, retval; local
133 retval = fw_write(client, buffer, len + 2);
135 if (retval < 0) {
137 return retval;
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.c334 int retval; local
341 retval = -ENOMEM;
362 retval = c67x00_sched_start_scheduler(c67x00);
363 if (retval)
366 retval = usb_add_hcd(hcd, 0, 0);
367 if (retval) {
369 __func__, retval); local
380 return retval;
387 return retval;
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_pci.c60 int retval = 0, nres = 2; local
71 retval = pcim_enable_device(pdev);
72 if (retval)
73 return retval;
/linux-master/drivers/input/mouse/
H A Dsynaptics_usb.c245 int retval; local
247 retval = usb_autopm_get_interface(synusb->intf);
248 if (retval) {
251 __func__, retval);
252 return retval;
256 retval = usb_submit_urb(synusb->urb, GFP_KERNEL);
257 if (retval) {
260 __func__, retval);
261 retval = -EIO;
271 return retval;
487 int retval = 0; local
514 int retval = 0; local
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800pci.c198 int retval; local
200 retval = rt2800mmio_enable_radio(rt2x00dev);
201 if (retval)
202 return retval;
214 return retval;
239 int retval = 0; local
243 retval = rt2800pci_enable_radio(rt2x00dev);
260 retval = rt2800pci_set_state(rt2x00dev, state);
263 retval = -ENOTSUPP;
267 if (unlikely(retval))
279 int retval; local
[all...]
/linux-master/fs/9p/
H A Dvfs_file.c416 int retval; local
418 retval = file_write_and_wait_range(filp, start, end);
419 if (retval)
420 return retval;
428 retval = p9_client_wstat(fid, &wstat);
431 return retval;
439 int retval; local
441 retval = file_write_and_wait_range(filp, start, end);
442 if (retval)
443 return retval;
459 int retval; local
[all...]
/linux-master/drivers/hid/bpf/progs/
H A DXPPen__Artist24.bpf.c218 ctx->retval = ctx->rdesc_size != 107;
219 if (ctx->retval)
220 ctx->retval = -EINVAL;
224 ctx->retval = -EINVAL;
/linux-master/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_btfarg.tc58 echo "f:fpevent ${TP3}%return path=\$retval->name:string" >> dynamic_events
62 grep -q "fpevent.*path=\$retval->name:string" dynamic_events
/linux-master/drivers/usb/gadget/function/
H A Drndis.c172 int retval = -ENOTSUPP; local
215 retval = 0;
228 retval = 0;
235 retval = 0;
243 retval = 0;
251 retval = 0;
263 retval = 0;
271 retval = 0;
280 retval = 0;
288 retval
488 int i, retval = -ENOTSUPP; local
[all...]

Completed in 217 milliseconds

<<11121314151617181920>>