Home
last modified time | relevance | path

Searched refs:retval (Results 2676 - 2700 of 3213) sorted by relevance

1...<<101102103104105106107108109110>>...129

/kernel/linux/linux-6.6/net/sctp/
H A Dsm_statefuns.c1521 enum sctp_disposition retval; in sctp_sf_do_unexpected_init() local
1575 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
1577 retval = SCTP_DISPOSITION_NOMEM; in sctp_sf_do_unexpected_init()
1624 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
1676 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
1678 return retval; in sctp_sf_do_unexpected_init()
1681 retval = SCTP_DISPOSITION_NOMEM; in sctp_sf_do_unexpected_init()
1688 return retval; in sctp_sf_do_unexpected_init()
2206 enum sctp_disposition retval; in sctp_sf_do_5_2_4_dupcook() local
2278 retval in sctp_sf_do_5_2_4_dupcook()
[all...]
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h39 RequestBufferReturnValue &retval) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h52 RequestBufferReturnValue &retval) = 0;
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dasm-prototypes.h36 void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf);
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h21 __le16 retval; member
/kernel/linux/linux-5.10/drivers/mailbox/
H A Darmada-37xx-rwtm-mailbox.c49 rx_msg.retval = readl(mbox->base + RWTM_MBOX_RETURN_STATUS); in a37xx_mbox_receive()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_mb.h245 enum fw_retval *retval,
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_mb.h245 enum fw_retval *retval,
/kernel/linux/linux-6.6/drivers/mailbox/
H A Darmada-37xx-rwtm-mailbox.c49 rx_msg.retval = readl(mbox->base + RWTM_MBOX_RETURN_STATUS); in a37xx_mbox_receive()
/kernel/liteos_a/kernel/include/
H A Dlos_task.h475 * @retval None.
590 * @retval #LOS_ERRNO_TSK_ID_INVALID Invalid Task ID, param taskID is NULL.
591 * @retval #LOS_ERRNO_TSK_PTR_NULL Param initParam is NULL.
592 * @retval #LOS_ERRNO_TSK_NAME_EMPTY The task name is NULL.
593 * @retval #LOS_ERRNO_TSK_ENTRY_NULL The task entrance is NULL.
594 * @retval #LOS_ERRNO_TSK_PRIOR_ERROR Incorrect task priority.
595 * @retval #LOS_ERRNO_TSK_STKSZ_TOO_LARGE The task stack size is too large.
596 * @retval #LOS_ERRNO_TSK_STKSZ_TOO_SMALL The task stack size is too small.
597 * @retval #LOS_ERRNO_TSK_TCB_UNAVAILABLE No free task control block is available.
598 * @retval #LOS_ERRNO_TSK_NO_MEMOR
[all...]
/kernel/linux/linux-6.6/net/bpf/
H A Dbpf_dummy_struct_ops.c133 if (put_user(prog_ret, &uattr->test.retval)) in bpf_struct_ops_test_run()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dsrmmu.c752 unsigned long retval; in srmmu_probe() local
758 "=r" (retval) : in srmmu_probe()
761 retval = leon_swprobe(vaddr, NULL); in srmmu_probe()
763 return retval; in srmmu_probe()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_options.c660 const struct bond_opt_value *retval = NULL; in __bond_opt_set() local
672 retval = bond_opt_parse(opt, val); in __bond_opt_set()
673 if (!retval) { in __bond_opt_set()
677 ret = opt->set(bond, retval); in __bond_opt_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c574_cs.c546 unsigned int retval = 0; in mdio_read() local
561 retval = (retval << 1) | ((inw(mdio_addr) & MDIO_DATA_READ) ? 1 : 0); in mdio_read()
564 return (retval>>1) & 0xffff; in mdio_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Daxnet_cs.c429 int i, retval = 0; in mdio_read() local
439 retval = (retval << 1) | ((inb_p(addr) & MDIO_DATA_READ) != 0); in mdio_read()
442 return (retval>>1) & 0xffff; in mdio_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c345 int i, size, retval; in sun3_82586_probe1() local
366 retval = -ENODEV; in sun3_82586_probe1()
371 retval = -ENODEV; in sun3_82586_probe1()
400 return retval; in sun3_82586_probe1()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dsrmmu.c753 unsigned long retval; in srmmu_probe() local
759 "=r" (retval) : in srmmu_probe()
762 retval = leon_swprobe(vaddr, NULL); in srmmu_probe()
764 return retval; in srmmu_probe()
/kernel/linux/linux-5.10/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
792 retval = usb_submit_urb(urb, GFP_ATOMIC); in aiptek_irq()
793 if (retval != 0) { in aiptek_irq()
796 __func__, retval); in aiptek_irq()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsynaptics.c1860 int retval; in synaptics_init() local
1885 retval = synaptics_setup_ps2(psmouse, &info); in synaptics_init()
1886 if (retval < 0) { in synaptics_init()
1894 return retval; in synaptics_init()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dserial_txx9.c541 int retval; in serial_txx9_startup() local
559 retval = request_irq(up->port.irq, serial_txx9_interrupt, in serial_txx9_startup()
561 if (retval) in serial_txx9_startup()
562 return retval; in serial_txx9_startup()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_core.c602 int retval; in univ8250_console_setup() local
615 retval = serial8250_console_setup(port, options, false); in univ8250_console_setup()
616 if (retval != 0) in univ8250_console_setup()
618 return retval; in univ8250_console_setup()
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c386 int retval; in cpm_uart_startup() local
415 retval = request_irq(port->irq, cpm_uart_int, 0, "cpm_uart", port); in cpm_uart_startup()
416 if (retval) in cpm_uart_startup()
417 return retval; in cpm_uart_startup()
/kernel/linux/linux-5.10/drivers/thermal/
H A Drockchip_thermal.c1111 int retval; in rockchip_thermal_get_temp() local
1113 retval = tsadc->get_temp(&tsadc->table, in rockchip_thermal_get_temp()
1115 dev_dbg(&thermal->pdev->dev, "sensor %d - temp: %d, retval: %d\n", in rockchip_thermal_get_temp()
1116 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()
1118 return retval; in rockchip_thermal_get_temp()
/kernel/linux/linux-5.10/sound/isa/opti9xx/
H A Dmiro.c814 unsigned char retval = 0xff; in snd_miro_read() local
824 retval = inb(chip->mc_base + 9); in snd_miro_read()
830 retval = inb(chip->mc_base + reg); in snd_miro_read()
838 return retval; in snd_miro_read()
/kernel/linux/linux-5.10/drivers/pci/
H A Dmsi.c488 int retval; in msi_mode_show() local
490 retval = kstrtoul(attr->attr.name, 10, &irq); in msi_mode_show()
491 if (retval) in msi_mode_show()
492 return retval; in msi_mode_show()

Completed in 40 milliseconds

1...<<101102103104105106107108109110>>...129