/linux-3.3/drivers/acpi/apei/ |
D | cper.c | 74 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits() 132 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic() 195 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem) in cper_print_mem() 249 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, in cper_print_pcie() 301 const char *pfx, const struct acpi_hest_generic_data *gdata, int sec_no) in apei_estatus_print_section() 347 void apei_estatus_print(const char *pfx, in apei_estatus_print()
|
D | ghes.c | 505 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus() 527 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus()
|
/linux-3.3/sound/pci/hda/ |
D | patch_ca0110.c | 140 static int _add_switch(struct hda_codec *codec, hda_nid_t nid, const char *pfx, in _add_switch() 151 static int _add_volume(struct hda_codec *codec, hda_nid_t nid, const char *pfx, in _add_volume() 162 #define add_out_switch(codec, nid, pfx) _add_switch(codec, nid, pfx, 3, 0) argument 163 #define add_out_volume(codec, nid, pfx) _add_volume(codec, nid, pfx, 3, 0) argument 164 #define add_in_switch(codec, nid, pfx) _add_switch(codec, nid, pfx, 3, 1) argument 165 #define add_in_volume(codec, nid, pfx) _add_volume(codec, nid, pfx, 3, 1) argument 166 #define add_mono_switch(codec, nid, pfx, chan) \ argument 168 #define add_mono_volume(codec, nid, pfx, chan) \ argument
|
D | patch_ca0132.c | 272 static int _add_switch(struct hda_codec *codec, hda_nid_t nid, const char *pfx, in _add_switch() 283 static int _add_volume(struct hda_codec *codec, hda_nid_t nid, const char *pfx, in _add_volume() 294 #define add_out_switch(codec, nid, pfx) _add_switch(codec, nid, pfx, 3, 0) argument 295 #define add_out_volume(codec, nid, pfx) _add_volume(codec, nid, pfx, 3, 0) argument 296 #define add_in_switch(codec, nid, pfx) _add_switch(codec, nid, pfx, 3, 1) argument 297 #define add_in_volume(codec, nid, pfx) _add_volume(codec, nid, pfx, 3, 1) argument 298 #define add_mono_switch(codec, nid, pfx, chan) \ argument 300 #define add_mono_volume(codec, nid, pfx, chan) \ argument 302 #define add_in_mono_switch(codec, nid, pfx, chan) \ argument 304 #define add_in_mono_volume(codec, nid, pfx, chan) \ argument
|
D | patch_realtek.c | 2623 const char *pfx, const char *dir, in add_control_with_pfx() 2631 #define add_pb_vol_ctrl(spec, type, pfx, val) \ argument 2633 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument 2635 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \ argument 2637 #define __add_pb_sw_ctrl(spec, type, pfx, cidx, val) \ argument 3171 const char *pfx, int cidx, in alc_auto_add_vol_ctl() 3187 const char *pfx, int cidx, in alc_auto_add_stereo_vol() 3200 const char *pfx, int cidx, in alc_auto_add_sw_ctl() 3226 static int alc_auto_add_stereo_sw(struct hda_codec *codec, const char *pfx, in alc_auto_add_stereo_sw() 3316 hda_nid_t dac, const char *pfx, in alc_auto_create_extra_out() [all …]
|
/linux-3.3/include/linux/ |
D | btree-type.h | 1 #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
|
D | sh_pfc.h | 128 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument 130 #define PORT_10(fn, pfx, sfx) \ argument 137 #define PORT_90(fn, pfx, sfx) \ argument 144 #define _PORT_ALL(pfx, sfx) pfx##_##sfx argument 145 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
|
/linux-3.3/arch/arm/mm/ |
D | proc-macros.S | 118 .macro armv6_mt_table pfx argument 138 .macro armv6_set_pte_ext pfx argument
|
/linux-3.3/arch/x86/lib/ |
D | insn.c | 188 insn_byte_t op, pfx; in insn_get_opcode() local 238 insn_byte_t pfx, mod; in insn_get_modrm() local
|
/linux-3.3/arch/mips/include/asm/ |
D | r4kcache.h | 343 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize) \ argument 415 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot) \ argument
|
D | io.h | 304 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 374 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
|
/linux-3.3/arch/blackfin/kernel/ |
D | debug-mmrs.c | 51 #define REGS_STR_PFX(buf, pfx, num) \ argument 57 #define REGS_STR_PFX_C(buf, pfx, num) \ argument 207 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma() 231 #define _DMA(num, base, mdma, pfx) bfin_debug_mmrs_dma(parent, base, num, mdma, pfx "DMA") argument
|
/linux-3.3/arch/arm/plat-s3c24xx/ |
D | s3c2412-iotiming.c | 44 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot) in s3c2412_print_timing()
|
D | s3c2410-iotiming.c | 35 static void s3c2410_print_timing(const char *pfx, in s3c2410_print_timing()
|
D | cpu-freq.c | 103 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show()
|
/linux-3.3/arch/avr32/include/asm/ |
D | io.h | 78 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument 106 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
|
/linux-3.3/arch/sh/include/asm/ |
D | io.h | 94 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument 163 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
|
/linux-3.3/drivers/pcmcia/ |
D | bfin_cf_pcmcia.c | 53 #define bfin_cf_present(pfx) (gpio_get_value(pfx)) argument
|
/linux-3.3/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 140 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local 178 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
|
/linux-3.3/arch/x86/include/asm/ |
D | cmpxchg.h | 210 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument
|
D | inat.h | 93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
|
/linux-3.3/net/ipv6/ |
D | addrconf.c | 1685 addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev, in addrconf_prefix_route() 1714 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route() 2177 static int inet6_addr_add(struct net *net, int ifindex, const struct in6_addr *pfx, in inet6_addr_add() 2251 static int inet6_addr_del(struct net *net, int ifindex, const struct in6_addr *pfx, in inet6_addr_del() 3369 struct in6_addr *pfx = NULL; in extract_addr() local 3396 struct in6_addr *pfx; in inet6_rtm_deladdr() local 3462 struct in6_addr *pfx; in inet6_rtm_newaddr() local
|
D | addrlabel.c | 412 struct in6_addr *pfx; in ip6addrlbl_newdel() local
|
/linux-3.3/net/caif/ |
D | cfpkt_skbuff.c | 80 static struct cfpkt *cfpkt_create_pfx(u16 len, u16 pfx) in cfpkt_create_pfx()
|
/linux-3.3/arch/arm/mach-imx/ |
D | clock-mx51-mx53.c | 1001 #define DEFINE_CLOCK_CCGR(name, i, er, es, pfx, p, s) \ argument 1016 #define DEFINE_CLOCK_MAX(name, i, er, es, pfx, p, s) \ argument
|