| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | topology.c | 17 #define define_id_show_func(name) \ argument 24 #define define_siblings_show_map(name, mask) \ argument 31 #define define_siblings_show_list(name, mask) \ argument 39 #define define_siblings_show_func(name, mask) \ argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | fifo.json | 4 "name": "Add bfifo qdisc with system default parameters on egress", string 25 "name": "Add pfifo qdisc with system default parameters on egress", string 46 … "name": "Add bfifo qdisc with system default parameters on egress with handle of maximum value", string 66 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes", string 86 "name": "Add pfifo qdisc on egress with queue size of 3000 packets", string 106 …"name": "Add bfifo qdisc with system default parameters on egress with invalid handle exceeding ma… string 125 "name": "Add bfifo qdisc on egress with unsupported argument", string 144 "name": "Add pfifo qdisc on egress with unsupported argument", string 163 "name": "Replace bfifo qdisc on egress with new queue size", string 185 "name": "Replace pfifo qdisc on egress with new queue size", string [all …]
|
| H A D | prio.json | 4 "name": "Add prio qdisc on egress", string 24 "name": "Add prio qdisc on egress with handle of maximum value", string 43 "name": "Add prio qdisc on egress with invalid handle exceeding maximum value", string 62 "name": "Add prio qdisc on egress with unsupported argument", string 81 "name": "Add prio qdisc on egress with 4 bands and new priomap", string 101 "name": "Add prio qdisc on egress with 4 bands and priomap exceeding TC_PRIO_MAX entries", string 120 "name": "Add prio qdisc on egress with 4 bands and priomap's values exceeding bands number", string 139 "name": "Add prio qdisc on egress with invalid bands value (< 2)", string 158 "name": "Add prio qdisc on egress with invalid bands value exceeding TCQ_PRIO_BANDS", string 177 "name": "Replace default prio qdisc on egress with 8 bands and new priomap", string [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | prom_32.c | 59 const char *name = of_get_property(dp, "name", NULL); in sparc32_path_component() local 76 const char *name = of_get_property(dp, "name", NULL); in sbus_path_component() local 94 const char *name = of_get_property(dp, "name", NULL); in pci_path_component() local 120 const char *name = of_get_property(dp, "name", NULL); in ebus_path_component() local 138 const char *name = of_get_property(dp, "name", NULL); in ambapp_path_component() local 190 const char *name = of_get_property(dp, "name", NULL); in build_path_component() local
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | xattr.c | 25 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get() 70 ssize_t v9fs_xattr_get(struct dentry *dentry, const char *name, in v9fs_xattr_get() 96 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() 103 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set() 142 const char *name, void *buffer, size_t size, in v9fs_xattr_handler_get() 152 const char *name, const void *value, in v9fs_xattr_handler_set()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_obj_debug.h | 56 #define XCAM_STATIC_PROFILING_START(name) \ argument 63 #define XCAM_STATIC_PROFILING_END(name, times_of_print) \ argument 89 #define XCAM_OBJ_PROFILING_END(name, times) \ argument 108 #define XCAM_OBJ_PROFILING_END(name, times) argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vdso2c.c | 69 const char *name; member 124 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 125 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument 126 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) argument 144 FILE *outfile, const char *name) in go() 159 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input() 185 char *name, *tmp; in main() local
|
| /OK3568_Linux_fs/kernel/tools/perf/include/bpf/ |
| H A D | bpf.h | 21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64) argument 55 #define syscall_enter(name) \ argument 58 #define syscall_exit(name) \ argument 61 #define license(name) \ argument
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_stream.c | 73 RK_U32 val, RK_S32 i_count, char *name) in h265e_stream_write_with_log() 84 RK_U32 val, char *name) in h265e_stream_write1_with_log() 94 RK_U32 val, char *name) in h265e_stream_write_ue_with_log() 126 RK_S32 val, char *name) in h265e_stream_write_se_with_log() 148 char *name) in h265e_stream_write32()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | netlink_dumper.h | 13 #define NET_START_OBJECT_NESTED(name) \ argument 53 #define NET_START_ARRAY(name, fmt_str) \ argument 71 #define NET_DUMP_UINT(name, fmt_str, val) \ argument 79 #define NET_DUMP_STR(name, fmt_str, str) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/clk/mxs/ |
| H A D | clk.h | 33 static inline struct clk *mxs_clk_fixed(const char *name, int rate) in mxs_clk_fixed() 38 static inline struct clk *mxs_clk_gate(const char *name, in mxs_clk_gate() 46 static inline struct clk *mxs_clk_mux(const char *name, void __iomem *reg, in mxs_clk_mux() 54 static inline struct clk *mxs_clk_fixed_factor(const char *name, in mxs_clk_fixed_factor()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | ceph_features.h | 13 #define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ argument 19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument 28 #define DEFINE_CEPH_FEATURE_RETIRED(bit, inc, name, unused, unadvertised) argument 37 #define CEPH_HAVE_FEATURE(x, name) \ argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 92 #define ELFNOTE(size, name, type, desc) \ argument 95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | config.c | 144 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() 175 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var() 211 static int get_base_var(char *name) in get_base_var() 345 static void bad_config(const char *name) in bad_config() 353 int perf_config_u64(u64 *dest, const char *name, const char *value) in perf_config_u64() 366 int perf_config_int(int *dest, const char *name, const char *value) in perf_config_int() 377 int perf_config_u8(u8 *dest, const char *name, const char *value) in perf_config_u8() 389 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int() 406 int perf_config_bool(const char *name, const char *value) in perf_config_bool() 412 static const char *perf_config_dirname(const char *name, const char *value) in perf_config_dirname() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | mpls.json | 4 "name": "Add MPLS dec_ttl action with pipe opcode", string 28 "name": "Add mpls dec_ttl action with pass opcode", string 52 "name": "Add mpls dec_ttl action with drop opcode", string 76 "name": "Add mpls dec_ttl action with reclassify opcode", string 100 "name": "Add mpls dec_ttl action with continue opcode", string 124 "name": "Add mpls dec_ttl action with jump opcode", string 148 "name": "Add mpls dec_ttl action with trap opcode", string 172 "name": "Add mpls dec_ttl action with opcode and cookie", string 196 "name": "Add mpls dec_ttl action with opcode and cookie of max length", string 220 "name": "Add mpls dec_ttl action with invalid opcode", string [all …]
|
| H A D | skbedit.json | 4 "name": "Add skbedit action with valid mark", string 28 "name": "Add skbedit action with 32-bit maximum mark", string 52 "name": "Add skbedit action with mark exceeding 32-bit maximum", string 74 "name": "Add skbedit action with valid mark and mask", string 98 "name": "Add skbedit action with valid mark and 32-bit maximum mask", string 122 "name": "Add skbedit action with valid mark and mask exceeding 32-bit maximum", string 144 "name": "Add skbedit action with valid mark and mask with invalid format", string 166 "name": "Replace skbedit action with new mask", string 191 "name": "Add skbedit action with priority", string 215 "name": "Add skbedit action with invalid priority", string [all …]
|
| H A D | pedit.json | 4 "name": "Add pedit action that mangles IP TTL", string 28 "name": "Replace pedit action with invalid goto chain", string 53 "name": "Add pedit action with RAW_OP offset u32", string 78 "name": "Add pedit action with RAW_OP offset u32 (INVALID)", string 103 "name": "Add pedit action with RAW_OP offset u16 u16", string 128 "name": "Add pedit action with RAW_OP offset u16 (INVALID)", string 153 "name": "Add pedit action with RAW_OP offset u8 add value", string 178 "name": "Add pedit action with RAW_OP offset u8 quad", string 203 "name": "Add pedit action with RAW_OP offset u8-u16-u8", string 228 "name": "Add pedit action with RAW_OP offset u16-u8-u8", string [all …]
|
| H A D | ife.json | 4 "name": "Create valid ife encode action with mark and pass control", string 28 "name": "Create valid ife encode action with mark and pipe control", string 52 "name": "Create valid ife encode action with mark and continue control", string 76 "name": "Create valid ife encode action with mark and drop control", string 100 "name": "Create valid ife encode action with mark and reclassify control", string 124 "name": "Create valid ife encode action with mark and jump control", string 148 "name": "Create valid ife encode action with mark value at 32-bit maximum", string 172 "name": "Create ife encode action with mark value exceeding 32-bit maximum", string 194 "name": "Create valid ife encode action with prio and pass control", string 218 "name": "Create valid ife encode action with prio and pipe control", string [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | mx6-pins.h | 11 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument 16 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 20 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 26 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 32 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | tlv.h | 51 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name, ...) \ argument 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 77 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \ argument 81 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \ argument 93 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \ argument 110 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.h | 48 char name[MAX_KEYWORD_NAME_LEN]; member 53 char name[MAX_KEYWORD_NAME_LEN]; member 136 #define get_value_interface(name, value) \ argument 138 #define get_value_basic(name, value) \ argument 140 #define get_value_detail(name, value) \ argument 142 #define get_value_testitem(name, value) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | tlv.h | 51 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name, ...) \ argument 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 77 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \ argument 81 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \ argument 93 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \ argument 110 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name, ...) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | tlv.h | 51 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name, ...) \ argument 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 77 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \ argument 81 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \ argument 93 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \ argument 110 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name, ...) \ argument
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_algo.c | 699 const char *name = data; in xfrm_alg_name_match() local 705 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname() 712 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname() 719 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname() 727 const char *name; member 735 const char *name = aead->name; in xfrm_aead_name_match() local 741 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname()
|