/linux-4.1.27/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 68 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() 125 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() 130 static inline void mipid_write(struct mipid_device *md, in mipid_write() 136 static inline void mipid_read(struct mipid_device *md, in mipid_read() 142 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines() 160 static void send_init_string(struct mipid_device *md) in send_init_string() 168 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start() 174 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait() 184 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode() 206 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state() [all …]
|
/linux-4.1.27/drivers/md/ |
D | dm.c | 69 struct mapped_device *md; member 83 struct mapped_device *md; member 240 bool dm_use_blk_mq(struct mapped_device *md) in dm_use_blk_mq() 437 int dm_deleting_md(struct mapped_device *md) in dm_deleting_md() 444 struct mapped_device *md; in dm_blk_open() local 468 struct mapped_device *md; in dm_blk_close() local 485 int dm_open_count(struct mapped_device *md) in dm_open_count() 493 int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred) in dm_lock_for_deletion() 513 int dm_cancel_deferred_remove(struct mapped_device *md) in dm_cancel_deferred_remove() 534 sector_t dm_get_size(struct mapped_device *md) in dm_get_size() [all …]
|
D | dm-sysfs.c | 25 struct mapped_device *md; in dm_attr_show() local 50 struct mapped_device *md; in dm_attr_store() local 67 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) in dm_attr_name_show() 76 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) in dm_attr_uuid_show() 85 static ssize_t dm_attr_suspended_show(struct mapped_device *md, char *buf) in dm_attr_suspended_show() 92 static ssize_t dm_attr_use_blk_mq_show(struct mapped_device *md, char *buf) in dm_attr_use_blk_mq_show() 129 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 139 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
D | dm-era-target.c | 33 struct writeset_metadata md; member 300 static int superblock_read_lock(struct era_metadata *md, in superblock_read_lock() 307 static int superblock_lock_zero(struct era_metadata *md, in superblock_lock_zero() 314 static int superblock_lock(struct era_metadata *md, in superblock_lock() 365 struct era_metadata *md = context; in ws_inc() local 377 struct era_metadata *md = context; in ws_dec() local 394 static void setup_writeset_tree_info(struct era_metadata *md) in setup_writeset_tree_info() 406 static void setup_era_array_info(struct era_metadata *md) in setup_era_array_info() 419 static void setup_infos(struct era_metadata *md) in setup_infos() 428 static int create_fresh_metadata(struct era_metadata *md) in create_fresh_metadata() [all …]
|
D | dm-ioctl.c | 35 struct mapped_device *md; member 141 struct mapped_device *md; in __get_dev_cell() local 161 struct mapped_device *md) in alloc_cell() 207 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() 283 struct mapped_device *md; in dm_hash_remove_all() local 374 struct mapped_device *md; in dm_hash_rename() local 645 static struct dm_table *dm_get_inactive_table(struct mapped_device *md, int *srcu_idx) in dm_get_inactive_table() 668 static struct dm_table *dm_get_live_or_inactive_table(struct mapped_device *md, in dm_get_live_or_inactive_table() 680 static void __dev_status(struct mapped_device *md, struct dm_ioctl *param) in __dev_status() 737 struct mapped_device *md; in dev_create() local [all …]
|
D | dm-uevent.c | 44 struct mapped_device *md; member 57 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) in dm_uevent_alloc() 71 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, in dm_build_path_uevent() 186 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent() local
|
D | dm-stats.c | 233 struct mapped_device *md) in dm_stats_create() 766 static int message_stats_create(struct mapped_device *md, in message_stats_create() 838 static int message_stats_delete(struct mapped_device *md, in message_stats_delete() 853 static int message_stats_clear(struct mapped_device *md, in message_stats_clear() 868 static int message_stats_list(struct mapped_device *md, in message_stats_list() 891 static int message_stats_print(struct mapped_device *md, in message_stats_print() 918 static int message_stats_set_aux(struct mapped_device *md, in message_stats_set_aux() 933 int dm_stats_message(struct mapped_device *md, unsigned argc, char **argv, in dm_stats_message()
|
D | dm-table.c | 32 struct mapped_device *md; member 184 unsigned num_targets, struct mapped_device *md) in dm_table_create() 215 static void free_devices(struct list_head *devices, struct mapped_device *md) in free_devices() 349 struct mapped_device *md) in upgrade_mode() 941 static int dm_table_alloc_md_mempools(struct dm_table *t, struct mapped_device *md) in dm_table_alloc_md_mempools() 1072 static int dm_table_prealloc_integrity(struct dm_table *t, struct mapped_device *md) in dm_table_prealloc_integrity() 1687 struct mapped_device *md; in dm_table_run_md_queue_async() local
|
D | dm-verity.c | 207 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err() local
|
D | dm-raid.c | 68 struct mddev md; member
|
D | dm-thin.c | 425 static struct pool *__pool_table_lookup(struct mapped_device *md) in __pool_table_lookup()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_maven.c | 134 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() 339 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker() 357 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel() 366 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma() 371 static void maven_init_TVdata(const struct maven_data* md, struct mavenregs* data) { in maven_init_TVdata() 754 static inline int maven_compute_timming(struct maven_data* md, in maven_compute_timming() 988 static int maven_program_timming(struct maven_data* md, in maven_program_timming() 1026 static inline int maven_resync(struct maven_data* md) { in maven_resync() 1032 static int maven_get_queryctrl (struct maven_data* md, in maven_get_queryctrl() 1054 static int maven_set_control (struct maven_data* md, in maven_set_control() [all …]
|
D | matroxfb_g450.c | 141 static int g450_query_ctrl(void* md, struct v4l2_queryctrl *p) { in g450_query_ctrl() 162 static int g450_set_ctrl(void* md, struct v4l2_control *p) { in g450_set_ctrl() 216 static int g450_get_ctrl(void* md, struct v4l2_control *p) { in g450_get_ctrl() 520 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { in matroxfb_g450_compute() 558 static int matroxfb_g450_program(void* md) { in matroxfb_g450_program() 567 static int matroxfb_g450_verify_mode(void* md, u_int32_t arg) { in matroxfb_g450_verify_mode() 577 static int g450_dvi_compute(void* md, struct my_timming* mt) { in g450_dvi_compute()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | efi.c | 254 is_memory_available (efi_memory_desc_t *md) in is_memory_available() 278 #define efi_md_size(md) (md->num_pages << EFI_PAGE_SHIFT) argument 287 efi_md_end(efi_memory_desc_t *md) in efi_md_end() 293 efi_wb(efi_memory_desc_t *md) in efi_wb() 299 efi_uc(efi_memory_desc_t *md) in efi_uc() 351 efi_memory_desc_t *md; in efi_get_pal_addr() local 563 efi_memory_desc_t *md; in efi_init() local 607 efi_memory_desc_t *md; in efi_enter_virtual_mode() local 692 efi_memory_desc_t *md; in efi_get_iobase() local 712 struct kern_memdesc *md; in kern_memory_descriptor() local [all …]
|
/linux-4.1.27/drivers/mmc/card/ |
D | block.c | 157 struct mmc_blk_data *md; in mmc_blk_get() local 180 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put() 200 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in power_ro_lock_show() local 220 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local 266 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_show() local 280 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_store() local 296 struct mmc_blk_data *md = mmc_blk_get(bdev->bd_disk); in mmc_blk_open() local 317 struct mmc_blk_data *md = disk->private_data; in mmc_blk_release() local 451 struct mmc_blk_data *md; in mmc_blk_ioctl_cmd() local 647 struct mmc_blk_data *md) in mmc_blk_part_switch() [all …]
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 131 efi_memory_desc_t *md = p; in do_add_efi_memmap() local 204 efi_memory_desc_t *md; in print_efi_memmap() local 511 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable() 528 efi_memory_desc_t *md; in runtime_code_page_mkexec() local 552 void __init old_map_region(efi_memory_desc_t *md) in old_map_region() 582 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local 611 static void __init get_systab_virt_addr(efi_memory_desc_t *md) in get_systab_virt_addr() 628 efi_memory_desc_t *md; in save_runtime_map() local 753 efi_memory_desc_t *md; in efi_map_regions() local 791 efi_memory_desc_t *md; in kexec_enter_virtual_mode() local [all …]
|
D | efi_32.c | 51 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 56 void __init efi_map_region_fixed(efi_memory_desc_t *md) {} in efi_map_region_fixed()
|
D | quirks.c | 146 efi_memory_desc_t *md = p; in efi_reserve_boot_services() local 177 efi_memory_desc_t *md = p; in efi_free_boot_services() local
|
D | efi_64.c | 63 efi_memory_desc_t *md; in early_code_mapping_set_exec() local 204 static void __init __map_region(efi_memory_desc_t *md, u64 va) in __map_region() 217 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 273 void __init efi_map_region_fixed(efi_memory_desc_t *md) in efi_map_region_fixed()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 47 lnet_md_unlink(lnet_libmd_t *md) in lnet_md_unlink() 168 lnet_md_link(lnet_libmd_t *md, lnet_handle_eq_t eq_handle, int cpt) in lnet_md_link() 272 struct lnet_libmd *md; in LNetMDAttach() local 349 lnet_libmd_t *md; in LNetMDBind() local 425 lnet_libmd_t *md; in LNetMDUnlink() local
|
D | lib-me.c | 232 lnet_libmd_t *md; in LNetMEUnlink() local 271 lnet_libmd_t *md = me->me_md; in lnet_me_unlink() local
|
D | lib-msg.c | 46 lnet_build_unlink_event(lnet_libmd_t *md, lnet_event_t *ev) in lnet_build_unlink_event() 308 lnet_msg_attach_md(lnet_msg_t *msg, lnet_libmd_t *md, in lnet_msg_attach_md() 338 lnet_libmd_t *md = msg->msg_md; in lnet_msg_detach_md() local
|
D | lib-ptl.c | 139 lnet_try_match_md(lnet_libmd_t *md, in lnet_try_match_md() 612 lnet_ptl_detach_md(lnet_me_t *me, lnet_libmd_t *md) in lnet_ptl_detach_md() 622 lnet_ptl_attach_md(lnet_me_t *me, lnet_libmd_t *md, in lnet_ptl_attach_md()
|
D | lib-move.c | 605 lnet_libmd_t *md = msg->msg_md; in lnet_setpayloadbuffer() local 1503 lnet_libmd_t *md; in lnet_parse_reply() local 1567 lnet_libmd_t *md; in lnet_parse_ack() local 2067 struct lnet_libmd *md; in LNetPut() local 2267 struct lnet_libmd *md; in LNetGet() local
|
D | api-ni.c | 1657 lnet_md_t md = { NULL }; in lnet_ping_target_init() local 1765 lnet_md_t md = { NULL }; in lnet_ping() local
|
/linux-4.1.27/arch/arm64/kernel/ |
D | efi.c | 63 static int __init is_normal_ram(efi_memory_desc_t *md) in is_normal_ram() 77 efi_memory_desc_t *md; in efi_to_phys() local 153 static __init int is_reserve_region(efi_memory_desc_t *md) in is_reserve_region() 170 efi_memory_desc_t *md; in reserve_regions() local 234 efi_memory_desc_t *md; in efi_virtmap_init() local
|
/linux-4.1.27/arch/mips/pci/ |
D | msi-xlp.c | 134 struct xlp_msi_data *md = irq_data_get_irq_handler_data(d); in xlp_msi_enable() local 151 struct xlp_msi_data *md = irq_data_get_irq_handler_data(d); in xlp_msi_disable() local 168 struct xlp_msi_data *md = irq_data_get_irq_handler_data(d); in xlp_msi_mask_ack() local 207 struct xlp_msi_data *md; in xlp_msix_mask_ack() local 296 struct xlp_msi_data *md; in xlp_setup_msi() local 403 struct xlp_msi_data *md; in xlp_setup_msix() local 469 struct xlp_msi_data *md; in xlp_init_node_msi_irqs() local 517 struct xlp_msi_data *md; in nlm_dispatch_msi() local 547 struct xlp_msi_data *md; in nlm_dispatch_msix() local
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 84 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 223 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 238 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 259 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_search() local 274 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_pullup() local 292 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pullup() local 304 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pointer() local 324 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_max_slave_count() local 340 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_max_slave_count() local 351 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_attempts() local [all …]
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 360 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_provide_buffer() local 410 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_pop_all_buffers() local 462 struct mpipe_data *md = &mpipe_data[instance]; in tile_tx_timestamp() local 588 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_handle_packet() local 657 struct mpipe_data *md; in tile_net_poll() local 822 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_adjfreq() local 833 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_adjtime() local 845 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_gettime() local 857 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_settime() local 886 static void register_ptp_clock(struct net_device *dev, struct mpipe_data *md) in register_ptp_clock() [all …]
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 719 static void cyttsp4_report_slot_liftoff(struct cyttsp4_mt_data *md, in cyttsp4_report_slot_liftoff() 734 static void cyttsp4_lift_all(struct cyttsp4_mt_data *md) in cyttsp4_lift_all() 747 static void cyttsp4_get_touch_axis(struct cyttsp4_mt_data *md, in cyttsp4_get_touch_axis() 772 static void cyttsp4_get_touch(struct cyttsp4_mt_data *md, in cyttsp4_get_touch() 839 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() 941 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_xy_worker() local 1028 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_mt_attention() local 1823 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_suspend() local 1839 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_resume() local 1868 struct cyttsp4_mt_data *md = input_get_drvdata(input); in cyttsp4_mt_close() local [all …]
|
D | cyttsp4_core.h | 360 struct cyttsp4_mt_data md; member
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 87 static inline int lnet_md_exhausted(lnet_libmd_t *md) in lnet_md_exhausted() 94 static inline int lnet_md_unlinkable(lnet_libmd_t *md) in lnet_md_unlinkable() 254 lnet_libmd_t *md; in lnet_md_alloc() local 269 lnet_md_free_locked(lnet_libmd_t *md) in lnet_md_free_locked() 279 lnet_md_free(lnet_libmd_t *md) in lnet_md_free() 382 lnet_libmd_t *md; in lnet_md_alloc() local 408 lnet_md_free(lnet_libmd_t *md) in lnet_md_free() 459 #define lnet_md_free_locked(md) lnet_md_free(md) argument 502 lnet_md2handle(lnet_handle_md_t *handle, lnet_libmd_t *md) in lnet_md2handle()
|
D | types.h | 426 lnet_md_t md; member
|
/linux-4.1.27/scripts/mod/ |
D | sumversion.c | 225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char() 231 struct md4_ctx *md) in parse_string() 256 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() 305 static int parse_source_files(const char *objfile, struct md4_ctx *md) in parse_source_files() 404 struct md4_ctx md; in get_src_version() local
|
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-rcg.c | 114 static u32 md_to_m(struct mn *mn, u32 md) in md_to_m() 140 static u32 mn_to_md(struct mn *mn, u32 m, u32 n, u32 md) in mn_to_md() 208 u32 ns, md, reg; in configure_bank() local 302 u32 ns, md, reg; in clk_dyn_rcg_set_parent() local 353 u32 pre_div, m = 0, n = 0, ns, md, mode = 0; in clk_rcg_recalc_rate() local 378 u32 m, n, pre_div, ns, md, mode, reg; in clk_dyn_rcg_recalc_rate() local 489 u32 ns, md, ctl; in __clk_rcg_set_rate() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 56 lnet_md_t md; in ptl_send_buf() local 124 lnet_md_t md; in ptlrpc_register_bulk() local 688 lnet_md_t md; in ptlrpc_register_rqbd() local
|
D | pers.c | 46 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc, in ptlrpc_fill_bulk_md()
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-r8a7779.c | 55 #define CPG_CLK_CONFIG_INDEX(md) (((md) & (BIT(2)|BIT(1))) >> 1) argument 83 #define CPG_PLLA_MULT_INDEX(md) (((md) & (BIT(12)|BIT(11))) >> 11) argument
|
D | clk-rcar-gen2.c | 267 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_bbt.c | 392 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() 600 struct nand_bbt_descr *md) in search_read_bbts() 621 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt() 846 struct nand_bbt_descr *md = this->bbt_md; in check_create() local 1084 struct nand_bbt_descr *md = this->bbt_md; in nand_scan_bbt() local 1153 struct nand_bbt_descr *md = this->bbt_md; in nand_update_bbt() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 152 static int client_common_fill_super(struct super_block *sb, char *md, char *dt, in client_common_fill_super() 916 char *dt = NULL, *md = NULL; in ll_fill_super() local 1168 struct lustre_md md; in ll_md_setattr() local 1602 void ll_update_inode(struct inode *inode, struct lustre_md *md) in ll_update_inode() 1751 struct lustre_md *md = opaque; in ll_read_inode2() local 2006 struct lustre_md md; in ll_prep_inode() local
|
D | namei.c | 61 struct lustre_md *md = opaque; in ll_test_inode() local 109 struct lustre_md *md) in ll_iget()
|
D | file.c | 3408 struct lustre_md md = { NULL }; in ll_layout_lock_set() local
|
/linux-4.1.27/block/partitions/ |
D | mac.c | 41 struct mac_driver_desc *md; in mac_partition() local
|
/linux-4.1.27/net/openvswitch/ |
D | vport-vxlan.c | 65 struct vxlan_metadata *md) in vxlan_rcv() 228 struct vxlan_metadata md = {0}; in vxlan_tnl_send() local
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | dma.h | 27 unsigned md : 16; member 68 unsigned md : 16; member
|
D | dma_defs.h | 125 unsigned int md : 16; member 277 unsigned int md : 16; member
|
D | sser_defs.h | 182 unsigned int md : 1; member 191 unsigned int md : 1; member
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 929 static int scan_pio_for_cfg_handle(struct mdesc_handle *md, u64 pio, in scan_pio_for_cfg_handle() 946 static int scan_arcs_for_cfg_handle(struct mdesc_handle *md, u64 grp, in scan_arcs_for_cfg_handle() 979 struct mdesc_handle *md; in of_node_to_nid() local 1041 static int __init grab_mlgroups(struct mdesc_handle *md) in grab_mlgroups() 1082 static int __init grab_mblocks(struct mdesc_handle *md) in grab_mblocks() 1128 static void __init numa_parse_mdesc_group_cpus(struct mdesc_handle *md, in numa_parse_mdesc_group_cpus() 1160 static int __init numa_attach_mlgroup(struct mdesc_handle *md, u64 grp, in numa_attach_mlgroup() 1198 static int __init numa_parse_mdesc_group(struct mdesc_handle *md, u64 grp, in numa_parse_mdesc_group() 1222 struct mdesc_handle *md = mdesc_grab(); in numa_parse_mdesc() local
|
/linux-4.1.27/net/ipv4/ |
D | tcp_highspeed.c | 17 unsigned int md; member
|
/linux-4.1.27/drivers/scsi/ |
D | mesh.c | 305 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_dump_regs() local 360 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_init() local 682 volatile struct dbdma_regs __iomem *md = ms->dma; in start_phase() local 1320 volatile struct dbdma_regs __iomem *md = ms->dma; in halt_dma() local 1707 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_host_reset() local
|
D | sg.c | 1670 struct rq_map_data *md, map_data; in sg_start_req() local
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi.c | 254 efi_memory_desc_t *md = p; in efi_lookup_mapped_addr() local 485 const efi_memory_desc_t *md) in efi_md_typeattr_format()
|
D | runtime-map.c | 22 efi_memory_desc_t md; member
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 493 struct ncp_mount_data* md = (struct ncp_mount_data*)raw_data; in ncp_fill_super() local 513 struct ncp_mount_data_v4* md = (struct ncp_mount_data_v4*)raw_data; in ncp_fill_super() local
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_dmc_out_defs.h | 153 unsigned int md : 16; member 177 unsigned int md : 16; member 184 unsigned int md : 16; member 210 unsigned int md : 16; member
|
D | iop_dmc_in_defs.h | 163 unsigned int md : 16; member 187 unsigned int md : 16; member 194 unsigned int md : 16; member 220 unsigned int md : 16; member
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 779 static void __init create_36bit_mapping(struct map_desc *md, in create_36bit_mapping() 844 static void __init create_mapping(struct map_desc *md) in create_mapping() 903 struct map_desc *md; in iotable_init() local
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 1359 struct numa_maps md; member 1362 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() 1415 struct numa_maps *md = walk->private; in gather_pte_stats() local 1450 struct numa_maps *md; in gather_hugetlb_stats() local 1481 struct numa_maps *md = &numa_priv->md; in show_numa_map() local
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1170 struct vxlan_metadata md = {0}; in vxlan_udp_encap_recv() local 1255 struct vxlan_metadata *md) in vxlan_rcv() 1651 struct vxlan_metadata *md) in vxlan_build_gbp_hdr() 1676 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan6_xmit_skb() 1761 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan_xmit_skb() 1887 struct vxlan_metadata md; in vxlan_xmit_one() local
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 238 efi_memory_desc_t *efi_memmap, *md; in sys_fw_init() local
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_3590.h | 96 unsigned int md:8; member 109 unsigned char md[3]; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 467 static int mdc_unpack_acl(struct ptlrpc_request *req, struct lustre_md *md) in mdc_unpack_acl() 504 #define mdc_unpack_acl(req, md) 0 argument 509 struct lustre_md *md) in mdc_get_lustre_md() 658 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in mdc_free_lustre_md()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 208 static void __init create_mapping(struct map_desc *md) in create_mapping()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 310 struct media_device *md = &camif->media_dev; in camif_media_dev_register() local
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.h | 200 static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) in perf_mmap__write_tail()
|
D | evlist.c | 636 struct perf_mmap *md = &evlist->mmap[idx]; in perf_evlist__mmap_read() local 696 static bool perf_mmap__empty(struct perf_mmap *md) in perf_mmap__empty() 716 struct perf_mmap *md = &evlist->mmap[idx]; in perf_evlist__mmap_consume() local
|
D | symbol.c | 1080 struct kcore_mapfn_data *md = data; in kcore_mapfn() local 1100 struct kcore_mapfn_data md; in dso__load_kcore() local
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 361 lnet_md_t md; in srpc_post_passive_rdma() local 401 lnet_md_t md; in srpc_post_active_rdma() local
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | modedb.c | 1181 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_uvc.c | 795 struct uvc_color_matching_descriptor *md; in uvc_alloc_inst() local
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 119 efi_memory_desc_t *md; in get_dram_base() local
|
/linux-4.1.27/lib/ |
D | inflate.c | 601 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
|
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 72 struct perf_mmap *md = &rec->evlist->mmap[idx]; in record__mmap_read() local
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_core.c | 926 static int shared_resources_are_mine(fmode_t md) in shared_resources_are_mine()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 2190 void lov_stripe_lock(struct lov_stripe_md *md) in lov_stripe_lock() 2200 void lov_stripe_unlock(struct lov_stripe_md *md) in lov_stripe_unlock()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_actlog.c | 612 struct drbd_md *md = &device->ldev->md; in drbd_initialize_al() local
|
D | drbd_debugfs.c | 766 struct drbd_md *md; in device_data_gen_id_show() local
|
D | drbd_nl.c | 876 struct drbd_md *md = &device->ldev->md; in drbd_determine_dev_size() local
|
D | drbd_int.h | 611 struct drbd_md md; member
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-fsyn.c | 698 u32 md; member
|
/linux-4.1.27/drivers/iio/imu/ |
D | adis16480.c | 156 u16 md, year; in adis16480_show_firmware_date() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2601 struct lustre_md *md) in lmv_get_lustre_md() 2608 static int lmv_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in lmv_free_lustre_md()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1690 struct lustre_md *md) in md_get_lustre_md() 1698 struct lustre_md *md) in md_free_lustre_md()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 665 struct srp_direct_buf *md) in map_sg_list()
|
D | ibmvfc.c | 1307 struct srp_direct_buf *md) in ibmvfc_map_sg_list()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 1089 int cl_file_inode_init(struct inode *inode, struct lustre_md *md) in cl_file_inode_init()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 899 struct mac80211_hwsim_addr_match_data *md = data; in mac80211_hwsim_addr_iter() local 908 struct mac80211_hwsim_addr_match_data md = { in mac80211_hwsim_addr_match() local
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtl8723a_hal.h | 435 u32 md:1; member
|
/linux-4.1.27/drivers/dma/ |
D | imx-sdma.c | 210 u32 md; member
|
/linux-4.1.27/drivers/media/tuners/ |
D | mt2063.c | 723 u32 ma, mb, mc, md, me, mf; in IsSpurInBand() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 970 struct lustre_md *md; in cl_echo_object_find() local
|
/linux-4.1.27/drivers/crypto/ |
D | hifn_795x.c | 1196 u16 md = 0; in hifn_setup_cmd_desc() local
|
/linux-4.1.27/include/linux/ |
D | efi.h | 896 #define for_each_efi_memory_desc(m, md) \ argument
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2107 u16 md; member
|