| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/platform/ |
| H A D | platform_sprd_sdio.c | 30 int ret = 0; in platform_wifi_power_on() local 67 return ret; in platform_wifi_power_on()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | time.c | 65 int ret = 0; in ccount_timer_set_next_event() local 71 ret = -ETIME; in ccount_timer_set_next_event() 74 return ret; in ccount_timer_set_next_event()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | cache-tauros2.c | 289 int ret; in tauros2_init() local 296 ret = of_property_read_u32(node, "marvell,tauros2-cache-features", &f); in tauros2_init() 297 if (ret) { in tauros2_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_notification.c | 142 _mali_osk_errcode_t ret = _MALI_OSK_ERR_ITEM_NOT_FOUND; in _mali_osk_notification_queue_dequeue() local 155 ret = _MALI_OSK_ERR_OK; in _mali_osk_notification_queue_dequeue() 164 return ret; in _mali_osk_notification_queue_dequeue()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | backlight.h | 349 int ret = -ENOENT; in backlight_update_status() local 353 ret = bd->ops->update_status(bd); in backlight_update_status() 356 return ret; in backlight_update_status()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | net_ns.c | 46 int ret, i; in rxrpc_init_net() local 88 ret = -ENOMEM; in rxrpc_init_net() 108 return ret; in rxrpc_init_net()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_hugepage.c | 29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp() local 112 ret = mmu_hash_ops.hpte_updatepp(slot, rflags, vpn, in __hash_page_thp() 117 if (ret == -1) { in __hash_page_thp()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata.c | 90 int rc, ret = -1; in __sata_initialize() local 112 ret = i; in __sata_initialize() 117 return ret; in __sata_initialize()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | rtc.c | 83 int ret = mc146818_get_time(tm); in alpha_rtc_read_time() local 85 if (ret < 0) { in alpha_rtc_read_time() 87 return ret; in alpha_rtc_read_time()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-hisi.c | 78 int ret; in hisi_pcie_init() local 88 ret = acpi_get_rc_resources(dev, "HISI0081", root->segment, res); in hisi_pcie_init() 89 if (ret) { in hisi_pcie_init()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_spl.c | 175 int ret; in onenand_spl_load_image() local 194 ret = onenand_spl_read_page(block, rpage, addr, pagesize); in onenand_spl_load_image() 195 if (ret) in onenand_spl_load_image()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | pci_impl.h | 178 void pci_config_read8(u8 *addr, u8 *ret); 179 void pci_config_read16(u16 *addr, u16 *ret); 180 void pci_config_read32(u32 *addr, u32 *ret);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | watchdog_hld.c | 287 int ret = hardlockup_detector_event_create(); in hardlockup_detector_perf_init() local 289 if (ret) { in hardlockup_detector_perf_init() 295 return ret; in hardlockup_detector_perf_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | fpu_system.h | 26 struct desc_struct ret = zero_desc; in FPU_get_ldt_descriptor() local 32 ret = current->mm->context.ldt->entries[seg]; in FPU_get_ldt_descriptor() 35 return ret; in FPU_get_ldt_descriptor()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mounts.c | 202 int ret = umount(volume->mount_point); in unmount_mounted_volume() local 203 if (ret == 0) { in unmount_mounted_volume() 207 return ret; in unmount_mounted_volume()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-f300.c | 77 u8 i, temp, ret = 0; in f300_xfer() local 117 ret = 1; /* timeout, the slave no response */ in f300_xfer() 134 return ret; in f300_xfer()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | dcr-native.h | 41 unsigned int ret; in mfdcrx() local 43 : "=r" (ret) : "r" (reg)); in mfdcrx() 44 return ret; in mfdcrx()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_btf_skc_cls_ingress.c | 57 int ret = bpf_tcp_check_syncookie(tp, ip6h, sizeof(*ip6h), in test_syncookie_helper() local 60 if (ret < 0) { in test_syncookie_helper() 61 if (ret != -ENOENT) in test_syncookie_helper()
|
| /OK3568_Linux_fs/kernel/drivers/uio/ |
| H A D | uio_aec.c | 72 int ret; in probe() local 100 ret = uio_register_device(&pdev->dev, info); in probe() 101 if (ret) in probe()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | mcount.S | 41 ret 99 ret 115 ret
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mounts.c | 208 int ret = umount(volume->mount_point); in unmount_mounted_volume() local 209 if (ret == 0) { in unmount_mounted_volume() 213 return ret; in unmount_mounted_volume()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | ace_sha.c | 148 unsigned int ret = 0; in rand() local 172 ret += readl(®->hash_prng[i]); in rand() 175 return ret; in rand()
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 36 local ret=${?} 41 exit ${ret} 50 exec "${myname}" "${OPTS[@]}" || exit ${ret}
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | rt2880_wdt.c | 142 int ret; in rt288x_wdt_probe() local 167 ret = devm_watchdog_register_device(dev, &rt288x_wdt_dev); in rt288x_wdt_probe() 168 if (!ret) in rt288x_wdt_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | spider-pci.c | 35 #define SPIDER_PCI_MMIO_READ(name, ret) \ argument 36 static ret spiderpci_##name(const PCI_IO_ADDR addr) \ 38 ret val = __do_##name(addr); \
|