Home
last modified time | relevance | path

Searched defs:pfx (Results 1 – 35 of 35) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/
Dcper.c81 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits()
139 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic()
308 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem, in cper_print_mem()
353 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, in cper_print_pcie()
390 const char *pfx, const struct acpi_hest_generic_data *gdata, int sec_no) in cper_estatus_print_section()
437 void cper_estatus_print(const char *pfx, in cper_estatus_print()
/linux-4.4.14/include/linux/
Dbtree-type.h1 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
2 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
3 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument
/linux-4.4.14/arch/mips/include/asm/
Dr4kcache.h558 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
632 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
659 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
Dio.h312 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument
382 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dsh_pfc.h267 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
269 #define PORT_10(pn, fn, pfx, sfx) \ argument
276 #define PORT_90(pn, fn, pfx, sfx) \ argument
284 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
315 #define _PORT_DATA(pn, pfx, sfx) \ argument
Dpfc-emev2.c15 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
231 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
Dpfc-r8a73a4.c27 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-r8a7740.c28 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-sh73a0.c32 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
/linux-4.4.14/drivers/acpi/
Dacpi_extlog.c96 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd()
115 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_NPT.c21 struct in6_addr pfx; in ip6t_npt_checkentry() local
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c52 #define REGS_STR_PFX(buf, pfx, num) \ argument
58 #define REGS_STR_PFX_C(buf, pfx, num) \ argument
209 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma()
235 #define _DMA(num, base, mdma, pfx) bfin_debug_mmrs_dma(parent, base, num, mdma, pfx "DMA") argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
Diotiming-s3c2412.c42 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot) in s3c2412_print_timing()
Diotiming-s3c2410.c35 static void s3c2410_print_timing(const char *pfx, in s3c2410_print_timing()
/linux-4.4.14/arch/avr32/include/asm/
Dio.h79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument
107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
/linux-4.4.14/drivers/pcmcia/
Dbfin_cf_pcmcia.c53 #define bfin_cf_present(pfx) (gpio_get_value(pfx)) argument
/linux-4.4.14/arch/sh/include/asm/
Dio.h88 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument
157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c641 const char *pfx = check_output_pfx(codec, nid); in get_hp_label_index() local
660 const char *pfx, *sfx = ""; in fill_audio_out_name() local
Dhda_generic.c387 const char *pfx, struct nid_path *path) in print_nid_path()
1011 const char *pfx, const char *dir, in add_control_with_pfx()
1021 #define add_pb_vol_ctrl(spec, type, pfx, val) \ argument
1023 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument
1025 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \ argument
1027 #define __add_pb_sw_ctrl(spec, type, pfx, cidx, val) \ argument
1030 static int add_vol_ctl(struct hda_codec *codec, const char *pfx, int cidx, in add_vol_ctl()
1056 static int add_stereo_vol(struct hda_codec *codec, const char *pfx, int cidx, in add_stereo_vol()
1066 static int add_sw_ctl(struct hda_codec *codec, const char *pfx, int cidx, in add_sw_ctl()
1089 static int add_stereo_sw(struct hda_codec *codec, const char *pfx, in add_stereo_sw()
[all …]
Dpatch_ca0132.c3909 const char *pfx, int dir) in add_fx_switch()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DmISDNipac.c140 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local
178 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
/linux-4.4.14/drivers/scsi/snic/
Dsnic_io.c398 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump()
/linux-4.4.14/arch/x86/include/asm/
Dcmpxchg.h208 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument
Dinat.h93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinat.h93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
/linux-4.4.14/drivers/acpi/apei/
Dghes.c477 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus()
499 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus()
/linux-4.4.14/drivers/cpufreq/
Ds3c24xx-cpufreq.c101 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show()
/linux-4.4.14/net/ipv6/
Daddrconf.c2153 addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev, in addrconf_prefix_route()
2182 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route()
2634 const struct in6_addr *pfx, in inet6_addr_add()
2725 const struct in6_addr *pfx, unsigned int plen) in inet6_addr_del()
4055 struct in6_addr *pfx = NULL; in extract_addr() local
4084 struct in6_addr *pfx, *peer_pfx; in inet6_rtm_deladdr() local
4193 struct in6_addr *pfx, *peer_pfx; in inet6_rtm_newaddr() local
Daddrlabel.c412 struct in6_addr *pfx; in ip6addrlbl_newdel() local
/linux-4.4.14/net/caif/
Dcfpkt_skbuff.c80 static struct cfpkt *cfpkt_create_pfx(u16 len, u16 pfx) in cfpkt_create_pfx()
/linux-4.4.14/arch/sparc/kernel/
Dtraps_64.c1918 static void sun4v_report_real_raddr(const char *pfx, struct pt_regs *regs) in sun4v_report_real_raddr()
1935 int cpu, const char *pfx, atomic_t *ocnt) in sun4v_log_error()
/linux-4.4.14/sound/pci/ac97/
Dac97_codec.c1296 static int snd_ac97_cmix_new_stereo(struct snd_card *card, const char *pfx, in snd_ac97_cmix_new_stereo()
1323 #define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \ argument
/linux-4.4.14/include/net/
Dipv6.h390 static inline void ipv6_addr_prefix(struct in6_addr *pfx, in ipv6_addr_prefix()
/linux-4.4.14/fs/
Dlocks.c2539 loff_t id, char *pfx) in lock_get_status()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c2391 pfarg_is_sane(struct task_struct *task, pfarg_context_t *pfx) in pfarg_is_sane()