Searched refs:retval (Results 426 - 450 of 1378) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/comedi/
H A Dcomedi_fops.c329 int retval; local
350 retval = comedi_buf_alloc(dev, s, new_size);
351 if (retval < 0)
352 return retval;
355 retval = s->buf_change(dev, s);
356 if (retval < 0)
357 return retval;
877 int retval = 0; local
905 retval = resize_async_buffer(dev, s, bc.size);
906 if (retval <
1115 int retval = 0; local
2333 int retval = 0; local
2473 int retval = 0; local
2609 int retval = 0; local
3363 int retval; local
[all...]
/linux-master/drivers/platform/x86/
H A Dsamsung-laptop.c473 int retval; local
475 retval = sabi_command(samsung, commands->get_brightness,
477 if (retval)
478 return retval;
652 int retval; local
656 retval = sabi_command(samsung, commands->get_performance_level,
658 if (retval)
659 return retval;
705 int retval; local
712 retval
774 int retval; local
843 int retval; local
1039 int retval = 0; local
1051 int retval; local
1073 int retval; local
1426 int retval = sabi_set_commandb(samsung, local
[all...]
/linux-master/fs/hfs/
H A Dbrec.c21 __be16 retval[2]; local
25 hfs_bnode_read(node, retval, dataoff, 4);
26 *off = be16_to_cpu(retval[1]);
27 return be16_to_cpu(retval[0]) - *off;
33 u16 retval, recoff; local
41 retval = node->tree->max_key_len + 2;
43 retval = node->tree->max_key_len + 1;
49 retval = hfs_bnode_read_u16(node, recoff) + 2;
50 if (retval > node->tree->max_key_len + 2) {
51 pr_err("keylen %d too large\n", retval);
[all...]
/linux-master/drivers/watchdog/
H A Dindydog.c101 int options, retval = -EINVAL; local
123 retval = 0;
127 retval = 0;
129 return retval;
H A Dsbc_epx_c3.c104 int options, retval = -EINVAL; local
126 retval = 0;
131 retval = 0;
134 return retval;
H A Dwafer5823wdt.c147 int options, retval = -EINVAL; local
154 retval = 0;
159 retval = 0;
162 return retval;
H A Dwdt285.c197 int retval; local
202 retval = misc_register(&watchdog_miscdev);
203 if (retval < 0)
204 return retval;
H A Dacquirewdt.c146 int options, retval = -EINVAL; local
169 retval = 0;
173 retval = 0;
175 return retval;
/linux-master/drivers/char/agp/
H A Dsworks-agp.c96 int retval = 0; local
107 retval = -ENOMEM;
111 retval = serverworks_create_page_map(entry);
112 if (retval != 0) break;
117 if (retval != 0) serverworks_free_gatt_pages();
119 return retval;
142 int retval; local
147 retval = serverworks_create_page_map(&page_dir);
148 if (retval != 0) {
149 return retval;
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfentry_fexit.c32 ASSERT_OK(topts.retval, "ipv6 test retval");
H A Dmap_ptr.c40 if (!ASSERT_NEQ(topts.retval, 0, "test_run retval"))
H A Dflow_dissector_load_bytes.c47 ASSERT_EQ(topts.retval, BPF_OK, "test_run retval");
H A Dxdp_adjust_frags.c45 ASSERT_EQ(topts.retval, XDP_PASS, "xdp_update_frag retval");
70 ASSERT_EQ(topts.retval, XDP_PASS, "xdp_update_frag retval");
84 ASSERT_EQ(topts.retval, XDP_PASS, "xdp_update_frag retval");
98 ASSERT_EQ(topts.retval, XDP_PASS, "xdp_update_frag retval");
/linux-master/drivers/macintosh/
H A Dans-lcd.c160 int retval; local
172 retval = misc_register(&anslcd_dev);
173 if(retval < 0){
176 return retval;
/linux-master/drivers/input/touchscreen/
H A Dcyttsp_spi.c43 int retval; local
91 retval = spi_sync(spi, &msg);
92 if (retval < 0) {
94 __func__, retval, xfer[1].len, op);
H A Dcyttsp4_spi.c44 int retval; local
92 retval = spi_sync(spi, &msg);
93 if (retval < 0) {
95 __func__, retval, xfer[1].len, op);
/linux-master/fs/verity/
H A Dread_metadata.c23 int retval = 0; local
66 retval += bytes_to_copy;
77 return retval ? retval : err;
/linux-master/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c148 int retval = -ENOMEM; local
187 retval = i82596_probe(netdevice);
188 if (retval)
197 return retval;
/linux-master/drivers/misc/
H A Disl29020.c144 int retval; local
146 retval = i2c_smbus_write_byte_data(client, 0x00, 0xc0);
147 if (retval < 0) {
149 return retval;
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_syntax.tc88 echo "r ${PROBEFUNC} \$retval" > kprobe_events
89 ! echo "p ${PROBEFUNC} \$retval" > kprobe_events
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236_common.c43 bool retval = false; local
49 retval = board->intr_chk_clr_cb(dev);
51 retval = true;
55 return retval;
/linux-master/drivers/char/hw_random/
H A Dtimeriomem-rng.c49 int retval = 0; local
70 if (retval > 0)
75 retval += sizeof(u32);
89 return retval;
H A Dnpcm-rng.c57 int retval = 0; local
77 retval++;
85 return retval || !wait ? retval : -EIO;
/linux-master/drivers/tty/
H A Dtty_ioctl.c452 int retval = tty_check_change(tty); local
454 if (retval)
455 return retval;
488 retval = wait_event_interruptible(tty->write_wait, !tty_chars_in_buffer(tty));
489 if (retval < 0)
490 return retval;
631 int retval; local
635 retval = tty_check_change(tty);
636 if (retval)
637 return retval;
928 int retval = tty_check_change(tty); local
943 int retval; local
[all...]
/linux-master/drivers/acpi/
H A Dacpi_tad.c79 unsigned long long retval; local
94 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval);
98 if (ACPI_FAILURE(status) || retval)
262 unsigned long long retval; local
270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
274 if (ACPI_FAILURE(status) || retval)
311 unsigned long long retval; local
318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
325 if ((u32)retval == ACPI_TAD_WAKE_DISABLED)
328 return sprintf(buf, "%u\n", (u32)retval);
367 unsigned long long retval; local
408 unsigned long long retval; local
[all...]

Completed in 201 milliseconds

<<11121314151617181920>>