Home
last modified time | relevance | path

Searched defs:name (Results 476 – 500 of 8860) sorted by relevance

1...<<11121314151617181920>>...355

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dg_dnl.c134 const char *name = "usb_dnload"; in g_dnl_config_register() local
164 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
213 static int on_serialno(const char *name, const char *value, enum env_op op, in on_serialno()
292 int g_dnl_register(const char *name) in g_dnl_register()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dio-workarounds.c112 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
122 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
141 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
142 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
H A Dmodule_64.c260 char *name = strtab + syms[i].st_name; in dedotify() local
394 static bool is_mprofile_ftrace_call(const char *name) in is_mprofile_ftrace_call()
417 static bool is_mprofile_ftrace_call(const char *name) in is_mprofile_ftrace_call()
439 const char *name) in create_stub()
470 const char *name) in stub_for_addr()
495 static int restore_r2(const char *name, u32 *instruction, struct module *me) in restore_r2()
/OK3568_Linux_fs/kernel/include/linux/
H A Didr.h35 #define IDR_INIT_BASE(name, base) { \ argument
47 #define IDR_INIT(name) IDR_INIT_BASE(name, 0) argument
56 #define DEFINE_IDR(name) struct idr name = IDR_INIT(name) argument
250 #define IDA_INIT(name) { \ argument
253 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument
H A Dpci-ep-cfs.h20 static inline struct config_group *pci_ep_cfs_add_epc_group(const char *name) in pci_ep_cfs_add_epc_group()
29 static inline struct config_group *pci_ep_cfs_add_epf_group(const char *name) in pci_ep_cfs_add_epf_group()
H A Dxattr.h30 const char *name; member
45 const char *name; member
80 char *name; member
/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 Dread-md.h54 char *name; member
70 char *name; member
79 char *name; member
105 const char *name; member
121 const char *name; member
/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 Dread-md.h54 char *name; member
70 char *name; member
79 char *name; member
105 const char *name; member
121 const char *name; member
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource_server.c229 static void rk_bt_bond_state_cb(const char *bd_addr, const char *name, RK_BT_BOND_STATE state) in rk_bt_bond_state_cb()
244 static void rk_ble_status_cb(const char *bd_addr, const char *name, RK_BLE_STATE state) in rk_ble_status_cb()
279 static void rk_bt_send_devinfo_evt(enum rk_bt_evt val, const char *name, const char *address) in rk_bt_send_devinfo_evt()
307 static void rk_bt_dev_found_cb(const char *address, const char *name, unsigned int bt_class, int rs… in rk_bt_dev_found_cb()
384 char address[18] = {0}, name[100] = {0}; in rk_bt_source_status_callback() local
489 static char name[128]; variable
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dops.h101 static inline void *finddevice(const char *name) in finddevice()
106 static inline int getprop(void *devp, const char *name, void *buf, int buflen) in getprop()
111 static inline int setprop(void *devp, const char *name, in setprop()
116 #define setprop_val(devp, name, val) \ argument
122 static inline int setprop_str(void *devp, const char *name, const char *buf) in setprop_str()
140 static inline void *create_node(const void *parent, const char *name) in create_node()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c42 char name[MAX_NAME_LEN+1]; member
233 static void add_new_directory(char *name, char *path, in add_new_directory()
251 static void add_new_device(char *name, char *path, unsigned long uid, in add_new_device()
295 static void add_new_file(char *name, char *path, unsigned long uid, in add_new_file()
314 static void add_new_fifo(char *name, char *path, unsigned long uid, in add_new_fifo()
360 char *name; in interpret_table_entry() local
/OK3568_Linux_fs/kernel/include/linux/mfd/wm8994/
H A Dpdata.h43 const char *name; member
55 const char *name; member
67 const char *name; member
82 const char *name; member
93 const char *name; member
104 const char *name; member
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c308 const char *name, int len) in __strn_find_child()
322 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child()
334 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child()
462 const char *name, *ns_name; in aa_fqlookupn_profile() local
508 char *name = NULL; in aa_new_null_profile() local
619 const char *ns_name, const char *name, in audit_policy()
1100 const char *name = fqname, *info = NULL; in aa_remove_profiles() local
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp62 char name[16]; member
82 MppClock mpp_clock_get(const char *name) in mpp_clock_get()
205 char name[16]; member
274 MppTimer mpp_timer_get(const char *name) in mpp_timer_get()
429 AutoTiming::AutoTiming(const char *name) in AutoTiming()
450 char name[STOPWATCH_TRACE_STR_LEN]; member
473 MppStopwatch mpp_stopwatch_get(const char *name) in mpp_stopwatch_get()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42xattr.c175 nfs4_xattr_alloc_entry(const char *name, const void *value, in nfs4_xattr_alloc_entry()
505 nfs4_xattr_hash_bucket(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_bucket()
512 nfs4_xattr_get_entry(struct nfs4_xattr_bucket *bucket, const char *name) in nfs4_xattr_get_entry()
565 nfs4_xattr_hash_remove(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_remove()
588 nfs4_xattr_hash_find(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_find()
609 ssize_t nfs4_xattr_cache_get(struct inode *inode, const char *name, char *buf, in nfs4_xattr_cache_get()
689 void nfs4_xattr_cache_add(struct inode *inode, const char *name, in nfs4_xattr_cache_add()
721 void nfs4_xattr_cache_remove(struct inode *inode, const char *name) in nfs4_xattr_cache_remove()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c58 char name[]; member
84 static int __write_tracing_file(const char *name, const char *val, bool append) in __write_tracing_file()
134 static int write_tracing_file(const char *name, const char *val) in write_tracing_file()
139 static int append_tracing_file(const char *name, const char *val) in append_tracing_file()
144 static int read_tracing_file_to_stdout(const char *name) in read_tracing_file_to_stdout()
184 static int read_tracing_file_by_line(const char *name, in read_tracing_file_by_line()
218 static int write_tracing_file_int(const char *name, int value) in write_tracing_file_int()
229 static int write_tracing_option_file(const char *name, const char *val) in write_tracing_option_file()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconfdata.c73 char *name = getenv("BR2_CONFIG"); in conf_get_configname() local
88 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local
113 char *env, *name; in conf_get_default_confname() local
250 int conf_read_simple(const char *name, int def) in conf_read_simple()
407 int conf_read(const char *name) in conf_read()
740 int conf_write(const char *name) in conf_write()
845 const char *name; in conf_split_config() local
974 const char *name; in conf_write_autoconf() local
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c80 char *name; member
143 static bool is_btf_id(const char *name) in is_btf_id()
148 static struct btf_id *btf_id__find(struct rb_root *root, const char *name) in btf_id__find()
168 btf_id__add(struct rb_root *root, char *name, bool unique) in btf_id__add()
230 static struct btf_id *add_set(struct object *obj, char *name) in add_set()
248 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol()
340 char *name; in elf_collect() local
388 char *name; in symbols_collect() local
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dnamei.c186 const char *name, int len) in get_third_component()
209 const char *name, int namelen) in reiserfs_match()
228 const char *name, int namelen) in linear_search_in_dir_item()
304 static int reiserfs_find_entry(struct inode *dir, const char *name, int namelen, in reiserfs_find_entry()
433 struct inode *dir, const char *name, int namelen, in reiserfs_add_entry()
1102 char *name; in reiserfs_symlink() local
1259 static int de_still_valid(const char *name, int len, in de_still_valid()
1272 static int entry_points_to_object(const char *name, int len, in entry_points_to_object()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_trace.h21 #define __print_disk_name(name) nullb_trace_disk_name(p, name) argument
24 static inline void __assign_disk_name(char *name, struct gendisk *disk) in __assign_disk_name()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c52 const char *name; member
563 char name[11]; /* Enough to print the MAX_UINT32 + the null terminator */ in create_fixture_variant() local
641 const char *name, in kutf_add_test_with_filters_and_data()
723 const char *name, in kutf_add_test_with_filters()
742 const char *name, in kutf_add_test()
781 const char *name, in kutf_create_suite_with_filters_and_data()
834 const char *name, in kutf_create_suite_with_filters()
855 const char *name, in kutf_create_suite()
894 struct kutf_application *kutf_create_application(const char *name) in kutf_create_application()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dodbc.json32 "name": "'ODBC ' + entity_id" string
38 "name": "value", string
49 "name": "procedureTwo", string
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhdf5.h76 void save_to_file(const cvflann::Matrix<T>& dataset, const String& filename, const String& name) in save_to_file()
128 void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name) in load_from_file()
169 void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name) in load_from_file()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dsvn.py184 def _revision_key(self, ud, d, name): argument
190 def _latest_revision(self, ud, d, name): argument
204 def sortable_revision(self, ud, d, name): argument
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dseries.py48 def __setattr__(self, name, value): argument
51 def __getattr__(self, name): argument
54 def AddTag(self, commit, line, name, value): argument

1...<<11121314151617181920>>...355