Home
last modified time | relevance | path

Searched refs:retval (Results 901 - 925 of 3159) sorted by relevance

1...<<31323334353637383940>>...127

/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c391 int retval = 0; in ibm_find_acpi_device() local
397 return retval; in ibm_find_acpi_device()
413 retval = FOUND_APCI; in ibm_find_acpi_device()
416 return retval; in ibm_find_acpi_device()
421 int retval = 0; in ibm_acpiphp_init() local
432 retval = -ENODEV; in ibm_acpiphp_init()
439 retval = -ENODEV; in ibm_acpiphp_init()
443 retval = -ENODEV; in ibm_acpiphp_init()
454 retval = -EBUSY; in ibm_acpiphp_init()
459 retval in ibm_acpiphp_init()
[all...]
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dpegasus_notetaker.c179 int retval; in pegasus_irq() local
200 retval = usb_submit_urb(urb, GFP_ATOMIC); in pegasus_irq()
201 if (retval) in pegasus_irq()
203 __func__, retval); in pegasus_irq()
425 int retval = 0; in pegasus_resume() local
429 retval = -EIO; in pegasus_resume()
432 return retval; in pegasus_resume()
438 int retval = 0; in pegasus_reset_resume() local
442 retval = pegasus_set_mode(pegasus, PEN_MODE_XY, in pegasus_reset_resume()
444 if (!retval in pegasus_reset_resume()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H A Dsst_loader.c287 int retval = 0; in sst_cache_and_parse_fw() local
291 retval = -ENOMEM; in sst_cache_and_parse_fw()
297 retval = sst_parse_fw_memcpy(sst, fw->size, &sst->memcpy_list); in sst_cache_and_parse_fw()
298 if (retval) { in sst_cache_and_parse_fw()
306 return retval; in sst_cache_and_parse_fw()
343 int retval = 0; in sst_request_fw() local
346 retval = request_firmware(&fw, sst->firmware_name, sst->dev); in sst_request_fw()
347 if (retval) { in sst_request_fw()
348 dev_err(sst->dev, "request fw failed %d\n", retval); in sst_request_fw()
349 return retval; in sst_request_fw()
[all...]
/third_party/gptfdisk/
H A Dgptcl.cc69 int partNum = 0, newPartNum = -1, saveNonGPT = 1, retval = 0, pretend = 0; in DoOptions() local
385 retval = 8; in DoOptions()
469 retval = 0; in DoOptions()
476 retval = 0; in DoOptions()
499 retval = 2; in DoOptions()
503 retval = 4; in DoOptions()
507 retval = 3; in DoOptions()
511 retval = 4; in DoOptions()
516 return retval; in DoOptions()
587 uint64_t retval; in GetInt() local
590 inString >> retval; GetInt() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dmpic.c747 u32 retval; in openpic_gbl_read() local
751 retval = 0xFFFFFFFF; in openpic_gbl_read()
757 retval = opp->frr; in openpic_gbl_read()
758 retval |= (opp->nb_cpus - 1) << FRR_NCPU_SHIFT; in openpic_gbl_read()
761 retval = opp->gcr; in openpic_gbl_read()
764 retval = opp->vir; in openpic_gbl_read()
767 retval = 0x00000000; in openpic_gbl_read()
770 retval = opp->brr1; in openpic_gbl_read()
781 &retval, get_current_cpu()); in openpic_gbl_read()
790 retval in openpic_gbl_read()
851 uint32_t retval = -1; openpic_tmr_read() local
914 uint32_t retval; openpic_src_read() local
1130 int retval, irq; openpic_iack() local
1195 uint32_t retval; openpic_cpu_read_internal() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dmpic.c747 u32 retval; in openpic_gbl_read() local
751 retval = 0xFFFFFFFF; in openpic_gbl_read()
757 retval = opp->frr; in openpic_gbl_read()
758 retval |= (opp->nb_cpus - 1) << FRR_NCPU_SHIFT; in openpic_gbl_read()
761 retval = opp->gcr; in openpic_gbl_read()
764 retval = opp->vir; in openpic_gbl_read()
767 retval = 0x00000000; in openpic_gbl_read()
770 retval = opp->brr1; in openpic_gbl_read()
781 &retval, get_current_cpu()); in openpic_gbl_read()
790 retval in openpic_gbl_read()
851 uint32_t retval = -1; openpic_tmr_read() local
914 uint32_t retval; openpic_src_read() local
1130 int retval, irq; openpic_iack() local
1195 uint32_t retval; openpic_cpu_read_internal() local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-dj.c758 int retval; in delayedwork_callback() local
795 retval = logi_dj_recv_query_paired_devices(djrcv_dev); in delayedwork_callback()
796 if (retval) { in delayedwork_callback()
798 __func__, retval); in delayedwork_callback()
1153 int retval; in logi_dj_recv_query_hidpp_devices() local
1159 retval = hid_hw_raw_request(djrcv_dev->hidpp, in logi_dj_recv_query_hidpp_devices()
1166 return (retval < 0) ? retval : 0; in logi_dj_recv_query_hidpp_devices()
1172 int retval; in logi_dj_recv_query_paired_devices() local
1185 retval in logi_dj_recv_query_paired_devices()
1197 int retval = 0; logi_dj_recv_switch_to_dj_mode() local
1349 int retval; logi_dj_ll_parse() local
1675 int retval; logi_dj_probe() local
1803 int retval; logi_dj_reset_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dmessage.c53 int retval; in usb_start_wait_urb() local
58 retval = usb_submit_urb(urb, GFP_NOIO); in usb_start_wait_urb()
59 if (unlikely(retval)) in usb_start_wait_urb()
65 retval = (ctx.status == -ENOENT ? -ETIMEDOUT : ctx.status); in usb_start_wait_urb()
75 retval = ctx.status; in usb_start_wait_urb()
81 return retval; in usb_start_wait_urb()
440 int i, found, retval; in sg_complete() local
454 retval = usb_unlink_urb(io->urbs[i]); in sg_complete()
455 if (retval != -EINPROGRESS && in sg_complete()
456 retval ! in sg_complete()
662 int retval; usb_sg_wait() local
726 int i, retval; usb_sg_cancel() local
1685 int i, retval; usb_reset_configuration() local
1856 struct usb_interface_assoc_descriptor *retval = NULL; find_iad() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf_fdpic.c143 int retval, loop; in elf_fdpic_fetch_phdrs() local
156 retval = kernel_read(file, params->phdrs, size, &pos); in elf_fdpic_fetch_phdrs()
157 if (unlikely(retval != size)) in elf_fdpic_fetch_phdrs()
158 return retval < 0 ? retval : -ENOEXEC; in elf_fdpic_fetch_phdrs()
197 int retval, i; in load_elf_fdpic_binary() local
209 retval = -ENOEXEC; in load_elf_fdpic_binary()
224 retval = elf_fdpic_fetch_phdrs(&exec_params, bprm->file); in load_elf_fdpic_binary()
225 if (retval < 0) in load_elf_fdpic_binary()
234 retval in load_elf_fdpic_binary()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c143 int retval, loop; in elf_fdpic_fetch_phdrs() local
156 retval = kernel_read(file, params->phdrs, size, &pos); in elf_fdpic_fetch_phdrs()
157 if (unlikely(retval != size)) in elf_fdpic_fetch_phdrs()
158 return retval < 0 ? retval : -ENOEXEC; in elf_fdpic_fetch_phdrs()
197 int retval, i; in load_elf_fdpic_binary() local
209 retval = -ENOEXEC; in load_elf_fdpic_binary()
224 retval = elf_fdpic_fetch_phdrs(&exec_params, bprm->file); in load_elf_fdpic_binary()
225 if (retval < 0) in load_elf_fdpic_binary()
234 retval in load_elf_fdpic_binary()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dmessage.c54 int retval; in usb_start_wait_urb() local
59 retval = usb_submit_urb(urb, GFP_NOIO); in usb_start_wait_urb()
60 if (unlikely(retval)) in usb_start_wait_urb()
66 retval = (ctx.status == -ENOENT ? -ETIMEDOUT : ctx.status); in usb_start_wait_urb()
76 retval = ctx.status; in usb_start_wait_urb()
82 return retval; in usb_start_wait_urb()
437 int i, found, retval; in sg_complete() local
451 retval = usb_unlink_urb(io->urbs[i]); in sg_complete()
452 if (retval != -EINPROGRESS && in sg_complete()
453 retval ! in sg_complete()
660 int retval; usb_sg_wait() local
724 int i, retval; usb_sg_cancel() local
1691 int i, retval; usb_reset_configuration() local
1862 struct usb_interface_assoc_descriptor *retval = NULL; find_iad() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-dj.c808 int retval; in delayedwork_callback() local
845 retval = logi_dj_recv_query_paired_devices(djrcv_dev); in delayedwork_callback()
846 if (retval) { in delayedwork_callback()
848 __func__, retval); in delayedwork_callback()
1221 int retval; in logi_dj_recv_query_hidpp_devices() local
1227 retval = hid_hw_raw_request(djrcv_dev->hidpp, in logi_dj_recv_query_hidpp_devices()
1234 return (retval < 0) ? retval : 0; in logi_dj_recv_query_hidpp_devices()
1240 int retval; in logi_dj_recv_query_paired_devices() local
1253 retval in logi_dj_recv_query_paired_devices()
1265 int retval = 0; logi_dj_recv_switch_to_dj_mode() local
1415 int retval; logi_dj_ll_parse() local
1756 int retval; logi_dj_probe() local
1885 int retval; logi_dj_reset_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Dmousedev.c421 int retval; in mousedev_open_device() local
423 retval = mutex_lock_interruptible(&mousedev->mutex); in mousedev_open_device()
424 if (retval) in mousedev_open_device()
425 return retval; in mousedev_open_device()
428 retval = -ENODEV; in mousedev_open_device()
430 retval = input_open_device(&mousedev->handle); in mousedev_open_device()
431 if (retval) in mousedev_open_device()
436 return retval; in mousedev_open_device()
722 int retval = 0; in mousedev_read() local
728 retval in mousedev_read()
937 int retval; mixdev_add_device() local
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c273 int retval = 0; in i8042_flush() local
284 retval = -EIO; in i8042_flush()
291 return retval; in i8042_flush()
349 int retval; in i8042_command() local
355 retval = __i8042_command(param, command); in i8042_command()
358 return retval; in i8042_command()
369 int retval = 0; in i8042_kbd_write() local
373 if (!(retval = i8042_wait_write())) { in i8042_kbd_write()
380 return retval; in i8042_kbd_write()
807 int retval in i8042_check_aux() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dpty.c376 int retval = -ENOMEM; in pty_common_install() local
439 return retval; in pty_common_install()
618 int retval = -EINVAL; in ptm_open_peer() local
626 retval = fd; in ptm_open_peer()
633 retval = PTR_ERR(path.mnt); in ptm_open_peer()
641 retval = PTR_ERR(filp); in ptm_open_peer()
651 return retval; in ptm_open_peer()
807 int retval; in ptmx_open() local
815 retval = tty_alloc_file(filp); in ptmx_open()
816 if (retval) in ptmx_open()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-pci.c595 int retval; in xhci_pci_setup() local
604 retval = xhci_gen_setup(hcd, xhci_pci_quirks); in xhci_pci_setup()
605 if (retval) in xhci_pci_setup()
606 return retval; in xhci_pci_setup()
636 int retval; in xhci_pci_probe() local
644 retval = renesas_xhci_check_request_fw(dev, id); in xhci_pci_probe()
645 if (retval) in xhci_pci_probe()
646 return retval; in xhci_pci_probe()
663 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver); in xhci_pci_probe()
665 if (retval) in xhci_pci_probe()
845 int retval = 0; xhci_pci_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dpty.c365 int retval = -ENOMEM; in pty_common_install() local
428 return retval; in pty_common_install()
606 int retval = -EINVAL; in ptm_open_peer() local
614 retval = fd; in ptm_open_peer()
621 retval = PTR_ERR(path.mnt); in ptm_open_peer()
629 retval = PTR_ERR(filp); in ptm_open_peer()
639 return retval; in ptm_open_peer()
795 int retval; in ptmx_open() local
803 retval = tty_alloc_file(filp); in ptmx_open()
804 if (retval) in ptmx_open()
[all...]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhiddev.c324 int retval; in hiddev_read() local
333 retval = mutex_lock_interruptible(&list->thread_lock); in hiddev_read()
334 if (retval) in hiddev_read()
337 while (retval == 0) { in hiddev_read()
343 retval = -ERESTARTSYS; in hiddev_read()
347 retval = -EIO; in hiddev_read()
351 retval = -EAGAIN; in hiddev_read()
368 if (retval) { in hiddev_read()
370 return retval; in hiddev_read()
375 retval in hiddev_read()
879 int retval; hiddev_connect() local
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c273 int retval = 0; in i8042_flush() local
284 retval = -EIO; in i8042_flush()
291 return retval; in i8042_flush()
349 int retval; in i8042_command() local
355 retval = __i8042_command(param, command); in i8042_command()
358 return retval; in i8042_command()
369 int retval = 0; in i8042_kbd_write() local
373 if (!(retval = i8042_wait_write())) { in i8042_kbd_write()
380 return retval; in i8042_kbd_write()
807 int retval in i8042_check_aux() local
[all...]
/kernel/linux/linux-6.6/drivers/input/
H A Dmousedev.c421 int retval; in mousedev_open_device() local
423 retval = mutex_lock_interruptible(&mousedev->mutex); in mousedev_open_device()
424 if (retval) in mousedev_open_device()
425 return retval; in mousedev_open_device()
428 retval = -ENODEV; in mousedev_open_device()
430 retval = input_open_device(&mousedev->handle); in mousedev_open_device()
431 if (retval) in mousedev_open_device()
436 return retval; in mousedev_open_device()
722 int retval = 0; in mousedev_read() local
728 retval in mousedev_read()
937 int retval; mixdev_add_device() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-driver.c890 int retval = 0; in cx18_probe() local
910 retval = v4l2_device_register(&pci_dev->dev, &cx->v4l2_dev); in cx18_probe()
911 if (retval) { in cx18_probe()
915 return retval; in cx18_probe()
923 retval = -ENODEV; in cx18_probe()
927 retval = cx18_init_struct1(cx); in cx18_probe()
928 if (retval) in cx18_probe()
934 retval = cx18_setup_pci(cx, pci_dev, pci_id); in cx18_probe()
935 if (retval != 0) in cx18_probe()
948 retval in cx18_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-hcd.c232 int retval; in ehci_reset() local
245 retval = ehci_handshake(ehci, &ehci->regs->command, in ehci_reset()
253 if (retval) in ehci_reset()
254 return retval; in ehci_reset()
264 return retval; in ehci_reset()
457 int retval; in ehci_init() local
503 if ((retval = ehci_mem_init(ehci, GFP_KERNEL)) < 0) in ehci_init()
504 return retval; in ehci_init()
681 int retval; in ehci_setup() local
694 retval in ehci_setup()
1323 int retval = 0; ehci_hcd_init() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-driver.c889 int retval = 0; in cx18_probe() local
909 retval = v4l2_device_register(&pci_dev->dev, &cx->v4l2_dev); in cx18_probe()
910 if (retval) { in cx18_probe()
914 return retval; in cx18_probe()
922 retval = -ENODEV; in cx18_probe()
926 retval = cx18_init_struct1(cx); in cx18_probe()
927 if (retval) in cx18_probe()
933 retval = cx18_setup_pci(cx, pci_dev, pci_id); in cx18_probe()
934 if (retval != 0) in cx18_probe()
947 retval in cx18_probe()
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dbus.c609 int retval; in add_probe_files() local
611 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
612 if (retval) in add_probe_files()
615 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
616 if (retval) in add_probe_files()
619 return retval; in add_probe_files()
846 int retval; in bus_register() local
860 retval = kobject_set_name(bus_kobj, "%s", bus->name); in bus_register()
861 if (retval) in bus_register()
868 retval in bus_register()
956 int retval; bus_register_notifier() local
970 int retval; bus_unregister_notifier() local
[all...]
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
H A Dirq.c22 int retval = 0; in cascade_irq() local
33 retval = request_irq(irq, no_action, IRQF_NO_THREAD, in cascade_irq()
35 if (retval < 0) in cascade_irq()
39 return retval; in cascade_irq()

Completed in 30 milliseconds

1...<<31323334353637383940>>...127