/linux-4.4.14/arch/ia64/kernel/ |
D | kprobes.c | 100 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag() 153 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst() 189 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst() 300 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst() 340 unsigned int template; in get_kprobe_inst() local 369 static int __kprobes valid_kprobe_addr(int template, int slot, in valid_kprobe_addr() 515 unsigned int template = bundle->quad0.template; in __is_ia64_break_inst() local 546 unsigned int template = bundle->quad0.template; in can_boost() local 587 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local 691 unsigned long template; in resume_execution() local
|
/linux-4.4.14/include/trace/ |
D | define_trace.h | 44 #define DEFINE_EVENT(template, name, proto, args) \ argument 48 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 52 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 56 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
|
D | trace_events.h | 107 #define DEFINE_EVENT(template, name, proto, args) \ argument 112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 186 #define DEFINE_EVENT(template, name, proto, args) argument 189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument 421 #define DEFINE_EVENT(template, name, proto, args) argument 424 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 501 #define DEFINE_EVENT(template, name, proto, args) argument 504 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument [all …]
|
D | perf.h | 80 #define DEFINE_EVENT(template, call, proto, args) \ argument 88 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/linux-4.4.14/crypto/ |
D | testmgr.c | 201 static int __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in __test_hash() 400 static int test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in test_hash() 428 struct aead_testvec *template, unsigned int tcount, in __test_aead() 818 struct aead_testvec *template, unsigned int tcount) in test_aead() 851 struct cipher_testvec *template, unsigned int tcount) in test_cipher() 926 struct cipher_testvec *template, unsigned int tcount, in __test_skcipher() 1184 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() 1473 static int test_cprng(struct crypto_rng *tfm, struct cprng_testvec *template, in test_cprng() 1830 struct drbg_testvec *template = desc->suite.drbg.vecs; in alg_test_drbg() local
|
D | tcrypt.c | 302 struct aead_speed_template *template, in test_aead_speed() 458 struct cipher_speed_template *template, in test_cipher_speed() 1110 struct cipher_speed_template *template, in test_acipher_speed()
|
D | algboss.c | 48 char template[CRYPTO_MAX_ALG_NAME]; member
|
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 486 #define DEFINE_EVENT(template, name, proto, args) \ argument 488 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 490 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 492 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
|
/linux-4.4.14/sound/pci/oxygen/ |
D | se6x.c | 69 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
|
D | xonar_dg_mixer.c | 426 static int dg_control_filter(struct snd_kcontrol_new *template) in dg_control_filter()
|
D | xonar_pcm179x.c | 988 static int xonar_d2_control_filter(struct snd_kcontrol_new *template) in xonar_d2_control_filter() 996 static int xonar_st_h6_control_filter(struct snd_kcontrol_new *template) in xonar_st_h6_control_filter()
|
D | oxygen_mixer.c | 1056 struct snd_kcontrol_new template; in add_controls() local
|
/linux-4.4.14/arch/um/os-Linux/ |
D | mem.c | 95 static int __init make_tempfile(const char *template) in make_tempfile()
|
/linux-4.4.14/drivers/leds/ |
D | leds-lt3593.c | 84 static int create_lt3593_led(const struct gpio_led *template, in create_lt3593_led()
|
D | leds-gpio.c | 89 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
|
D | leds-ns2.c | 192 const struct ns2_led *template) in create_ns2_led()
|
D | leds-netxbig.c | 285 const struct netxbig_led *template) in create_netxbig_led()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_template.c | 197 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template() local
|
/linux-4.4.14/drivers/staging/speakup/ |
D | i18n.c | 507 static int fmt_validate(char *template, char *user) in fmt_validate()
|
/linux-4.4.14/drivers/regulator/ |
D | tps65218-regulator.c | 222 const struct tps_info *template; in tps65218_regulator_probe() local
|
D | qcom_rpm-regulator.c | 754 const struct qcom_rpm_reg *template; member
|
D | twl-regulator.c | 1094 const struct twlreg_info *template; in twlreg_probe() local
|
/linux-4.4.14/tools/perf/util/ |
D | llvm-utils.c | 339 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf() local
|
D | hist.c | 314 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_bp.c | 287 kdb_bp_t template = {0}; in kdb_bp() local
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 294 struct v4l2_standard *template; in pvr2_std_fill() local
|
/linux-4.4.14/drivers/misc/ |
D | vexpress-syscfg.c | 52 u32 template[0]; /* Keep it last! */ member
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 70 struct sst_module_template template; in sst_byt_parse_module() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | kprobes.h | 60 unsigned long long template : 5; member
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvbdev.c | 272 const struct dvb_device *template, void *priv, int type) in dvb_register_device()
|
/linux-4.4.14/block/ |
D | blk-integrity.c | 409 void blk_integrity_register(struct gendisk *disk, struct blk_integrity *template) in blk_integrity_register()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 698 struct video_device *template, in saa7164_vbi_alloc()
|
D | saa7164-encoder.c | 996 struct video_device *template, in saa7164_encoder_alloc()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 176 u32 *template, *tmp_buf; in netxen_setup_minidump() local
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 93 struct sst_module_template template; in hsw_parse_module() local
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 334 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc() local 372 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc() local 3609 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_pcm() local 3734 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai_widgets() local
|
D | soc-topology.c | 1374 struct snd_soc_dapm_widget template, *widget; in soc_tplg_dapm_widget_create() local
|
D | soc-core.c | 1872 struct snd_kcontrol_new template; in snd_soc_cnew() local 3219 const char *template, *wname; in snd_soc_of_parse_audio_simple_widgets() local
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 810 struct video_device *template, in vdev_init()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | main.c | 584 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data() local
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_core.c | 1317 char *p, *template = "rproc-%s-fw"; in rproc_alloc() local
|
/linux-4.4.14/sound/usb/ |
D | mixer_quirks.c | 860 struct snd_kcontrol_new template = { in snd_nativeinstruments_create_mixer() local 973 static struct snd_kcontrol_new template = { in snd_ftu_create_effect_switch() local
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-firmware.c | 479 struct sst_module_template *template, void *private) in sst_module_new()
|
/linux-4.4.14/sound/atmel/ |
D | ac97c.c | 806 struct snd_ac97_template template; in atmel_ac97c_mixer_new() local
|
/linux-4.4.14/net/mac802154/ |
D | llsec.c | 120 llsec_key_alloc(const struct ieee802154_llsec_key *template) in llsec_key_alloc()
|
/linux-4.4.14/sound/soc/codecs/ |
D | sigmadsp.c | 634 struct snd_kcontrol_new template; in sigmadsp_alloc_control() local
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 137 struct video_device *template, in cx23885_vdev_init()
|
D | cx23885-417.c | 1493 struct video_device *template, in cx23885_video_dev_alloc()
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 1178 struct snd_kcontrol_new template; in snd_ac97_cnew() local 2013 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template, struct snd_ac97 **… in snd_ac97_mixer()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 1090 char template[T_RAM_ACCESS_SZ * 2]; in brcms_c_ampdu_macaddr_upd() local
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 818 struct cgroup_subsys_state *template[]) in compare_css_sets() 885 struct cgroup_subsys_state *template[]) in find_existing_css_set() 1005 struct cgroup_subsys_state *template[CGROUP_SUBSYS_COUNT] = { }; in find_css_set() local
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 1613 const struct video_device in vdev_init()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 1309 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data() local
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 2117 const struct video_device *template, in cx231xx_vdev_init()
|
D | cx231xx-417.c | 1915 const struct video_device *template, in cx231xx_video_dev_init()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1088 ahc_linux_register_host(struct ahc_softc *ahc, struct scsi_host_template *template) in ahc_linux_register_host()
|
D | aic79xx_osm.c | 1224 ahd_linux_register_host(struct ahd_softc *ahd, struct scsi_host_template *template) in ahd_linux_register_host()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 2190 const struct video_device *template, in em28xx_vdev_init()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 1849 caam_hash_alloc(struct caam_hash_template *template, in caam_hash_alloc()
|
D | caamalg.c | 4421 static struct caam_crypto_alg *caam_alg_alloc(struct caam_alg_template in caam_alg_alloc()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 2886 struct snd_pcm_oss_setup *setup, *setup1, template; in snd_pcm_oss_proc_write() local
|
/linux-4.4.14/drivers/crypto/ |
D | talitos.c | 2729 struct talitos_alg_template in talitos_alg_alloc()
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 1597 static struct video_device template = { variable
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3922 const struct video_device *template, in vdev_init()
|