/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 1521 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 D | buffer_client_producer.h | 39 RequestBufferReturnValue &retval) override;
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 52 RequestBufferReturnValue &retval) = 0;
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | asm-prototypes.h | 36 void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_cmd.h | 21 __le16 retval; member
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | armada-37xx-rwtm-mailbox.c | 49 rx_msg.retval = readl(mbox->base + RWTM_MBOX_RETURN_STATUS); in a37xx_mbox_receive()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_mb.h | 245 enum fw_retval *retval,
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_mb.h | 245 enum fw_retval *retval,
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | armada-37xx-rwtm-mailbox.c | 49 rx_msg.retval = readl(mbox->base + RWTM_MBOX_RETURN_STATUS); in a37xx_mbox_receive()
|
/kernel/liteos_a/kernel/include/ |
H A D | los_task.h | 475 * @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 D | bpf_dummy_struct_ops.c | 133 if (put_user(prog_ret, &uattr->test.retval)) in bpf_struct_ops_test_run()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 752 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 D | bond_options.c | 660 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 D | 3c574_cs.c | 546 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 D | axnet_cs.c | 429 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 D | sun3_82586.c | 345 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 D | srmmu.c | 753 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 D | aiptek.c | 419 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 D | synaptics.c | 1860 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 D | serial_txx9.c | 541 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 D | 8250_core.c | 602 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 D | cpm_uart_core.c | 386 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 D | rockchip_thermal.c | 1111 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 D | miro.c | 814 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 D | msi.c | 488 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()
|