/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 218 qla27xx_skip_entry(struct qla27xx_fwdt_entry *ent, void *buf) in qla27xx_skip_entry() 228 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t0() 239 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t255() 251 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t256() 265 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t257() 279 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t258() 294 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t259() 309 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t260() 323 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t261() 336 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t262() [all …]
|
/linux-4.4.14/drivers/nubus/ |
D | nubus.c | 230 struct nubus_dirent ent; in nubus_get_board_dir() local 246 int nubus_get_subdir(const struct nubus_dirent *ent, in nubus_get_subdir() 256 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) in nubus_readdir() 352 struct nubus_dirent* ent) in nubus_find_rsrc() 372 const struct nubus_dirent* ent) in nubus_show_display_resource() 390 const struct nubus_dirent* ent) in nubus_show_network_resource() 414 const struct nubus_dirent* ent) in nubus_show_cpu_resource() 441 const struct nubus_dirent* ent) in nubus_show_private_resource() 466 struct nubus_dirent ent; in nubus_get_functional_resource() local 559 struct nubus_dirent ent; in nubus_get_vidnames() local [all …]
|
D | proc.c | 71 struct nubus_dirent ent; in nubus_proc_subdir() local 92 struct nubus_dirent ent; in nubus_proc_populate() local
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4idmap.c | 62 struct ent { struct 78 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument 110 idtoname_hash(struct ent *ent) in idtoname_hash() 128 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local 152 struct ent *ent; in idtoname_show() local 199 struct ent ent, *res; in idtoname_parse() local 292 nametoid_hash(struct ent *ent) in nametoid_hash() 301 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local 323 struct ent *ent; in nametoid_show() local 362 struct ent ent, *res; in nametoid_parse() local [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | esp_scsi.c | 388 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent, in esp_cur_dma_addr() 403 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent, in esp_cur_dma_len() 415 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, in esp_advance_dma() 453 static void esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_save_pointers() 467 static void esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_restore_pointers() 571 static int esp_alloc_lun_tag(struct esp_cmd_entry *ent, in esp_alloc_lun_tag() 616 static void esp_free_lun_tag(struct esp_cmd_entry *ent, in esp_free_lun_tag() 636 static void esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) in esp_autosense() 690 struct esp_cmd_entry *ent; in find_and_prep_issuable_command() local 725 struct esp_cmd_entry *ent; in esp_maybe_execute_command() local [all …]
|
D | zorro7xx.c | 75 const struct zorro_device_id *ent) in zorro7xx_init_one()
|
D | a2091.c | 183 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe()
|
D | gvp11.c | 288 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe()
|
/linux-4.4.14/drivers/bcma/ |
D | scan.c | 156 u32 ent = readl(*eromptr); in bcma_erom_get_ent() local 168 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci() local 178 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end() local 185 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_bridge() local 194 u32 ent; in bcma_erom_skip_component() local 208 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_mst_port() local 222 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() local
|
/linux-4.4.14/drivers/w1/ |
D | w1_family.c | 40 struct list_head *ent, *n; in w1_register_family() local 72 struct list_head *ent, *n; in w1_unregister_family() local 103 struct list_head *ent, *n; in w1_family_registered() local
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 25 #define PAGEMAP_PRESENT(ent) (((ent) & (1ull << 63)) != 0) argument 26 #define PAGEMAP_PFN(ent) ((ent) & ((1ull << 55) - 1)) argument 32 uint64_t ent[2]; in allocate_transhuge() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mr.c | 86 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback() local 137 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys() local 191 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys() local 218 struct mlx5_cache_ent *ent = filp->private_data; in size_write() local 255 struct mlx5_cache_ent *ent = filp->private_data; in size_read() local 284 struct mlx5_cache_ent *ent = filp->private_data; in limit_write() local 317 struct mlx5_cache_ent *ent = filp->private_data; in limit_read() local 355 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func() 409 struct mlx5_cache_ent *ent; in delayed_cache_work_func() local 417 struct mlx5_cache_ent *ent; in cache_work_func() local [all …]
|
/linux-4.4.14/mm/ |
D | swap_cgroup.c | 61 static struct swap_cgroup *lookup_swap_cgroup(swp_entry_t ent, in lookup_swap_cgroup() 87 unsigned short swap_cgroup_cmpxchg(swp_entry_t ent, in swap_cgroup_cmpxchg() 115 unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id) in swap_cgroup_record() 138 unsigned short lookup_swap_cgroup_id(swp_entry_t ent) in lookup_swap_cgroup_id()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | cm.c | 170 struct id_map_entry *ent = container_of(delay, struct id_map_entry, timeout); in id_map_ent_timeout() local 196 struct id_map_entry *ent, *found_ent; in id_map_find_del() local 214 struct id_map_entry *ent; in sl_id_map_add() local 246 struct id_map_entry *ent; in id_map_alloc() local 286 struct id_map_entry *ent; in id_map_get() local 440 struct id_map_entry *ent = in mlx4_ib_cm_paravirt_clean() local 452 struct id_map_entry *ent = in mlx4_ib_cm_paravirt_clean() local
|
/linux-4.4.14/include/linux/ |
D | swap_cgroup.h | 18 unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id) in swap_cgroup_record() 24 unsigned short lookup_swap_cgroup_id(swp_entry_t ent) in lookup_swap_cgroup_id()
|
/linux-4.4.14/kernel/trace/ |
D | blktrace.c | 1084 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() 1089 static inline const void *pdu_start(const struct trace_entry *ent) in pdu_start() 1094 static inline u32 t_action(const struct trace_entry *ent) in t_action() 1099 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes() 1104 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() 1109 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector() 1114 static inline __u16 t_error(const struct trace_entry *ent) in t_error() 1119 static __u64 get_pdu_int(const struct trace_entry *ent) in get_pdu_int() 1125 static void get_pdu_remap(const struct trace_entry *ent, in get_pdu_remap() 1164 static void blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent) in blk_log_dump_pdu() [all …]
|
D | trace_functions_graph.c | 59 struct ftrace_graph_ent_entry ent; member 370 struct ftrace_graph_ent ent = { in __trace_graph_function() local 657 struct trace_entry *ent = iter->ent; in print_graph_irq() local 853 struct trace_entry *ent = iter->ent; in print_graph_prologue() local 1028 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return() 1095 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment()
|
D | trace_syscalls.c | 115 struct trace_entry *ent = iter->ent; in print_syscall_enter() local 161 struct trace_entry *ent = iter->ent; in print_syscall_exit() local
|
D | trace.h | 90 struct trace_entry ent; member 96 struct trace_entry ent; member 102 struct trace_entry ent; member 107 struct trace_entry ent; member 310 #define trace_assign_type(var, ent) \ argument
|
/linux-4.4.14/tools/perf/util/ |
D | probe-file.c | 171 struct str_node *ent; in __probe_file__get_namelist() local 235 static int __del_trace_probe_event(int fd, struct str_node *ent) in __del_trace_probe_event() 273 struct str_node *ent; in probe_file__get_events() local 300 struct str_node *ent; in probe_file__del_strlist() local
|
D | auxtrace.c | 640 struct auxtrace_index_entry ent; in auxtrace_index__do_write() local 677 struct auxtrace_index_entry ent; in auxtrace_index__process_entry() local 730 struct auxtrace_index_entry *ent) in auxtrace_queues__process_index_entry() 740 struct auxtrace_index_entry *ent; in auxtrace_queues__process_index() local
|
D | help.c | 10 struct cmdname *ent = malloc(sizeof(*ent) + len + 1); in add_cmdname() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | scom.c | 109 struct scom_debug_entry *ent = filp->private_data; in scom_debug_read() local 146 struct scom_debug_entry *ent = filp->private_data; in scom_debug_write() local 189 struct scom_debug_entry *ent; in scom_debug_init_one() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 86 struct mlx5_cmd_work_ent *ent; in alloc_cmd() local 190 static void set_signature(struct mlx5_cmd_work_ent *ent, int csum) in set_signature() 197 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() 214 static void free_cmd(struct mlx5_cmd_work_ent *ent) in free_cmd() 220 static int verify_signature(struct mlx5_cmd_work_ent *ent) in verify_signature() 568 struct mlx5_cmd_work_ent *ent, int input) in dump_command() 621 struct mlx5_cmd_work_ent *ent = container_of(work, struct mlx5_cmd_work_ent, work); in cmd_work_handler() local 715 static int wait_func(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent) in wait_func() 761 struct mlx5_cmd_work_ent *ent; in mlx5_cmd_invoke() local 1251 struct mlx5_cmd_work_ent *ent; in mlx5_cmd_comp_handler() local [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gk20a.c | 58 struct gf100_gr_init *ent = &init[i]; in gk20a_gr_av_to_init() local 94 struct gf100_gr_init *ent = &init[i]; in gk20a_gr_aiv_to_init() local 125 struct gf100_gr_init *ent = &init[i]; in gk20a_gr_av_to_method() local
|
/linux-4.4.14/fs/proc/ |
D | proc_tty.c | 145 struct proc_dir_entry *ent; in proc_tty_register_driver() local 161 struct proc_dir_entry *ent; in proc_tty_unregister_driver() local
|
D | kcore.c | 146 struct kcore_list *ent; in kcore_update_ram() local 165 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 198 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 209 struct kcore_list *ent; in kclist_add_private() local
|
D | generic.c | 360 struct proc_dir_entry *ent = NULL; in __proc_create() local 400 struct proc_dir_entry *ent; in proc_symlink() local 427 struct proc_dir_entry *ent; in proc_mkdir_data() local 465 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
|
/linux-4.4.14/tools/iio/ |
D | lsiio.c | 46 const struct dirent *ent; in dump_channels() local 105 const struct dirent *ent; in dump_devices() local
|
D | iio_utils.c | 99 const struct dirent *ent; in iioutils_get_type() local 225 const struct dirent *ent; in iioutils_get_param_float() local 319 const struct dirent *ent; in build_channel_array() local 565 const struct dirent *ent; in find_type_by_name() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | gpio.c | 61 dcb_gpio_entry(struct nvkm_bios *bios, int idx, int ent, u8 *ver, u8 *len) in dcb_gpio_entry() 78 dcb_gpio_parse(struct nvkm_bios *bios, int idx, int ent, u8 *ver, u8 *len, in dcb_gpio_parse()
|
D | M0209.c | 95 nvbios_M0209Se(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr) in nvbios_M0209Se() 109 nvbios_M0209Sp(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr, in nvbios_M0209Sp()
|
D | M0205.c | 108 nvbios_M0205Se(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr) in nvbios_M0205Se() 122 nvbios_M0205Sp(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr, in nvbios_M0205Sp()
|
D | i2c.c | 75 u16 ent = dcb_i2c_entry(bios, idx, &ver, &len); in dcb_i2c_parse() local
|
/linux-4.4.14/net/netfilter/ |
D | xt_hashlimit.c | 120 static inline bool dst_cmp(const struct dsthash_ent *ent, in dst_cmp() 145 struct dsthash_ent *ent; in dsthash_find() local 163 struct dsthash_ent *ent; in dsthash_alloc_init() local 204 struct dsthash_ent *ent = container_of(head, struct dsthash_ent, rcu); in dsthash_free_rcu() local 210 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free() 789 static int dl_seq_real_show(struct dsthash_ent *ent, u_int8_t family, in dl_seq_real_show() 832 struct dsthash_ent *ent; in dl_seq_show() local
|
/linux-4.4.14/init/ |
D | do_mounts_md.c | 68 int ent; in md_setup() local 128 int minor, i, ent, partitioned; in md_setup_drive() local
|
/linux-4.4.14/drivers/mfd/ |
D | rdc321x-southbridge.c | 75 const struct pci_device_id *ent) in rdc321x_sb_probe()
|
/linux-4.4.14/drivers/ata/ |
D | pata_netcell.c | 57 static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in netcell_init_one()
|
D | pata_rz1000.c | 85 static int rz1000_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in rz1000_init_one()
|
D | libata-eh.c | 342 int ent = ata_lookup_timeout_table(cmd); in ata_internal_cmd_timeout() local 367 int ent = ata_lookup_timeout_table(cmd); in ata_internal_cmd_timed_out() local 381 struct ata_ering_entry *ent; in ata_ering_record() local 396 struct ata_ering_entry *ent = &ering->ring[ering->cursor]; in ata_ering_top() local 408 struct ata_ering_entry *ent; in ata_ering_map() local 424 static int ata_ering_clear_cb(struct ata_ering_entry *ent, void *void_arg) in ata_ering_clear_cb() 1904 static int speed_down_verdict_cb(struct ata_ering_entry *ent, void *void_arg) in speed_down_verdict_cb() 3254 struct ata_ering_entry *ent; in ata_set_mode() local 3593 static int ata_count_probe_trials_cb(struct ata_ering_entry *ent, void *void_arg) in ata_count_probe_trials_cb()
|
D | pata_sch.c | 171 static int sch_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in sch_init_one()
|
D | pata_radisys.c | 213 static int radisys_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in radisys_init_one()
|
D | pata_oldpiix.c | 235 static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in oldpiix_init_one()
|
D | pata_it8213.c | 258 static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in it8213_init_one()
|
D | pata_efar.c | 263 static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in efar_init_one()
|
D | sata_uli.c | 145 static int uli_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in uli_init_one()
|
D | pata_ns87415.c | 350 static int ns87415_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in ns87415_init_one()
|
D | sata_sis.c | 197 static int sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in sis_init_one()
|
D | pata_rdc.c | 323 static int rdc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in rdc_init_one()
|
D | acard-ahci.c | 403 static int acard_ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in acard_ahci_init_one()
|
D | sata_vsc.c | 337 const struct pci_device_id *ent) in vsc_sata_init_one()
|
D | sata_svw.c | 425 static int k2_sata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in k2_sata_init_one()
|
D | sata_via.c | 604 static int svia_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in svia_init_one()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.c | 64 static int mga_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in mga_pci_probe()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_init.c | 60 const struct pci_device_id *ent) in hysdn_pci_init_one()
|
/linux-4.4.14/drivers/input/gameport/ |
D | emu10k1-gp.c | 59 static int emu_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in emu_probe()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_debugfs.c | 91 struct dentry *ent; in drm_debugfs_create_files() local 380 struct dentry *root, *ent; in drm_debugfs_connector_add() local
|
D | drm_pci.c | 274 int drm_get_pci_dev(struct pci_dev *pdev, const struct pci_device_id *ent, in drm_get_pci_dev()
|
/linux-4.4.14/arch/um/kernel/ |
D | exitcode.c | 69 struct proc_dir_entry *ent; in make_proc_exitcode() local
|
D | process.c | 320 struct proc_dir_entry *ent; in make_proc_sysemu() local
|
/linux-4.4.14/arch/x86/platform/scx200/ |
D | scx200_32.c | 57 static int scx200_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in scx200_probe()
|
/linux-4.4.14/sound/oss/ |
D | kahlua.c | 55 static int probe_one(struct pci_dev *pdev, const struct pci_device_id *ent) in probe_one()
|
/linux-4.4.14/arch/sparc/mm/ |
D | tsb.c | 42 struct tsb *ent = &swapper_tsb[hash]; in flush_tsb_kernel_range() local 53 unsigned long tag, ent, hash; in __flush_tsb_one_entry() local
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_init.c | 247 const struct pci_device_id *ent) in pm8001_alloc() 454 const struct pci_device_id *ent, in pm8001_pci_alloc() 982 const struct pci_device_id *ent) in pm8001_pci_probe()
|
/linux-4.4.14/security/apparmor/ |
D | policy_unpack.c | 718 void aa_load_ent_free(struct aa_load_ent *ent) in aa_load_ent_free() 730 struct aa_load_ent *ent = kzalloc(sizeof(*ent), GFP_KERNEL); in aa_load_ent_alloc() local 751 struct aa_load_ent *tmp, *ent; in aa_unpack() local
|
D | capability.c | 67 struct audit_cache *ent; in audit_caps() local
|
D | policy.c | 946 struct aa_load_ent *ent; in __list_lookup_parent() local 1072 struct aa_load_ent *ent, *tmp; in aa_replace_profiles() local
|
/linux-4.4.14/drivers/char/hw_random/ |
D | geode-rng.c | 90 const struct pci_device_id *ent; in mod_init() local
|
D | amd-rng.c | 117 const struct pci_device_id *ent; in mod_init() local
|
/linux-4.4.14/drivers/mtd/maps/ |
D | scb2_flash.c | 135 const struct pci_device_id *ent) in scb2_flash_probe()
|
D | ck804xrom.c | 116 const struct pci_device_id *ent) in ck804xrom_init_one()
|
D | amd76xrom.c | 104 const struct pci_device_id *ent) in amd76xrom_init_one()
|
D | ichxrom.c | 88 const struct pci_device_id *ent) in ichxrom_init_one()
|
D | esb2rom.c | 148 const struct pci_device_id *ent) in esb2rom_init_one()
|
/linux-4.4.14/net/sctp/ |
D | objcnt.c | 128 struct proc_dir_entry *ent; in sctp_dbg_objcnt_init() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-pxa-pci.c | 98 const struct pci_device_id *ent) in ce4100_i2c_probe()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 63 int qib_pcie_init(struct pci_dev *pdev, const struct pci_device_id *ent) in qib_pcie_init() 136 const struct pci_device_id *ent) in qib_pcie_ddinit()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | orinoco_pci.c | 114 const struct pci_device_id *ent) in orinoco_pci_init_one()
|
D | orinoco_tmd.c | 92 const struct pci_device_id *ent) in orinoco_tmd_init_one()
|
D | orinoco_nortel.c | 142 const struct pci_device_id *ent) in orinoco_nortel_init_one()
|
D | orinoco_plx.c | 181 const struct pci_device_id *ent) in orinoco_plx_init_one()
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | t1pci.c | 190 static int t1pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) in t1pci_probe()
|
D | b1pci.c | 303 const struct pci_device_id *ent) in b1pci_pci_probe()
|
/linux-4.4.14/drivers/spi/ |
D | spi-dw-pci.c | 44 static int spi_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in spi_pci_probe()
|
D | spi-pxa2xx-pci.c | 104 const struct pci_device_id *ent) in pxa2xx_spi_pci_probe()
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.c | 189 struct log_entry *ent) in btt_log_read_pair() 261 static int btt_log_get_old(struct log_entry *ent) in btt_log_get_old() 307 struct log_entry *ent, int old_flag) in btt_log_read() 340 u32 sub, struct log_entry *ent) in __btt_log_write() 365 struct log_entry *ent) in btt_flog_write()
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_main.c | 184 const struct pci_device_id *ent) in mic_probe()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | gf119.c | 33 int ent = -1; in gf119_gpio_reset() local
|
D | nv50.c | 33 int ent = -1; in nv50_gpio_reset() local
|
/linux-4.4.14/tools/hv/ |
D | hv_vss_daemon.c | 72 struct mntent *ent; in vss_operate() local
|
/linux-4.4.14/drivers/misc/cxl/ |
D | debugfs.c | 120 struct dentry *ent; in cxl_debugfs_init() local
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 76 struct xvip_graph_entity *ent; in xvip_graph_build_one() local 196 struct xvip_graph_entity *ent; in xvip_graph_build_dma() local
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.h | 83 static inline void bcm_sf2_arl_to_entry(struct bcm_sf2_arl_entry *ent, in bcm_sf2_arl_to_entry() 96 const struct bcm_sf2_arl_entry *ent) in bcm_sf2_arl_from_entry()
|
D | bcm_sf2.c | 640 u16 vid, struct bcm_sf2_arl_entry *ent, u8 *idx, in bcm_sf2_arl_read() 675 struct bcm_sf2_arl_entry ent; in bcm_sf2_arl_op() local 768 struct bcm_sf2_arl_entry *ent) in bcm_sf2_arl_search_rd() 779 const struct bcm_sf2_arl_entry *ent, in bcm_sf2_sw_fdb_copy()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 61 static int jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent) in jsm_probe_one()
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.c | 66 const struct pci_device_id *ent) in cirrus_pci_probe()
|
/linux-4.4.14/drivers/xen/ |
D | platform-pci.c | 105 const struct pci_device_id *ent) in platform_pci_init()
|
/linux-4.4.14/fs/nilfs2/ |
D | recovery.c | 405 struct nilfs_segment_entry *ent = kmalloc(sizeof(*ent), GFP_NOFS); in nilfs_segment_list_add() local 419 struct nilfs_segment_entry *ent; in nilfs_dispose_segment_list() local 432 struct nilfs_segment_entry *ent, *n; in nilfs_prepare_segment_for_recovery() local
|
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/ |
D | adf_drv.c | 201 static int adf_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in adf_probe()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_drv.c | 163 const struct pci_device_id *ent) in bochs_pci_probe()
|
/linux-4.4.14/drivers/crypto/qat/qat_dh895xcc/ |
D | adf_drv.c | 204 static int adf_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in adf_probe()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | scanlog.c | 170 struct proc_dir_entry *ent; in scanlog_init() local
|
D | reconfig.c | 417 struct proc_dir_entry *ent; in proc_ppc64_create_ofdt() local
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_pcie.c | 141 const struct pci_device_id *ent) in xilly_probe()
|
/linux-4.4.14/arch/x86/platform/atom/ |
D | pmc_atom.c | 385 static int pmc_setup_dev(struct pci_dev *pdev, const struct pci_device_id *ent) in pmc_setup_dev() 435 const struct pci_device_id *ent; in pmc_atom_init() local
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_init.c | 363 const struct pci_device_id *ent, in mvs_pci_alloc() 523 static int mvs_pci_init(struct pci_dev *pdev, const struct pci_device_id *ent) in mvs_pci_init()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 618 int ent; /* entry index */ in xfs_dir2_block_lookup() local 768 int ent; /* block leaf entry index */ in xfs_dir2_block_removename() local 848 int ent; /* leaf entry index */ in xfs_dir2_block_replace() local
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 158 const struct dio_device_id *ent) in hpdca_init_one()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | hplance.c | 84 static int hplance_init_one(struct dio_dev *d, const struct dio_device_id *ent) in hplance_init_one()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-maxiradio.c | 118 const struct pci_device_id *ent) in maxiradio_probe()
|
/linux-4.4.14/arch/x86/kvm/ |
D | ioapic.c | 394 union kvm_ioapic_redirect_entry *ent = &ioapic->redirtbl[i]; in kvm_ioapic_eoi_inject_work() local 414 union kvm_ioapic_redirect_entry *ent = &ioapic->redirtbl[i]; in __kvm_ioapic_update_eoi() local
|
D | mmu_audit.c | 43 u64 *ent = sp->spt; in __mmu_spte_walk() local
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_drv.c | 63 static int ast_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in ast_pci_probe()
|
/linux-4.4.14/drivers/scsi/isci/ |
D | host.c | 257 static void sci_controller_task_completion(struct isci_host *ihost, u32 ent) in sci_controller_task_completion() 272 static void sci_controller_sdma_completion(struct isci_host *ihost, u32 ent) in sci_controller_sdma_completion() 307 static void sci_controller_unsolicited_frame(struct isci_host *ihost, u32 ent) in sci_controller_unsolicited_frame() 368 static void sci_controller_event_completion(struct isci_host *ihost, u32 ent) in sci_controller_event_completion() 488 u32 ent; in sci_controller_process_completions() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 404 struct event_entry *ent; in perf_inject__sched_process_exit() local 424 struct event_entry *ent; in perf_inject__sched_switch() local 447 struct event_entry *ent; in perf_inject__sched_stat() local
|
D | builtin-probe.c | 368 struct str_node *ent; in perf_del_probe_events() local
|
/linux-4.4.14/drivers/char/agp/ |
D | sis-agp.c | 182 static int agp_sis_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in agp_sis_probe()
|
D | ali-agp.c | 302 static int agp_ali_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in agp_ali_probe()
|
D | via-agp.c | 440 static int agp_via_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in agp_via_probe()
|
D | efficeon-agp.c | 346 const struct pci_device_id *ent) in agp_efficeon_probe()
|
D | nvidia-agp.c | 337 const struct pci_device_id *ent) in agp_nvidia_probe()
|
D | uninorth-agp.c | 600 const struct pci_device_id *ent) in agp_uninorth_probe()
|
D | intel-agp.c | 725 const struct pci_device_id *ent) in agp_intel_probe()
|
D | amd64-agp.c | 513 const struct pci_device_id *ent) in agp_amd64_probe()
|
D | amd-k7-agp.c | 407 const struct pci_device_id *ent) in agp_amdk7_probe()
|
D | sworks-agp.c | 449 const struct pci_device_id *ent) in agp_serverworks_probe()
|
D | ati-agp.c | 492 static int agp_ati_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in agp_ati_probe()
|
/linux-4.4.14/drivers/watchdog/ |
D | via_wdt.c | 159 const struct pci_device_id *ent) in wdt_probe()
|
D | i6300esb.c | 419 const struct pci_device_id *ent) in esb_probe()
|
D | wdt_pci.c | 608 const struct pci_device_id *ent) in wdtpci_init_one()
|
/linux-4.4.14/arch/mips/sibyte/common/ |
D | bus_watcher.c | 159 struct proc_dir_entry *ent; in create_proc_decoder() local
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_debugfs.c | 110 static int drm_add_fake_info_node(struct drm_minor *minor, struct dentry *ent, in drm_add_fake_info_node()
|
/linux-4.4.14/drivers/misc/mei/ |
D | pci-txe.c | 73 static int mei_txe_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in mei_txe_probe()
|
D | pci-me.c | 131 static int mei_me_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in mei_me_probe()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sunxvr2500.c | 119 const struct pci_device_id *ent) in s3d_pci_register()
|
D | skeletonfb.c | 681 static int xxxfb_probe(struct pci_dev *dev, const struct pci_device_id *ent) in xxxfb_probe()
|
D | hpfb.c | 328 static int hpfb_dio_probe(struct dio_dev *d, const struct dio_device_id *ent) in hpfb_dio_probe()
|
D | chipsfb.c | 350 static int chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) in chipsfb_pci_init()
|
D | sunxvr500.c | 242 const struct pci_device_id *ent) in e3d_pci_register()
|
D | carminefb.c | 609 static int carminefb_probe(struct pci_dev *dev, const struct pci_device_id *ent) in carminefb_probe()
|
/linux-4.4.14/drivers/w1/masters/ |
D | matrox_w1.c | 155 static int matrox_w1_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in matrox_w1_probe()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_driver.c | 279 static int dgnc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in dgnc_init_one()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_drv.c | 453 static int psb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in psb_pci_probe()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | drv.c | 556 static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in iwl_pci_probe()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pcie.c | 81 int hfi1_pcie_init(struct pci_dev *pdev, const struct pci_device_id *ent) in hfi1_pcie_init() 168 const struct pci_device_id *ent) in hfi1_pcie_ddinit()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_osm_pci.c | 157 ahd_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in ahd_linux_pci_dev_probe()
|
D | aic7xxx_osm_pci.c | 203 ahc_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in ahc_linux_pci_dev_probe()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 63 qxl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in qxl_pci_probe()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpcihp_zt5550.c | 207 static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) in zt5550_hc_init_one()
|
D | shpchp_core.c | 302 static int shpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in shpc_probe()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | umid.c | 81 struct dirent *ent; in remove_files_and_dir() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 105 pfm_default_smpl_entry_t *ent; in default_handler() local
|
/linux-4.4.14/drivers/misc/cb710/ |
D | core.c | 205 const struct pci_device_id *ent) in cb710_probe()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_perf.c | 45 struct dentry *ent; member
|
D | msm_rd.c | 78 struct dentry *ent; member
|
/linux-4.4.14/drivers/net/can/c_can/ |
D | c_can_pci.c | 115 const struct pci_device_id *ent) in c_can_pci_probe()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-amd8111.c | 181 const struct pci_device_id *ent; in amd_gpio_init() local
|
/linux-4.4.14/drivers/ide/ |
D | ide-proc.c | 626 struct proc_dir_entry *ent; in ide_add_proc_entries() local 685 struct proc_dir_entry *ent; in ide_proc_port_register_devices() local
|
D | ide-cd.h | 74 struct atapi_toc_entry ent[MAX_TRACKS+1]; member
|
D | ide-cd_ioctl.c | 322 struct atapi_toc_entry **ent) in ide_cd_get_toc_entry()
|
/linux-4.4.14/drivers/edac/ |
D | amd76x_edac.c | 305 const struct pci_device_id *ent) in amd76x_init_one()
|
D | i82860_edac.c | 258 const struct pci_device_id *ent) in i82860_init_one()
|
D | r82600_edac.c | 363 const struct pci_device_id *ent) in r82600_init_one()
|
D | pasemi_edac.c | 192 const struct pci_device_id *ent) in pasemi_edac_probe()
|
D | i82443bxgx_edac.c | 355 const struct pci_device_id *ent) in i82443bxgx_edacmc_init_one()
|
D | i3000_edac.c | 458 static int i3000_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in i3000_init_one()
|
D | i82875p_edac.c | 475 const struct pci_device_id *ent) in i82875p_init_one()
|
D | x38_edac.c | 417 static int x38_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) in x38_init_one()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c | 149 struct atl1e_opt_list *ent; in atl1e_validate_option() local
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | hydra.c | 85 const struct zorro_device_id *ent) in hydra_init_one()
|
D | zorro8390.c | 407 const struct zorro_device_id *ent) in zorro8390_init_one()
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | ems_pci.c | 222 const struct pci_device_id *ent) in ems_pci_add_card()
|
D | kvaser_pci.c | 291 const struct pci_device_id *ent) in kvaser_pci_init_one()
|
D | plx_pci.c | 507 const struct pci_device_id *ent) in plx_pci_add_card()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | queue.c | 137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 461 int ent; in bsd_compress() local 469 #define OUTPUT(ent) \ in bsd_compress() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 653 u8 bnx2x_dcbx_dcbnl_app_up(struct dcbx_app_priority_entry *ent) in bnx2x_dcbx_dcbnl_app_up() 665 u8 bnx2x_dcbx_dcbnl_app_idtype(struct dcbx_app_priority_entry *ent) in bnx2x_dcbx_dcbnl_app_idtype() 677 struct dcbx_app_priority_entry *ent = in bnx2x_dcbnl_update_applist() local 2488 struct dcbx_app_priority_entry *ent = in bnx2x_peer_apptable() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 204 struct e1000_opt_list *ent; in e1000_validate_option() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 229 const struct ixgb_opt_list *ent; in ixgb_validate_option() local
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_core.c | 78 { struct proc_dir_entry *ent; in ircomm_init() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_drv.c | 308 const struct pci_device_id *ent) in amdgpu_pci_probe()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_core.c | 353 static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent) in saa7146_init_one()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 255 const struct pch_gbe_opt_list *ent; in pch_gbe_validate_option() local
|
/linux-4.4.14/drivers/media/ |
D | media-device.c | 93 struct media_entity *ent; in media_device_enum_entities() local
|
/linux-4.4.14/drivers/mmc/host/ |
D | toshsd.c | 607 static int toshsd_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in toshsd_probe()
|
/linux-4.4.14/include/media/ |
D | exynos-fimc.h | 157 #define fimc_pipeline_call(ent, op, args...) \ argument
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_main.c | 354 snic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in snic_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 236 const struct e1000_opt_list *ent; in e1000_validate_option() local
|
/linux-4.4.14/fs/omfs/ |
D | file.c | 191 static sector_t find_block(struct inode *inode, struct omfs_extent_entry *ent, in find_block()
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 572 int ent; in bsd_compress() local 596 #define OUTPUT(ent) \ in bsd_compress() argument
|
/linux-4.4.14/fs/ext4/ |
D | namei.c | 3299 static int ext4_rename_dir_prepare(handle_t *handle, struct ext4_renament *ent) in ext4_rename_dir_prepare() 3314 static int ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, in ext4_rename_dir_finish() 3341 static int ext4_setent(handle_t *handle, struct ext4_renament *ent, in ext4_setent() 3389 static void ext4_rename_delete(handle_t *handle, struct ext4_renament *ent, in ext4_rename_delete() 3421 static void ext4_update_dir_count(handle_t *handle, struct ext4_renament *ent) in ext4_update_dir_count() 3432 static struct inode *ext4_whiteout_for_rename(struct ext4_renament *ent, in ext4_whiteout_for_rename()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_main.c | 541 static int fnic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in fnic_probe()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 400 const struct pci_device_id *ent) in radeon_pci_probe()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via-core.c | 674 static int via_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in via_pci_probe()
|
/linux-4.4.14/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 341 const struct pci_device_id *ent) in flexcop_pci_probe()
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 727 static int pt3_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in pt3_probe()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 190 struct iucv_tty_buffer *ent, *next; in destroy_tty_buffer_list() local 954 struct iucv_tty_buffer *ent, *next; in hvc_iucv_msg_complete() local
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
D | fbdev.c | 662 static int kyrofb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in kyrofb_probe()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | speedfax.c | 455 sfaxpci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in sfaxpci_probe()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1078 struct lu_dirent *ent; in ll_statahead_thread() local 1361 struct lu_dirent *ent; in is_first_dirent() local
|