| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/ |
| H A D | 0001-Fix-compile-errors-on-Linux-32bit-system.patch | 88 if ((ret = inflate(&strm, Z_NO_FLUSH)) != Z_STREAM_END) { 91 ret, *size - strm.total_out); 92 if (ret == Z_DATA_ERROR) {
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | sa.c | 154 u32 *ret, u32 *r1, u32 *r2, u32 *r3, u32 *r4) in sa_sync_cmd() argument 208 if (ret) in sa_sync_cmd() 209 *ret = sa_readl(dev, Mailbox0); in sa_sync_cmd()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | usbip_common.c | 146 int ret; in read_attr_value() local 164 ret = sscanf(attr, format, &num); in read_attr_value() 165 if (ret < 1) { in read_attr_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdh_sdmmc_linux.c | 152 int ret = 0; in bcmsdh_sdmmc_probe() local 182 ret = sdioh_probe(func); in bcmsdh_sdmmc_probe() 184 return ret; in bcmsdh_sdmmc_probe()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | signal.c | 237 int ret; in handle_signal() local 264 ret = setup_rt_frame(ksig, oldset, regs); in handle_signal() 266 signal_setup_done(ret, ksig, 0); in handle_signal()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch | 38 gint ret; 61 ret = drmWaitVBlank (self->fd, &vbl); 62 if (ret)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/ |
| H A D | rtl8822b_halinit.c | 57 u8 ret = _TRUE; in rtl8822b_power_on() local 70 ret = _FALSE; in rtl8822b_power_on() 83 return ret; in rtl8822b_power_on()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 110 unsigned long ret; in do_bootelf_exec() local 116 ret = entry(argc, argv); in do_bootelf_exec() 118 return ret; in do_bootelf_exec()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/ |
| H A D | hal_task.cpp | 153 MPP_RET ret; in hal_task_check_empty() local 156 ret = list_empty(list) ? MPP_OK : MPP_NOK; in hal_task_check_empty() 159 return ret; in hal_task_check_empty()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdh_sdmmc_linux.c | 151 int ret = 0; in bcmsdh_sdmmc_probe() local 164 ret = sdioh_probe(func); in bcmsdh_sdmmc_probe() 166 return ret; in bcmsdh_sdmmc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdh_sdmmc_linux.c | 148 int ret = 0; in bcmsdh_sdmmc_probe() local 161 ret = sdioh_probe(func); in bcmsdh_sdmmc_probe() 163 return ret; in bcmsdh_sdmmc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-cs.c | 192 int ret = 0, is_kme = 0; in ide_config() local 216 ret = pcmcia_enable_device(link); in ide_config() 217 if (ret) in ide_config()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | mxs_spi.c | 201 int ret = 0; in mxs_spi_xfer_dma() local 301 ret = -EINVAL; in mxs_spi_xfer_dma() 307 return ret; in mxs_spi_xfer_dma()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/common/ |
| H A D | cavium_ptp.c | 37 u64 ret = CLOCK_BASE_RATE * 16; in ptp_cavium_clock_get() local 48 ret = CLOCK_BASE_RATE * ((readq(base + RST_BOOT) >> 33) & 0x3f); in ptp_cavium_clock_get() 56 return ret; in ptp_cavium_clock_get()
|
| /OK3568_Linux_fs/kernel/net/mac802154/ |
| H A D | rx.c | 194 int ret; in __ieee802154_rx_handle_packet() local 198 ret = ieee802154_parse_frame_start(skb, &hdr); in __ieee802154_rx_handle_packet() 199 if (ret) { in __ieee802154_rx_handle_packet()
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | bootm.c | 29 ulong ret; in arch_get_sp() local 31 __asm__ __volatile__("move %0, $sp" : "=r"(ret) : ); in arch_get_sp() 33 return ret; in arch_get_sp()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | unaligned_32.c | 108 unsigned long ret; in safe_fetch_reg() local 119 if (get_user(ret, &win->locals[reg - 16])) in safe_fetch_reg() 122 return ret; in safe_fetch_reg()
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | driver_pci.c | 61 u16 ret = 0; in bcma_pcie_mdio_read() local 92 ret = pcicore_read32(pc, BCMA_CORE_PCI_MDIO_DATA); in bcma_pcie_mdio_read() 98 return ret; in bcma_pcie_mdio_read()
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-orion/ |
| H A D | pcie.c | 269 int ret = PCIBIOS_SUCCESSFUL; in orion_pcie_wr_conf() local 284 ret = PCIBIOS_BAD_REGISTER_NUMBER; in orion_pcie_wr_conf() 287 return ret; in orion_pcie_wr_conf()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-sa1100.c | 183 int ret = sa11x0_gpio_set_wake(d->hwirq, on); in sa1100_gpio_wake() local 184 if (!ret) { in sa1100_gpio_wake() 190 return ret; in sa1100_gpio_wake()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 416 int ret = 0; in amd_set_l3_disable_slot() local 419 ret = amd_get_l3_disable_slot(nb, slot); in amd_set_l3_disable_slot() 420 if (ret >= 0) in amd_set_l3_disable_slot() 1019 unsigned int idx, ret; in populate_cache_leaves() local 1025 ret = cpuid4_cache_lookup_regs(idx, &id4_regs); in populate_cache_leaves() 1026 if (ret) in populate_cache_leaves() 1027 return ret; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | trx.c | 773 u32 ret = 0; in rtl88ee_get_desc() local 779 ret = get_tx_desc_own(pdesc); in rtl88ee_get_desc() 782 ret = get_tx_desc_tx_buffer_address(pdesc); in rtl88ee_get_desc() 792 ret = get_rx_desc_own(pdesc); in rtl88ee_get_desc() 795 ret = get_rx_desc_pkt_len(pdesc); in rtl88ee_get_desc() 798 ret = get_rx_desc_buff_addr(pdesc); in rtl88ee_get_desc() 806 return ret; in rtl88ee_get_desc()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | hpet.c | 1020 int ret; in hpet_late_init() local 1041 ret = cpuhp_setup_state(CPUHP_AP_X86_HPET_ONLINE, "x86/hpet:online", in hpet_late_init() 1043 if (ret) in hpet_late_init() 1044 return ret; in hpet_late_init() 1045 ret = cpuhp_setup_state(CPUHP_X86_HPET_DEAD, "x86/hpet:dead", NULL, in hpet_late_init() 1047 if (ret) in hpet_late_init() 1053 return ret; in hpet_late_init()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | property.c | 950 int ret; in of_fwnode_get_reference_args() local 953 ret = of_parse_phandle_with_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args() 956 ret = of_parse_phandle_with_fixed_args(to_of_node(fwnode), prop, in of_fwnode_get_reference_args() 958 if (ret < 0) in of_fwnode_get_reference_args() 959 return ret; in of_fwnode_get_reference_args() 1382 int ret = 0; in of_link_property() local 1399 return ret; in of_link_property()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 454 ret = stdout.rstrip() 456 ret = '' 459 ret = subst_defines(value) 460 if ret: 461 ret = ret.strip('"\'') 462 return ret
|