/linux-5.19.10/drivers/firmware/broadcom/ |
D | bcm47xx_sprom.c | 36 static void create_key(const char *prefix, const char *postfix, in create_key() 49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() 116 static void nvram_read_leddc(const char *prefix, const char *name, in nvram_read_leddc() 141 static void nvram_read_macaddr(const char *prefix, const char *name, in nvram_read_macaddr() 156 static void nvram_read_alpha2(const char *prefix, const char *name, in nvram_read_alpha2() 189 const char *prefix, bool fallback) in bcm47xx_sprom_fill_auto() 410 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r4589() 461 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r45() 511 const char *prefix, bool fallback) in bcm47xx_fill_sprom_ethernet() 555 static void bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix, in bcm47xx_fill_board_data() [all …]
|
/linux-5.19.10/include/linux/ |
D | btf_ids.h | 41 #define __ID(prefix) \ argument 48 #define BTF_ID(prefix, name) \ argument 83 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 86 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument 151 #define BTF_ID(prefix, name) argument 154 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument 155 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
|
D | string.h | 214 static inline bool strstarts(const char *str, const char *prefix) in strstarts() 313 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix()
|
/linux-5.19.10/tools/include/linux/ |
D | btf_ids.h | 40 #define __ID(prefix) \ argument 47 #define BTF_ID(prefix, name) \ argument 82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 147 #define BTF_ID(prefix, name) argument 150 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 name[1]; argument
|
D | compiler.h | 12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
|
/linux-5.19.10/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 21 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ argument 27 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ argument 32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ argument 50 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument 56 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument
|
/linux-5.19.10/drivers/s390/net/ |
D | smsgiucv.c | 22 const char *prefix; member 88 int smsg_register_callback(const char *prefix, in smsg_register_callback() 105 void smsg_unregister_callback(const char *prefix, in smsg_unregister_callback()
|
/linux-5.19.10/drivers/net/ethernet/sfc/ |
D | ef100_rx.c | 34 bool ef100_rx_buf_hash_valid(const u8 *prefix) in ef100_rx_buf_hash_valid() 39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix) in ef100_has_fcs_error() 62 u32 *prefix; in __ef100_rx_packet() local
|
/linux-5.19.10/arch/x86/entry/syscalls/ |
D | Makefile | 14 prefix := macro 32 $(out)/unistd_32_ia32.h: prefix := ia32_ macro 46 $(out)/unistd_64_x32.h: prefix := x32_ macro
|
/linux-5.19.10/net/ipv6/ |
D | addrlabel.c | 33 struct in6_addr prefix; member 67 const struct in6_addr *prefix; member 160 static struct ip6addrlbl_entry *ip6addrlbl_alloc(const struct in6_addr *prefix, in ip6addrlbl_alloc() 243 const struct in6_addr *prefix, int prefixlen, in ip6addrlbl_add() 266 const struct in6_addr *prefix, int prefixlen, in __ip6addrlbl_del() 290 const struct in6_addr *prefix, int prefixlen, in ip6addrlbl_del()
|
/linux-5.19.10/arch/ia64/kernel/ |
D | efi.c | 76 #define STUB_GET_TIME(prefix, adjust_arg) \ argument 93 #define STUB_SET_TIME(prefix, adjust_arg) \ argument 107 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument 123 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument 141 #define STUB_GET_VARIABLE(prefix, adjust_arg) \ argument 161 #define STUB_GET_NEXT_VARIABLE(prefix, adjust_arg) \ argument 177 #define STUB_SET_VARIABLE(prefix, adjust_arg) \ argument 195 #define STUB_GET_NEXT_HIGH_MONO_COUNT(prefix, adjust_arg) \ argument 210 #define STUB_RESET_SYSTEM(prefix, adjust_arg) \ argument
|
/linux-5.19.10/tools/perf/util/ |
D | stat-display.c | 148 const char *prefix; member 408 char *prefix, u64 run, u64 ena, double noise, in printout() 685 char *prefix, bool metric_only, in print_counter_aggrdata() 727 char *prefix) in print_aggr() 821 struct evsel *counter, char *prefix) in print_aggr_thread() 874 struct evsel *counter, char *prefix) in print_counter_aggr() 910 struct evsel *counter, char *prefix) in print_counter() 942 char *prefix) in print_no_aggr_metric() 1000 const char *prefix, bool no_indent) in print_metric_headers() 1041 char *prefix, struct timespec *ts) in print_interval() [all …]
|
/linux-5.19.10/sound/soc/generic/ |
D | simple-card-utils.c | 37 char *prefix, in asoc_simple_parse_convert() 58 char *prefix, in asoc_simple_parse_daifmt() 160 char *prefix) in asoc_simple_parse_card_name() 630 char *prefix) in asoc_simple_parse_routing() 648 char *prefix) in asoc_simple_parse_widgets() 667 char *prefix) in asoc_simple_parse_pin_switches() 682 int is_hp, char *prefix, in asoc_simple_init_jack()
|
D | simple-card.c | 122 char *prefix) in simple_parse_mclk_fs() 140 char *prefix, in simple_parse_node() 180 char *prefix, char *name) in simple_link_init() 208 char *prefix = ""; in simple_dai_link_of_dpcm() local 293 char *prefix = ""; in simple_dai_link_of() local
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | statx.c | 17 const char *prefix = "AT_"; in syscall_arg__scnprintf_statx_flags() local 47 const char *prefix = "STATX_"; in syscall_arg__scnprintf_statx_mask() local
|
D | seccomp.c | 12 const char *prefix = "SECCOMP_SET_MODE_"; in syscall_arg__scnprintf_seccomp_op() local 37 const char *prefix = "SECCOMP_FILTER_FLAG_"; in syscall_arg__scnprintf_seccomp_flags() local
|
/linux-5.19.10/net/netfilter/ |
D | nf_log_syslog.c | 114 const struct nf_loginfo *loginfo, const char *prefix) in nf_log_dump_packet_common() 138 const char *prefix) in nf_log_arp_packet() 835 const char *prefix) in nf_log_ip_packet() 870 const char *prefix) in nf_log_ip6_packet() 906 const char *prefix) in nf_log_unknown_packet() 932 const char *prefix) in nf_log_netdev_packet()
|
/linux-5.19.10/drivers/regulator/ |
D | mc13xxx.h | 55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ argument 73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument 88 #define MC13xxx_GPO_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
|
/linux-5.19.10/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 168 static void trace_print_header(int seq, int prefix) in trace_print_header() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() 272 int i, prefix; in trace_buffer_print() local
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ argument 96 #define DEFINE_CLROP(fn, prefix) \ argument 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 245 #define ATOMIC_OP(c_t, prefix, size) \ argument
|
/linux-5.19.10/fs/squashfs/ |
D | xattr.c | 58 const char *prefix = handler->prefix ?: handler->name; in squashfs_listxattr() local 125 int type, prefix, name_size; in squashfs_xattr_get() local
|
/linux-5.19.10/drivers/edac/ |
D | edac_mc.h | 48 #define edac_printk(level, prefix, fmt, arg...) \ argument 54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 25 #define MMIO_RING_F(prefix, s) do { \ argument 34 #define MMIO_RING_D(prefix) \ argument
|
/linux-5.19.10/tools/bpf/bpftool/ |
D | pids.c | 24 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) {} in emit_obj_refs_plain() 227 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) in emit_obj_refs_plain()
|