| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 271 struct bpf_object *obj; member 559 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog() 609 bpf_object__add_programs(struct bpf_object *obj, Elf_Data *sec_data, in bpf_object__add_programs() 916 static int bpf_object__init_kern_struct_ops_maps(struct bpf_object *obj) in bpf_object__init_kern_struct_ops_maps() 937 static int bpf_object__init_struct_ops_maps(struct bpf_object *obj) in bpf_object__init_struct_ops_maps() 1035 struct bpf_object *obj; in bpf_object__new() local 1083 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish() 1110 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init() 1183 static int bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness() 1199 bpf_object__init_license(struct bpf_object *obj, void *data, size_t size) in bpf_object__init_license() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_rhashtable.c | 81 const struct test_obj_rhl *obj = data; in my_hashfn() local 86 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn() 115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() 143 struct test_obj *obj; in test_rht_lookup() local 211 struct test_obj *obj; in test_rhashtable() local 223 struct test_obj *obj = &array[i]; in test_rhashtable() local 312 struct test_obj_rhl *obj; in test_rhltable() local 460 struct test_obj *obj = &array[i]; in test_rhashtable_max() local 607 struct test_obj *obj; in thread_lookup_test() local
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | base.h | 56 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument 65 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument 100 #define to_device_private_parent(obj) \ argument 102 #define to_device_private_driver(obj) \ argument 104 #define to_device_private_bus(obj) \ argument 106 #define to_device_private_class(obj) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/ |
| H A D | int3403_thermal.c | 55 struct int3403_sensor *obj; in int3403_notify() local 85 struct int3403_sensor *obj; in int3403_sensor_add() local 112 struct int3403_sensor *obj = priv->priv; in int3403_sensor_remove() local 126 struct int3403_cdev *obj = priv->priv; in int3403_get_max_state() local 170 struct int3403_cdev *obj; in int3403_cdev_add() local 205 struct int3403_cdev *obj = priv->priv; in int3403_cdev_remove() local
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_ppi.c | 62 union acpi_object *obj; in tpm_show_ppi_request() local 119 union acpi_object *obj, tmp[2]; in tpm_store_ppi_request() local 181 union acpi_object *obj = NULL; in tpm_show_ppi_transition_action() local 226 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local 288 union acpi_object *obj, tmp; in show_ppi_operations() local 368 union acpi_object *obj; in tpm_add_ppi() local
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | amf.c | 351 AMFProp_GetObject(AMFObjectProperty *prop, AMFObject *obj) in AMFProp_GetObject() 891 AMF_Encode(AMFObject *obj, char *pBuffer, char *pBufEnd) in AMF_Encode() 924 AMF_EncodeEcmaArray(AMFObject *obj, char *pBuffer, char *pBufEnd) in AMF_EncodeEcmaArray() 959 AMF_EncodeArray(AMFObject *obj, char *pBuffer, char *pBufEnd) in AMF_EncodeArray() 994 AMF_DecodeArray(AMFObject *obj, const char *pBuffer, int nSize, in AMF_DecodeArray() 1033 AMF3_Decode(AMFObject *obj, const char *pBuffer, int nSize, int bAMFData) in AMF3_Decode() 1180 AMF_Decode(AMFObject *obj, const char *pBuffer, int nSize, int bDecodeName) in AMF_Decode() 1234 AMF_AddProp(AMFObject *obj, const AMFObjectProperty *prop) in AMF_AddProp() 1243 AMF_CountProp(AMFObject *obj) in AMF_CountProp() 1249 AMF_GetProp(AMFObject *obj, const AVal *name, int nIndex) in AMF_GetProp() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_ct.c | 830 static void nft_ct_timeout_obj_eval(struct nft_object *obj, in nft_ct_timeout_obj_eval() 866 struct nft_object *obj) in nft_ct_timeout_obj_init() 921 struct nft_object *obj) in nft_ct_timeout_obj_destroy() 932 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() 982 struct nft_object *obj) in nft_ct_helper_obj_init() 1054 struct nft_object *obj) in nft_ct_helper_obj_destroy() 1066 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_eval() 1107 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump() 1171 struct nft_object *obj) in nft_ct_expect_obj_init() 1194 struct nft_object *obj) in nft_ct_expect_obj_destroy() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_ser_fsm.c | 306 static int ser_idle_st_hdl(void *obj, u16 event, void *param) in ser_idle_st_hdl() 349 static int ser_usb_idle_st_hdl(void *obj, u16 event, void *param) in ser_usb_idle_st_hdl() 404 static int ser_pci_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_pci_l1_pause_trx_st_hdl() 561 static int ser_usb_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_usb_l1_pause_trx_st_hdl() 692 static int ser_sdio_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_sdio_l1_pause_trx_st_hdl() 852 static int ser_pci_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_pci_l1_do_hci_st_hdl() 916 static int ser_usb_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_usb_l1_do_hci_st_hdl() 974 static int ser_sdio_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_sdio_l1_do_hci_st_hdl() 1036 static int ser_l1_resume_trx_st_hdl(void *obj, u16 event, void *param) in ser_l1_resume_trx_st_hdl() 1065 static int ser_l2_st_hdl(void *obj, u16 event, void *param) in ser_l2_st_hdl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_ser_fsm.c | 306 static int ser_idle_st_hdl(void *obj, u16 event, void *param) in ser_idle_st_hdl() 349 static int ser_usb_idle_st_hdl(void *obj, u16 event, void *param) in ser_usb_idle_st_hdl() 404 static int ser_pci_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_pci_l1_pause_trx_st_hdl() 561 static int ser_usb_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_usb_l1_pause_trx_st_hdl() 692 static int ser_sdio_l1_pause_trx_st_hdl(void *obj, u16 event, void *param) in ser_sdio_l1_pause_trx_st_hdl() 852 static int ser_pci_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_pci_l1_do_hci_st_hdl() 916 static int ser_usb_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_usb_l1_do_hci_st_hdl() 974 static int ser_sdio_l1_do_hci_st_hdl(void *obj, u16 event, void *param) in ser_sdio_l1_do_hci_st_hdl() 1036 static int ser_l1_resume_trx_st_hdl(void *obj, u16 event, void *param) in ser_l1_resume_trx_st_hdl() 1065 static int ser_l2_st_hdl(void *obj, u16 event, void *param) in ser_l2_st_hdl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | sync_debug.c | 18 void sync_timeline_debug_add(struct sync_timeline *obj) in sync_timeline_debug_add() 27 void sync_timeline_debug_remove(struct sync_timeline *obj) in sync_timeline_debug_remove() 107 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj() 149 struct sync_timeline *obj = in sync_info_debugfs_show() local
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | patch.c | 238 static void __klp_unpatch_object(struct klp_object *obj, bool nops_only) in __klp_unpatch_object() 255 void klp_unpatch_object(struct klp_object *obj) in klp_unpatch_object() 260 int klp_patch_object(struct klp_object *obj) in klp_patch_object() 282 struct klp_object *obj; in __klp_unpatch_objects() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_gtt.c | 45 static void fake_free_pages(struct drm_i915_gem_object *obj, in fake_free_pages() 52 static int fake_get_pages(struct drm_i915_gem_object *obj) in fake_get_pages() 92 static void fake_put_pages(struct drm_i915_gem_object *obj, in fake_put_pages() 110 struct drm_i915_gem_object *obj; in fake_dma_object() local 236 struct drm_i915_gem_object *obj; in lowlevel_hole() local 350 struct drm_i915_gem_object *obj, *on; in close_object_list() local 370 struct drm_i915_gem_object *obj; in fill_hole() local 593 struct drm_i915_gem_object *obj; in walk_hole() local 660 struct drm_i915_gem_object *obj; in pot_hole() local 742 struct drm_i915_gem_object *obj; in drunk_hole() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_data.c | 5 static void test_global_data_number(struct bpf_object *obj, __u32 duration) in test_global_data_number() 40 static void test_global_data_string(struct bpf_object *obj, __u32 duration) in test_global_data_string() 75 static void test_global_data_struct(struct bpf_object *obj, __u32 duration) in test_global_data_struct() 103 static void test_global_data_rdonly(struct bpf_object *obj, __u32 duration) in test_global_data_rdonly() 129 struct bpf_object *obj; in test_global_data() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_direct_show.c | 48 struct drm_gem_object *obj; in rockchip_drm_direct_show_alloc_fb() local 84 struct drm_gem_object *obj; in rockchip_drm_direct_show_alloc_buffer() local 161 struct drm_gem_object *obj = &buffer->rk_gem_obj->base; in rockchip_drm_direct_show_free_buffer() local 223 rockchip_drm_direct_show_set_property_value(struct drm_mode_object *obj, in rockchip_drm_direct_show_set_property_value() 241 struct drm_mode_object *obj, in rockchip_drm_direct_show_find_prop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | test_module.c | 105 struct test_obj_queue *queue, struct test_object_ex *obj) in _enqueue_obj() 115 struct test_obj_queue *queue, struct test_object_ex **obj) in _dequeue_head_obj() 131 struct test_object_ex *obj = (struct test_object_ex *)testobj; in run_test() local 195 struct test_object_ex *obj; in test_thread() local 376 struct test_object_ex *obj = &(test_mgnt->test_obj_pool[i]); in phl_test_module_stop() local 414 void setup_test_rpt(void *d, struct test_rpt* rpt,struct test_object_ex *obj) in setup_test_rpt() 447 struct test_object_ex *obj = NULL; in rtw_phl_test_get_rpt() local 515 struct test_object_ex *obj = (struct test_object_ex *)phl_handler->context; in _test_obj_thread_callback() local 521 struct test_object_ex *obj, in init_obj_thread() 561 struct test_object_ex *obj = NULL; in rtw_phl_test_add_new_test_obj() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | test_module.c | 105 struct test_obj_queue *queue, struct test_object_ex *obj) in _enqueue_obj() 115 struct test_obj_queue *queue, struct test_object_ex **obj) in _dequeue_head_obj() 131 struct test_object_ex *obj = (struct test_object_ex *)testobj; in run_test() local 195 struct test_object_ex *obj; in test_thread() local 376 struct test_object_ex *obj = &(test_mgnt->test_obj_pool[i]); in phl_test_module_stop() local 414 void setup_test_rpt(void *d, struct test_rpt* rpt,struct test_object_ex *obj) in setup_test_rpt() 447 struct test_object_ex *obj = NULL; in rtw_phl_test_get_rpt() local 515 struct test_object_ex *obj = (struct test_object_ex *)phl_handler->context; in _test_obj_thread_callback() local 521 struct test_object_ex *obj, in init_obj_thread() 561 struct test_object_ex *obj = NULL; in rtw_phl_test_add_new_test_obj() local [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | native-lib.cc | 35 (JNIEnv *env, jobject obj, jint im_height, jint im_width, jint im_channel, in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_navite_1init() 44 (JNIEnv *env, jobject obj) { in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1deinit() 51 (JNIEnv *env, jobject obj, jbyteArray in, in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run() 110 (JNIEnv * env, jobject obj) { in Java_com_rockchip_gpadc_demo_tracker_ObjectTracker_native_1create() 116 (JNIEnv * env, jobject obj, in Java_com_rockchip_gpadc_demo_tracker_ObjectTracker_native_1destroy() 124 (JNIEnv * env, jobject obj, in Java_com_rockchip_gpadc_demo_tracker_ObjectTracker_native_1track()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsbufferpool.h | 60 #define GST_IS_KMS_BUFFER_POOL(obj) \ argument 62 #define GST_KMS_BUFFER_POOL(obj) \ argument 64 #define GST_KMS_BUFFER_POOL_CAST(obj) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qgeotiledmaplabs.cpp | 86 QGeoMapObjectPrivate *QGeoTiledMapLabsPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 96 void QGeoTiledMapLabsPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject() 175 bool QGeoTiledMapLabs::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 189 void QGeoTiledMapLabs::removeMapObject(QGeoMapObject *obj) in removeMapObject()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/ |
| H A D | v3d_bo.c | 31 void v3d_free_object(struct drm_gem_object *obj) in v3d_free_object() 70 struct drm_gem_object *obj; in v3d_create_object() local 88 v3d_bo_create_finish(struct drm_gem_object *obj) in v3d_bo_create_finish() 153 struct drm_gem_object *obj; in v3d_prime_import_sg_table() local
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s.cpp | 293 j2s_obj* obj; in j2s_obj_get_value() local 337 j2s_obj* obj; in j2s_obj_set_value() local 377 static inline void j2s_extract_array(j2s_obj* obj) in j2s_extract_array() 391 static inline void* j2s_extract_dynamic_array(j2s_obj* obj, int len, in j2s_extract_dynamic_array() 425 j2s_obj* obj; in j2s_get_index_json() local 440 j2s_obj* obj; in _j2s_obj_to_json() local 619 j2s_obj* obj; in _j2s_obj_free() local 730 j2s_obj* obj, void* ptr, bool query) in j2s_json_to_array_with_index() 805 j2s_obj* obj; in _j2s_json_to_obj() local 1036 static int j2s_restore_obj(j2s_ctx* ctx, j2s_obj* obj, int fd, void* ptr_) in j2s_restore_obj() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 103 bool QGeoMapItemsOverlay::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 134 void QGeoMapItemsOverlay::removeMapObject(QGeoMapObject *obj) in removeMapObject() 187 QGeoMapObjectPrivate *QGeoMapItemsOverlayPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 197 void QGeoMapItemsOverlayPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | maketype.py | 53 def get_callable_args(obj): argument 74 def factory_setup(name, obj): argument 101 obj = getattr(types, name) variable
|
| H A D | spdx.py | 51 def get_helper(obj): argument 54 def set_helper(obj, value): argument 57 def del_helper(obj): argument 76 def get_helper(obj): argument 81 def set_helper(obj, value): argument 84 def del_helper(obj): argument 103 def get_helper(obj): argument 108 def set_helper(obj, value): argument 111 def del_helper(obj): argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_prime.c | 33 struct drm_gem_object *obj = buf->priv; in virtgpu_virtio_get_uuid() local 62 struct dma_buf *virtgpu_gem_prime_export(struct drm_gem_object *obj, in virtgpu_gem_prime_export() 106 struct drm_gem_object *obj; in virtgpu_gem_prime_import() local
|