| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | class.h | 55 struct class { struct 59 const struct attribute_group **class_groups; argument 66 void (*class_release)(struct class *class); argument 86 struct class_dev_iter { argument 93 extern int __must_check __class_register(struct class *class, argument 99 #define class_register(class) \ argument 133 static inline struct device *class_find_device_by_name(struct class *class, in class_find_device_by_name() 146 class_find_device_by_of_node(struct class *class, const struct device_node *np) in class_find_device_by_of_node() 158 class_find_device_by_fwnode(struct class *class, in class_find_device_by_fwnode() 170 static inline struct device *class_find_device_by_devt(struct class *class, in class_find_device_by_devt() [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/ |
| H A D | JniWrapper.c | 7 (JNIEnv* env, jclass class) in Java_JniWrapper_get_1jni_1version() 12 (JNIEnv* env, jclass class) in Java_JniWrapper_read_1constant_1string() 17 (JNIEnv* env, jclass class, jstring string) in Java_JniWrapper_write_1string() 22 (JNIEnv* env, jclass class, jcharArray chars) in Java_JniWrapper_write_1char_1array() 27 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_write_1string_1member() 32 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_set_1string_1member() 37 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_execute_1java_1function() 42 (JNIEnv* env, jclass class) in Java_JniWrapper_instantiate_1java_1class() 47 (JNIEnv* env, jclass class, jint seconds) in Java_JniWrapper_set_1and_1write_1time_1in_1seconds()
|
| H A D | jni_helper.c | 38 jclass class = (*env)->GetObjectClass(env, helper); in get_string_member_field() local 74 jclass class = (*env)->GetObjectClass(env, helper); in execute_java_function() local 82 jclass class = (*env)->FindClass(env, "JniHelper"); in instantiate_java_class() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | zsmalloc.c | 282 unsigned int class:CLASS_BITS + 1; member 547 static inline void zs_stat_inc(struct size_class *class, in zs_stat_inc() 554 static inline void zs_stat_dec(struct size_class *class, in zs_stat_dec() 561 static inline unsigned long zs_stat_get(struct size_class *class, in zs_stat_get() 590 struct size_class *class; in zs_stats_size_show() local 689 static enum fullness_group get_fullness_group(struct size_class *class, in get_fullness_group() 716 static void insert_zspage(struct size_class *class, in insert_zspage() 742 static void remove_zspage(struct size_class *class, in remove_zspage() 762 static enum fullness_group fix_fullness_group(struct size_class *class, in fix_fullness_group() 931 static void __free_zspage(struct zs_pool *pool, struct size_class *class, in __free_zspage() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | spu_priv1_mmio.c | 27 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 35 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 43 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 48 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 53 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 58 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep_proc.c | 34 #define iterate_lock_classes(idx, class) \ argument 40 struct lock_class *class = v; in l_next() local 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 79 struct lock_class *class = v; in l_show() local 150 struct lock_class *class; in lc_show() local 241 struct lock_class *class; in lockdep_stats_show() local 395 struct lock_class *class; member 460 struct lock_class *class; in seq_stats() local 640 struct lock_class *class; in lock_stat_open() local 676 struct lock_class *class; in lock_stat_write() local
|
| H A D | lockdep.c | 262 struct lock_class_stats lock_stats(struct lock_class *class) in lock_stats() 291 void clear_lock_stats(struct lock_class *class) in clear_lock_stats() 305 static struct lock_class_stats *get_lock_stats(struct lock_class *class) in get_lock_stats() 463 static int class_filter(struct lock_class *class) in class_filter() 479 static int verbose(struct lock_class *class) in verbose() 641 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit) in get_usage_char() 667 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS]) in get_usage_chars() 680 static void __print_lock_name(struct lock_class *class) in __print_lock_name() 698 static void print_lock_name(struct lock_class *class) in print_lock_name() 776 static int very_verbose(struct lock_class *class) in very_verbose() [all …]
|
| H A D | lockdep_internals.h | 167 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps() 172 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps() 236 static inline void debug_class_ops_inc(struct lock_class *class) in debug_class_ops_inc() 244 static inline unsigned long debug_class_ops_read(struct lock_class *class) in debug_class_ops_read()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | remoteproc_elf_loader.c | 47 char class; local 163 u8 class = fw_elf_get_class(fw); local 251 u8 class = fw_elf_get_class(fw); local 329 u8 class = fw_elf_get_class(fw); local 373 u8 class = fw_elf_get_class(fw); local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | lock.h | 14 #define __LOCK_INIT(class,lock) static int lock = 0; argument 15 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; argument 37 #define __LOCK_INIT(class,lock) extern struct __lock __lock_ ## lock; \ argument 39 #define __LOCK_INIT_RECURSIVE(class,lock) __LOCK_INIT(class,lock) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | lock.h | 14 #define __LOCK_INIT(class,lock) static int lock = 0; argument 15 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; argument 37 #define __LOCK_INIT(class,lock) extern struct __lock __lock_ ## lock; \ argument 39 #define __LOCK_INIT_RECURSIVE(class,lock) __LOCK_INIT(class,lock) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | spu_priv1.h | 45 spu_int_mask_and (struct spu *spu, int class, u64 mask) in spu_int_mask_and() 51 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or() 57 spu_int_mask_set (struct spu *spu, int class, u64 mask) in spu_int_mask_set() 63 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get() 69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear() 75 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | class.c | 52 struct class *class = cp->class; in class_release() local 68 struct class *class = cp->class; in class_child_ns_type() local 281 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class, in class_dev_iter_init() 352 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() 399 struct device *class_find_device(struct class *class, struct device *start, in class_find_device() 475 ssize_t show_class_attr_string(struct class *class, in show_class_attr_string()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_user.c | 17 intel_engine_lookup_user(struct drm_i915_private *i915, u8 class, u8 instance) in intel_engine_lookup_user() 131 const char *intel_engine_class_repr(u8 class) in intel_engine_class_repr() 148 u8 class; member 238 int class, inst; in intel_engines_driver_register() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | layer.details.hpp | 27 #define CV_DNN_REGISTER_LAYER_CLASS(type, class) \ argument 43 #define CV_DNN_REGISTER_LAYER_CLASS_STATIC(type, class) \ argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | spu.c | 462 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 471 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 479 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 486 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 491 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 499 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | queue.c | 38 void queue_event(struct s_smc *smc, int class, int event) in queue_event() 72 int class ; in ev_dispatcher() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-fnsummary.h | 72 class GTY(()) size_time_entry in class() function 105 class GTY(()) ipa_fn_summary in class() function 192 class GTY((user)) ipa_fn_summary_t: in class() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-fnsummary.h | 72 class GTY(()) size_time_entry in class() function 105 class GTY(()) ipa_fn_summary in class() function 192 class GTY((user)) ipa_fn_summary_t: in class() function
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 1001 SYNOPSIS 1027 DESCRIPTION 1032 RETURN VALUE 1038 NOTES 1049 SEE ALSO 1059 SYNOPSIS 1068 DESCRIPTION 1074 RETURN VALUE 1080 NOTES 1091 SEE ALSO
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 103 $class = ""; variable 128 $class = "class = 'is_gui_app'"; variable
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 103 $class = ""; variable 128 $class = "class = 'is_gui_app'"; variable
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | ibumad_kern.c | 81 u8 class = ctx->mgmt_class; in on_ib_umad_read_recv() local 101 u8 class = ctx->mgmt_class; in on_ib_umad_read_send() local 121 u8 class = ctx->mgmt_class; in on_ib_umad_write() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ww_mutex.h | 52 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \ argument 55 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) argument 64 #define __WW_MUTEX_INITIALIZER(lockname, class) \ argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | err_impl.h | 19 u16 class; member 29 u16 class; member
|