Home
last modified time | relevance | path

Searched defs:md (Results 1 – 101 of 101) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap/
Dlcd_mipid.c68 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.4.14/drivers/md/
Ddm.c70 struct mapped_device *md; member
84 struct mapped_device *md; member
243 bool dm_use_blk_mq(struct mapped_device *md) in dm_use_blk_mq()
440 int dm_deleting_md(struct mapped_device *md) in dm_deleting_md()
447 struct mapped_device *md; in dm_blk_open() local
471 struct mapped_device *md; in dm_blk_close() local
488 int dm_open_count(struct mapped_device *md) in dm_open_count()
496 int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred) in dm_lock_for_deletion()
516 int dm_cancel_deferred_remove(struct mapped_device *md) in dm_cancel_deferred_remove()
537 sector_t dm_get_size(struct mapped_device *md) in dm_get_size()
[all …]
Ddm-sysfs.c25 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()
Ddm-era-target.c33 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()
367 struct era_metadata *md = context; in ws_inc() local
379 struct era_metadata *md = context; in ws_dec() local
396 static void setup_writeset_tree_info(struct era_metadata *md) in setup_writeset_tree_info()
408 static void setup_era_array_info(struct era_metadata *md) in setup_era_array_info()
421 static void setup_infos(struct era_metadata *md) in setup_infos()
430 static int create_fresh_metadata(struct era_metadata *md) in create_fresh_metadata()
[all …]
Ddm-ioctl.c35 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 …]
Ddm-uevent.c44 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
Ddm-stats.c243 struct mapped_device *md) in dm_stats_create()
945 static int message_stats_create(struct mapped_device *md, in message_stats_create()
1070 static int message_stats_delete(struct mapped_device *md, in message_stats_delete()
1085 static int message_stats_clear(struct mapped_device *md, in message_stats_clear()
1100 static int message_stats_list(struct mapped_device *md, in message_stats_list()
1123 static int message_stats_print(struct mapped_device *md, in message_stats_print()
1150 static int message_stats_set_aux(struct mapped_device *md, in message_stats_set_aux()
1165 int dm_stats_message(struct mapped_device *md, unsigned argc, char **argv, in dm_stats_message()
Ddm-table.c32 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()
945 static int dm_table_alloc_md_mempools(struct dm_table *t, struct mapped_device *md) in dm_table_alloc_md_mempools()
1077 struct mapped_device *md = t->md; in dm_table_register_integrity() local
1684 struct mapped_device *md; in dm_table_run_md_queue_async() local
Ddm-verity.c203 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err() local
Ddm-raid.c69 struct mddev md; member
Ddm-thin.c507 static struct pool *__pool_table_lookup(struct mapped_device *md) in __pool_table_lookup()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c134 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 …]
Dmatroxfb_g450.c141 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.4.14/arch/ia64/kernel/
Defi.c254 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
562 efi_memory_desc_t *md; in efi_init() local
606 efi_memory_desc_t *md; in efi_enter_virtual_mode() local
691 efi_memory_desc_t *md; in efi_get_iobase() local
711 struct kern_memdesc *md; in kern_memory_descriptor() local
[all …]
/linux-4.4.14/drivers/mmc/card/
Dblock.c159 struct mmc_blk_data *md; in mmc_blk_get() local
182 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put()
202 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in power_ro_lock_show() local
222 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local
268 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_show() local
282 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_store() local
298 struct mmc_blk_data *md = mmc_blk_get(bdev->bd_disk); in mmc_blk_open() local
319 struct mmc_blk_data *md = disk->private_data; in mmc_blk_release() local
467 static int __mmc_blk_ioctl_cmd(struct mmc_card *card, struct mmc_blk_data *md, in __mmc_blk_ioctl_cmd()
595 struct mmc_blk_data *md; in mmc_blk_ioctl_cmd() local
[all …]
/linux-4.4.14/arch/x86/platform/efi/
Defi.c126 efi_memory_desc_t *md = p; in efi_find_mirror() local
152 efi_memory_desc_t *md = p; in do_add_efi_memmap() local
228 efi_memory_desc_t *md; in efi_print_memmap() local
537 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable()
554 efi_memory_desc_t *md; in runtime_code_page_mkexec() local
578 void __init old_map_region(efi_memory_desc_t *md) in old_map_region()
608 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local
637 static void __init get_systab_virt_addr(efi_memory_desc_t *md) in get_systab_virt_addr()
654 efi_memory_desc_t *md; in save_runtime_map() local
779 efi_memory_desc_t *md; in efi_map_regions() local
[all …]
Defi_32.c51 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()
Dquirks.c146 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
Defi_64.c63 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.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-md.c47 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
Dlib-msg.c46 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
Dlib-me.c232 lnet_libmd_t *md; in LNetMEUnlink() local
271 lnet_libmd_t *md = me->me_md; in lnet_me_unlink() local
Dlib-ptl.c139 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()
Dlib-move.c604 lnet_libmd_t *md = msg->msg_md; in lnet_setpayloadbuffer() local
1500 lnet_libmd_t *md; in lnet_parse_reply() local
1564 lnet_libmd_t *md; in lnet_parse_ack() local
2064 struct lnet_libmd *md; in LNetPut() local
2264 struct lnet_libmd *md; in LNetGet() local
Dapi-ni.c1582 lnet_md_t md = { NULL }; in lnet_ping_target_init() local
1690 lnet_md_t md = { NULL }; in lnet_ping() local
/linux-4.4.14/arch/arm64/kernel/
Defi.c53 static int __init is_normal_ram(efi_memory_desc_t *md) in is_normal_ram()
67 efi_memory_desc_t *md; in efi_to_phys() local
147 static __init int is_reserve_region(efi_memory_desc_t *md) in is_reserve_region()
165 efi_memory_desc_t *md; in reserve_regions() local
237 efi_memory_desc_t *md; in efi_virtmap_init() local
/linux-4.4.14/arch/mips/pci/
Dmsi-xlp.c134 struct xlp_msi_data *md = irq_data_get_irq_chip_data(d); in xlp_msi_enable() local
151 struct xlp_msi_data *md = irq_data_get_irq_chip_data(d); in xlp_msi_disable() local
168 struct xlp_msi_data *md = irq_data_get_irq_chip_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.4.14/drivers/w1/
Dw1.c88 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local
227 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local
242 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local
263 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_search() local
278 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_pullup() local
296 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pullup() local
308 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pointer() local
336 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_max_slave_count() local
352 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_max_slave_count() local
363 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_attempts() local
[all …]
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c361 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_provide_buffer() local
411 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_pop_all_buffers() local
463 struct mpipe_data *md = &mpipe_data[instance]; in tile_tx_timestamp() local
589 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_handle_packet() local
658 struct mpipe_data *md; in tile_net_poll() local
823 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_adjfreq() local
834 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_adjtime() local
846 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_gettime() local
858 struct mpipe_data *md = container_of(ptp, struct mpipe_data, caps); in ptp_mpipe_settime() local
887 static void register_ptp_clock(struct net_device *dev, struct mpipe_data *md) in register_ptp_clock()
[all …]
/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.c719 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()
836 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches()
938 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_xy_worker() local
1025 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_mt_attention() local
1820 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_suspend() local
1836 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_resume() local
1865 struct cyttsp4_mt_data *md = input_get_drvdata(input); in cyttsp4_mt_close() local
[all …]
Dcyttsp4_core.h360 struct cyttsp4_mt_data md; member
/linux-4.4.14/scripts/mod/
Dsumversion.c225 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.4.14/drivers/firmware/efi/
Defi.c280 efi_memory_desc_t *md; in efi_mem_desc_lookup() local
321 u64 __init efi_mem_desc_end(efi_memory_desc_t *md) in efi_mem_desc_end()
343 efi_memory_desc_t *md = p; in efi_lookup_mapped_addr() local
592 const efi_memory_desc_t *md) in efi_md_typeattr_format()
650 efi_memory_desc_t *md; in efi_mem_attributes() local
Dfake_mem.c61 efi_memory_desc_t *md; in efi_fake_memmap() local
Druntime-map.c22 efi_memory_desc_t md; member
Desrt.c249 efi_memory_desc_t md; in efi_esrt_init() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c56 lnet_md_t md; in ptl_send_buf() local
123 lnet_md_t md; in ptlrpc_register_bulk() local
684 lnet_md_t md; in ptlrpc_register_rqbd() local
Dpers.c45 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc, in ptlrpc_fill_bulk_md()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h73 static inline int lnet_md_exhausted(lnet_libmd_t *md) in lnet_md_exhausted()
80 static inline int lnet_md_unlinkable(lnet_libmd_t *md) in lnet_md_unlinkable()
182 lnet_libmd_t *md; in lnet_md_alloc() local
208 lnet_md_free(lnet_libmd_t *md) in lnet_md_free()
288 lnet_md2handle(lnet_handle_md_t *handle, lnet_libmd_t *md) in lnet_md2handle()
Dtypes.h596 lnet_md_t md; member
/linux-4.4.14/drivers/clk/shmobile/
Dclk-r8a7779.c55 #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
Dclk-rcar-gen2.c267 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
/linux-4.4.14/drivers/clk/qcom/
Dclk-rcg.c114 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
484 u32 ns, md, ctl; in __clk_rcg_set_rate() local
/linux-4.4.14/drivers/mtd/nand/
Dnand_bbt.c389 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts()
597 struct nand_bbt_descr *md) in search_read_bbts()
618 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt()
843 struct nand_bbt_descr *md = this->bbt_md; in check_create() local
1081 struct nand_bbt_descr *md = this->bbt_md; in nand_scan_bbt() local
1155 struct nand_bbt_descr *md = this->bbt_md; in nand_update_bbt() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c143 static int client_common_fill_super(struct super_block *sb, char *md, char *dt, in client_common_fill_super()
854 char *dt = NULL, *md = NULL; in ll_fill_super() local
1100 struct lustre_md md; in ll_md_setattr() local
1509 void ll_update_inode(struct inode *inode, struct lustre_md *md) in ll_update_inode()
1649 struct lustre_md *md = opaque; in ll_read_inode2() local
1944 struct lustre_md md; in ll_prep_inode() local
Dnamei.c61 struct lustre_md *md = opaque; in ll_test_inode() local
108 struct lustre_md *md) in ll_iget()
Dfile.c3363 struct lustre_md md = { NULL }; in ll_layout_lock_set() local
/linux-4.4.14/block/partitions/
Dmac.c41 struct mac_driver_desc *md; in mac_partition() local
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h27 unsigned md : 16; member
68 unsigned md : 16; member
Dsser_defs.h182 unsigned int md : 1; member
191 unsigned int md : 1; member
Ddma_defs.h125 unsigned int md : 16; member
277 unsigned int md : 16; member
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c919 static int scan_pio_for_cfg_handle(struct mdesc_handle *md, u64 pio, in scan_pio_for_cfg_handle()
936 static int scan_arcs_for_cfg_handle(struct mdesc_handle *md, u64 grp, in scan_arcs_for_cfg_handle()
969 struct mdesc_handle *md; in of_node_to_nid() local
1031 static int __init grab_mlgroups(struct mdesc_handle *md) in grab_mlgroups()
1072 static int __init grab_mblocks(struct mdesc_handle *md) in grab_mblocks()
1118 static void __init numa_parse_mdesc_group_cpus(struct mdesc_handle *md, in numa_parse_mdesc_group_cpus()
1173 static void find_numa_latencies_for_group(struct mdesc_handle *md, u64 grp, in find_numa_latencies_for_group()
1192 static int __init numa_attach_mlgroup(struct mdesc_handle *md, u64 grp, in numa_attach_mlgroup()
1230 static int __init numa_parse_mdesc_group(struct mdesc_handle *md, u64 grp, in numa_parse_mdesc_group()
1254 struct mdesc_handle *md = mdesc_grab(); in numa_parse_mdesc() local
/linux-4.4.14/net/ipv4/
Dtcp_highspeed.c17 unsigned int md; member
Dip_tunnel_core.c123 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply()
/linux-4.4.14/drivers/scsi/
Dmesh.c305 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
Dsg.c1676 struct rq_map_data *md, map_data; in sg_start_req() local
/linux-4.4.14/fs/ncpfs/
Dinode.c493 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.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_dmc_out_defs.h153 unsigned int md : 16; member
177 unsigned int md : 16; member
184 unsigned int md : 16; member
210 unsigned int md : 16; member
Diop_dmc_in_defs.h163 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.4.14/arch/arm/mm/
Dmmu.c821 static void __init create_36bit_mapping(struct map_desc *md, in create_36bit_mapping()
886 static void __init create_mapping(struct map_desc *md) in create_mapping()
945 struct map_desc *md; in iotable_init() local
/linux-4.4.14/fs/proc/
Dtask_mmu.c1385 struct numa_maps md; member
1388 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
1467 struct numa_maps *md = walk->private; in gather_pte_stats() local
1504 struct numa_maps *md; in gather_hugetlb_stats() local
1535 struct numa_maps *md = &numa_priv->md; in show_numa_map() local
/linux-4.4.14/drivers/net/
Dvxlan.c1152 struct vxlan_metadata *md, u32 vni, in vxlan_rcv()
1253 struct vxlan_metadata *md = &_md; in vxlan_udp_encap_recv() local
1664 struct vxlan_metadata *md) in vxlan_build_gbp_hdr()
1689 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan6_xmit_skb()
1774 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan_xmit_skb()
1930 struct vxlan_metadata *md = &_md; in vxlan_xmit_one() local
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c238 efi_memory_desc_t *efi_memmap, *md; in sys_fw_init() local
/linux-4.4.14/drivers/s390/char/
Dtape_3590.h96 unsigned int md:8; member
109 unsigned char md[3]; member
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c410 static int mdc_unpack_acl(struct ptlrpc_request *req, struct lustre_md *md) in mdc_unpack_acl()
447 #define mdc_unpack_acl(req, md) 0 argument
452 struct lustre_md *md) in mdc_get_lustre_md()
576 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in mdc_free_lustre_md()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddiag.c1514 struct capture_md md; in snoop_recv_handler() local
1651 struct capture_md md; in snoop_send_pio_handler() local
1800 struct capture_md md; in snoop_inline_pio_send() local
/linux-4.4.14/arch/unicore32/mm/
Dmmu.c208 static void __init create_mapping(struct map_desc *md) in create_mapping()
/linux-4.4.14/drivers/media/platform/s3c-camif/
Dcamif-core.c310 struct media_device *md = &camif->media_dev; in camif_media_dev_register() local
/linux-4.4.14/tools/perf/util/
Devlist.h210 static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) in perf_mmap__write_tail()
Devlist.c714 struct perf_mmap *md = &evlist->mmap[idx]; in perf_evlist__mmap_read() local
781 static bool perf_mmap__empty(struct perf_mmap *md) in perf_mmap__empty()
801 struct perf_mmap *md = &evlist->mmap[idx]; in perf_evlist__mmap_consume() local
Dsymbol.c1099 struct kcore_mapfn_data *md = data; in kcore_mapfn() local
1119 struct kcore_mapfn_data md; in dso__load_kcore() local
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Drpc.c361 lnet_md_t md; in srpc_post_passive_rdma() local
401 lnet_md_t md; in srpc_post_active_rdma() local
/linux-4.4.14/drivers/video/fbdev/core/
Dmodedb.c1181 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display() local
/linux-4.4.14/drivers/firmware/efi/libstub/
Defi-stub-helper.c119 efi_memory_desc_t *md; in get_dram_base() local
/linux-4.4.14/drivers/usb/gadget/function/
Df_uvc.c765 struct uvc_color_matching_descriptor *md; in uvc_alloc_inst() local
/linux-4.4.14/lib/
Dinflate.c601 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
/linux-4.4.14/sound/oss/dmasound/
Ddmasound_core.c926 static int shared_resources_are_mine(fmode_t md) in shared_resources_are_mine()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2156 void lov_stripe_lock(struct lov_stripe_md *md) in lov_stripe_lock()
2166 void lov_stripe_unlock(struct lov_stripe_md *md) in lov_stripe_unlock()
/linux-4.4.14/tools/perf/
Dbuiltin-record.c78 struct perf_mmap *md = &rec->evlist->mmap[idx]; in record__mmap_read() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_actlog.c612 struct drbd_md *md = &device->ldev->md; in drbd_initialize_al() local
Ddrbd_debugfs.c758 struct drbd_md *md; in device_data_gen_id_show() local
Ddrbd_nl.c876 struct drbd_md *md = &device->ldev->md; in drbd_determine_dev_size() local
Ddrbd_int.h612 struct drbd_md md; member
/linux-4.4.14/drivers/clk/st/
Dclkgen-fsyn.c699 u32 md; member
/linux-4.4.14/drivers/iio/imu/
Dadis16480.c156 u16 md, year; in adis16480_show_firmware_date() local
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1591 struct lustre_md *md) in md_get_lustre_md()
1599 struct lustre_md *md) in md_free_lustre_md()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2559 struct lustre_md *md) in lmv_get_lustre_md()
2566 static int lmv_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in lmv_free_lustre_md()
/linux-4.4.14/net/core/
Dfilter.c1593 struct metadata_dst *md = this_cpu_ptr(md_dst); in bpf_skb_set_tunnel_key() local
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1008 int cl_file_inode_init(struct inode *inode, struct lustre_md *md) in cl_file_inode_init()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvscsi.c665 struct srp_direct_buf *md) in map_sg_list()
Dibmvfc.c1307 struct srp_direct_buf *md) in ibmvfc_map_sg_list()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c899 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.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h438 u32 md:1; member
/linux-4.4.14/drivers/media/tuners/
Dmt2063.c723 u32 ma, mb, mc, md, me, mf; in IsSpurInBand() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c973 struct lustre_md *md; in cl_echo_object_find() local
/linux-4.4.14/drivers/dma/
Dimx-sdma.c264 u32 md; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2732 struct mem_desc *md = mem; in meminfo_show() local
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h90 u32 md:1; member
/linux-4.4.14/drivers/crypto/
Dhifn_795x.c1194 u16 md = 0; in hifn_setup_cmd_desc() local
/linux-4.4.14/include/linux/
Defi.h932 #define for_each_efi_memory_desc(m, md) \ argument
/linux-4.4.14/include/net/
Dcfg80211.h2148 u16 md; member