Home
last modified time | relevance | path

Searched defs:res (Results 251 – 275 of 4847) sorted by relevance

1...<<11121314151617181920>>...194

/OK3568_Linux_fs/kernel/lib/
H A Dhweight.c32 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local
41 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c102 const struct vmw_resource *res; member
210 struct vmw_resource *res, in vmw_cmd_ctx_first_setup()
279 struct vmw_resource *res, in vmw_execbuf_rcache_update()
300 struct vmw_resource *res, in vmw_execbuf_res_noref_val_add()
352 struct vmw_resource *res, in vmw_execbuf_res_noctx_val_add()
460 struct vmw_resource *res; in vmw_resource_context_res_add() local
519 const struct vmw_resource *res, in vmw_resource_relocation_add()
655 struct vmw_resource *res; in vmw_cmd_res_check() local
860 struct vmw_resource *res) in vmw_execbuf_info_from_res()
878 struct vmw_resource *res; in vmw_cmd_set_render_target_check() local
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtimestamping.c121 int res; in sendpacket() local
134 static void printpacket(struct msghdr *msg, int res, in printpacket()
270 int res; in recvpacket() local
468 int res; in main() local
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_amiga.c143 ulong res = blk_dread(dev_desc, i, 1, (ulong *)block_buffer); in get_rdisk() local
185 ulong res = blk_dread(dev_desc, i, 1, (ulong *)block_buffer); in get_bootcode() local
261 ulong res = blk_dread(dev_desc, block, 1, (ulong *)block_buffer); in find_partition() local
353 ulong res; in part_print_amiga() local
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dswab.h22 __u32 res; in __arch_swab32() local
57 __u32 res; in __arch_swab16() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Dbw_fixed.c51 struct bw_fixed res; in bw_int_to_fixed_nonconst() local
59 struct bw_fixed res; in bw_frc_to_fixed() local
144 struct bw_fixed res; in bw_mul() local
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dbitops.c91 int res; in __mips_test_and_set_bit_lock() local
115 int res; in __mips_test_and_clear_bit() local
139 int res; in __mips_test_and_change_bit() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c234 TEEC_Result res = TEEC_ERROR_GENERIC; in xtest_tee_test_1001() local
255 TEEC_Result res = TEEC_ERROR_GENERIC; in xtest_tee_test_1002() local
299 TEEC_Result res; member
355 TEEC_Result res = TEEC_ERROR_GENERIC; in xtest_tee_test_1003() local
623 TEEC_Result res = TEEC_ERROR_GENERIC; in load_corrupt_ta() local
675 TEEC_Result res = TEEC_ERROR_GENERIC; in test_1008_corrupt_ta() local
1036 TEEC_Result res; member
1267 TEEC_Result res = TEEC_ERROR_GENERIC; in xtest_tee_test_1015() local
1522 TEEC_Result res = TEEC_ERROR_GENERIC; in xtest_tee_test_1020() local
1557 TEEC_Result res = TEEC_ERROR_GENERIC; in open_sec_session() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drecv_linux.c22 int res = _SUCCESS; in rtw_os_recvframe_duplicate_skb() local
58 int res = _SUCCESS; in rtw_os_alloc_recvframe() local
172 int res = _SUCCESS; in rtw_os_recv_resource_init() local
185 int res = _SUCCESS; in rtw_os_recv_resource_alloc() local
215 int res = _SUCCESS; in rtw_os_recvbuf_resource_alloc() local
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_io.c107 unsigned int res; in __snd_gf1_read_addr() local
201 unsigned char res; in snd_gf1_i_look8() local
223 unsigned short res; in snd_gf1_i_look16() local
260 unsigned int res; in snd_gf1_i_read_addr() local
306 unsigned char res; in snd_gf1_peek() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresponse.cpp9 Response::Response(const Response& res) { in Response()
13 Response& Response::operator=(const Response& res) { in operator =()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h351 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul()
379 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol()
395 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64()
400 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64()
405 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32()
410 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32()
433 …t __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) in kstrtou64_from_user()
438 …t __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) in kstrtos64_from_user()
443 …t __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) in kstrtou32_from_user()
448 …t __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) in kstrtos32_from_user()
/OK3568_Linux_fs/kernel/drivers/staging/board/
H A Dboard.c28 struct resource res; in find_by_address() local
74 static void __init gic_fixup_resource(struct resource *res) in gic_fixup_resource()
113 void __init board_staging_gic_fixup_resources(struct resource *res, in board_staging_gic_fixup_resources()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtwl4030-power.c157 #define TWL_RESOURCE_SET(res, state) \ argument
159 #define TWL_RESOURCE_ON(res) TWL_RESOURCE_SET(res, RES_STATE_ACTIVE) argument
160 #define TWL_RESOURCE_OFF(res) TWL_RESOURCE_SET(res, RES_STATE_OFF) argument
161 #define TWL_RESOURCE_RESET(res) TWL_RESOURCE_SET(res, RES_STATE_WRST) argument
166 #define TWL_RESOURCE_SET_ACTIVE(res, state) \ argument
177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument
182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Drsparser.c502 struct resource *res) in pnpbios_encode_mem()
526 struct resource *res) in pnpbios_encode_mem32()
556 struct resource *res) in pnpbios_encode_fixed_mem32()
583 struct resource *res) in pnpbios_encode_irq()
599 struct resource *res) in pnpbios_encode_dma()
614 struct resource *res) in pnpbios_encode_port()
637 struct resource *res) in pnpbios_encode_fixed_port()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dspinlock.h83 unsigned long contended, res; in arch_spin_trylock() local
160 unsigned long contended, res; in arch_write_trylock() local
250 unsigned long contended, res; in arch_read_trylock() local
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-bcm47xx.c39 int res; in bcm47xx_pcibios_plat_dev_init_ssb() local
68 int res; in bcm47xx_pcibios_plat_dev_init_bcma() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Da4000t.c37 struct resource *res; in amiga_a4000t_scsi_probe() local
102 struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in amiga_a4000t_scsi_remove() local
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dbyteorder.h16 __u32 res; in ___arch__swab32() local
54 __u32 res; in ___arch__swab16() local
/OK3568_Linux_fs/kernel/drivers/dax/hmem/
H A Ddevice.c14 struct resource res = { in hmem_register_device() local
74 static __init int hmem_register_one(struct resource *res, void *data) in hmem_register_one()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_driver.c350 int res = 0; in zoran_try_fmt_vid_out() local
447 int res = 0; in zoran_s_fmt_vid_out() local
527 int res = 0; in zoran_s_fmt_vid_cap() local
581 int res = 0; in zoran_s_std() local
622 int res; in zoran_s_input() local
701 int res; in zoran_s_selection() local
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_ata.c267 int res; in sas_get_ata_info() local
287 int res; in sas_ata_clear_pending() local
305 int res; in smp_ata_check_ready() local
377 int ret = 0, res; in sas_ata_hard_reset() local
416 int res; in sas_ata_internal_abort() local
517 int res = 0; in sas_ata_prereset() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_sharp_v33.cpp26 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_select_params_by_ISO_V33() local
291 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_fix_transfer_V33() local
742 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_fix_printf_V33() local
852 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_get_setting_by_name_json_V33() local
887 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_init_params_json_V33() local
1017 Asharp_result_V33_t res = ASHARP_V33_RET_SUCCESS; in sharp_config_setting_param_json_V33() local
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dxattr.c427 int res; in hfsplus_setxattr() local
443 ssize_t res = 0; in hfsplus_getxattr_finder_info() local
498 ssize_t res = 0; in __hfsplus_getxattr() local
580 int res; in hfsplus_getxattr() local
610 ssize_t res = 0; in hfsplus_listxattr_finder_info() local
678 ssize_t res = 0; in hfsplus_listxattr() local
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmdebug.c35 void dlm_print_one_lock_resource(struct dlm_lock_resource *res) in dlm_print_one_lock_resource()
42 static void dlm_print_lockres_refmap(struct dlm_lock_resource *res) in dlm_print_lockres_refmap()
82 void __dlm_print_one_lock_resource(struct dlm_lock_resource *res) in __dlm_print_one_lock_resource()
352 struct dlm_lock_resource *res; in debug_purgelist_print() local
488 static int dump_lockres(struct dlm_lock_resource *res, char *buf, int len) in dump_lockres()
546 struct dlm_lock_resource *res = NULL; in lockres_seq_start() local

1...<<11121314151617181920>>...194