Home
last modified time | relevance | path

Searched defs:res (Results 126 – 150 of 4847) sorted by relevance

12345678910>>...194

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ds1343.c88 int res; in ds1343_show_glitchfilter() local
108 int res; in ds1343_store_glitchfilter() local
146 int res, data; in ds1343_show_tricklecharger() local
202 int res; in ds1343_read_time() local
241 int res; in ds1343_read_alarm() local
273 int res = 0; in ds1343_set_alarm() local
313 int res = 0; in ds1343_thread() local
350 int res; in ds1343_probe() local
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dmulti3.c17 long long res; in dmulu() local
26 long long res; in dmuhu() local
35 TWunion res, aa, bb; in __multi3() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_va.c48 vmw_stream(struct vmw_resource *res) in vmw_stream()
56 static void vmw_stream_hw_destroy(struct vmw_resource *res) in vmw_stream_hw_destroy()
66 static int vmw_stream_init(struct vmw_resource *res, void *data) in vmw_stream_init()
157 struct vmw_resource *res = in vmw_user_stream_lookup() local
/OK3568_Linux_fs/kernel/arch/csky/lib/
H A Dusercopy.c27 #define __do_strncpy_from_user(dst, src, count, res) \ argument
83 long res; in __strncpy_from_user() local
110 long res = -EFAULT; in strncpy_from_user() local
131 unsigned long res, tmp; in strnlen_user() local
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c125 RK_RES res = RK_CRYPTO_SUCCESS; in demo_rsa_pub_enc() local
201 RK_RES res = RK_CRYPTO_SUCCESS; in demo_rsa_priv_enc() local
276 RK_RES res = RK_CRYPTO_SUCCESS; in demo_rsa_sign_data() local
334 RK_RES res = RK_CRYPTO_SUCCESS; in demo_rsa_sign_digest() local
392 RK_RES res; in demo_rsa() local
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dimx_sc_wdt.c50 struct arm_smccc_res res; in imx_sc_wdt_ping() local
60 struct arm_smccc_res res; in imx_sc_wdt_start() local
75 struct arm_smccc_res res; in imx_sc_wdt_stop() local
86 struct arm_smccc_res res; in imx_sc_wdt_set_timeout() local
98 struct arm_smccc_res res; in imx_sc_wdt_set_pretimeout() local
H A Darm_smc_wdt.c35 unsigned long arg, struct arm_smccc_res *res) in smcwd_call()
61 struct arm_smccc_res res; in smcwd_get_timeleft() local
71 int res; in smcwd_set_timeout() local
115 struct arm_smccc_res res; in smcwd_probe() local
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dmanager.c27 struct resource *res = pnp_get_resource(dev, type, bar); in pnp_find_resource() local
40 struct resource *res, local_res; in pnp_assign_port() local
83 struct resource *res, local_res; in pnp_assign_mem() local
134 struct resource *res, local_res; in pnp_assign_irq() local
193 struct resource *res, local_res; in pnp_assign_dma() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_helpers.c47 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_allocate_operation() local
79 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_allocate_transient_object() local
198 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_populate_transient_object() local
234 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_set_operation_key() local
261 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_free_transient_object() local
286 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_derive_key() local
327 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_get_object_buffer_attribute() local
359 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_free_operation() local
382 TEEC_Result res = TEEC_ERROR_GENERIC; in ta_crypt_cmd_is_algo_supported() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ioctl_set.c193 u8 res = _SUCCESS; in rtw_pnp_set_power_wakeup() local
206 u8 res = _SUCCESS; in rtw_pnp_set_power_sleep() local
617 u8 res = _TRUE; in rtw_set_802_11_bssid_list_scan() local
631 u8 res = _TRUE; in rtw_set_802_11_bssid_list_scan() local
672 int res; in rtw_set_802_11_authentication_mode() local
704 sint keyid, res; in rtw_set_802_11_add_wep() local
761 int res; in rtw_set_802_11_remove_wep() local
968 int res; in rtw_set_802_11_add_key() local
1012 u8 res; in rtw_set_802_11_add_key() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ioctl_set.c211 u8 res = _SUCCESS; in rtw_pnp_set_power_wakeup() local
228 u8 res = _SUCCESS; in rtw_pnp_set_power_sleep() local
683 u8 res = _TRUE; in rtw_set_802_11_bssid_list_scan() local
697 u8 res = _TRUE; in rtw_set_802_11_bssid_list_scan() local
746 int res; in rtw_set_802_11_authentication_mode() local
782 sint keyid, res; in rtw_set_802_11_add_wep() local
853 int res; in rtw_set_802_11_remove_wep() local
1108 int res; in rtw_set_802_11_add_key() local
1173 u8 res; in rtw_set_802_11_add_key() local
/OK3568_Linux_fs/kernel/lib/kunit/
H A Dtest.c408 struct kunit_resource *res, in kunit_add_resource()
436 struct kunit_resource *res, in kunit_add_named_resource()
463 struct kunit_resource *res; in kunit_alloc_and_get_resource() local
483 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource()
495 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource() local
515 static int kunit_kmalloc_init(struct kunit_resource *res, void *context) in kunit_kmalloc_init()
526 static void kunit_kmalloc_free(struct kunit_resource *res) in kunit_kmalloc_free()
548 struct kunit_resource *res; in kunit_kfree() local
566 struct kunit_resource *res; in kunit_cleanup() local
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-ddr.c61 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate() local
77 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate() local
90 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate() local
123 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate_v2() local
143 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate_v2() local
158 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate_v2() local
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-devres.c12 static void devm_dai_release(struct device *dev, void *res) in devm_dai_release()
49 static void devm_component_release(struct device *dev, void *res) in devm_component_release()
89 static void devm_card_release(struct device *dev, void *res) in devm_card_release()
125 static void devm_dmaengine_pcm_release(struct device *dev, void *res) in devm_dmaengine_pcm_release()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dops-sni.c43 int res; in pcimt_read() local
66 int res; in pcimt_write() local
103 int res; in pcit_read() local
140 int res; in pcit_write() local
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Duaccess.c13 unsigned long tmp, res; in __generic_copy_from_user() local
59 unsigned long tmp, res; in __generic_copy_to_user() local
106 unsigned long res; in __clear_user() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_otp.c12 TEE_Result res = TEE_SUCCESS; in handle_otp_read() local
40 TEE_Result res = TEE_SUCCESS; in handle_otp_write() local
60 TEE_Result res = TEE_SUCCESS; in handle_otp_size() local
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto_common.c20 void pciauto_region_init(struct pci_region *res) in pciauto_region_init()
30 void pciauto_region_align(struct pci_region *res, pci_size_t size) in pciauto_region_align()
35 int pciauto_region_allocate(struct pci_region *res, pci_size_t size, in pciauto_region_allocate()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_otp.c13 TEE_Result res = TEE_SUCCESS; in handle_otp_read() local
41 TEE_Result res = TEE_SUCCESS; in handle_otp_write() local
61 TEE_Result res = TEE_SUCCESS; in handle_otp_size() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp54 request = fileSource.request(resource, [this](Response res) { in loadFromCache()
96 void TileLoader<T>::loadedData(const Response& res) { in loadedData()
120 request = fileSource.request(resource, [this](Response res) { loadedData(res); }); in loadFromNetwork()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbfind.c61 int res; in __hfs_brec_find() local
113 int height, res; in hfs_brec_find() local
163 int res; in hfs_brec_read() local
178 int idx, res = 0; in hfs_brec_goto() local
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Ddevres.c11 static int devm_extcon_dev_match(struct device *dev, void *res, void *data) in devm_extcon_dev_match()
21 static void devm_extcon_dev_release(struct device *dev, void *res) in devm_extcon_dev_release()
27 static void devm_extcon_dev_unreg(struct device *dev, void *res) in devm_extcon_dev_unreg()
38 static void devm_extcon_dev_notifier_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_unreg()
45 static void devm_extcon_dev_notifier_all_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_all_unreg()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dps3flash.c37 u64 res = ps3stor_read_write_sectors(dev, dev->bounce_lpar, in ps3flash_read_write_sectors() local
51 int res; in ps3flash_writeback() local
67 int res; in ps3flash_fetch() local
99 int res; in ps3flash_read() local
168 int res = 0; in ps3flash_write() local
257 ssize_t res; in ps3flash_kernel_write() local
290 int res; in ps3flash_interrupt() local
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c168 int res = 0; in sas_queuecommand() local
281 int i, res; in sas_scsi_find_task() local
326 int res = TMF_RESP_FUNC_FAILED; in sas_recover_lu() local
355 int res = TMF_RESP_FUNC_FAILED; in sas_recover_I_T() local
462 int res = TMF_RESP_FUNC_FAILED; in sas_eh_abort_handler() local
494 int res; in sas_eh_device_reset_handler() local
517 int res; in sas_eh_target_reset_handler() local
539 int res; in try_to_reset_cmd_device() local
559 enum task_disposition res = TASK_IS_DONE; in sas_eh_handle_sas_errors() local
937 int res; in sas_request_addr() local
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3av.c210 int res; in ps3av_send_cmd_pkt() local
290 int res = 0; in ps3av_do_pkt() local
336 int i, num_of_av_port, res; in ps3av_set_av_video_mute() local
352 int i, num_of_hdmi_port, num_of_av_port, res; in ps3av_set_video_disable_sig() local
386 int i, num_of_av_port, num_of_opt_port, res; in ps3av_set_audio_mute() local
409 int i, num_of_audio, vid, res; in ps3av_set_audio_mode() local
486 int res; in ps3av_set_videomode_packet() local
531 int res; in ps3av_set_videomode_cont() local
752 int i, res, id = 0, dvi = 0, rgb = 0; in ps3av_auto_videomode() local
795 int i, j, k, res; in ps3av_get_hw_conf() local
[all …]

12345678910>>...194