/linux-4.4.14/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.4.14/drivers/md/ |
D | dm.c | 70 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 …]
|
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() 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 …]
|
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 | 243 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()
|
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() 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
|
D | dm-verity.c | 203 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err() local
|
D | dm-raid.c | 69 struct mddev md; member
|
D | dm-thin.c | 507 static struct pool *__pool_table_lookup(struct mapped_device *md) in __pool_table_lookup()
|
/linux-4.4.14/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.4.14/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 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/ |
D | block.c | 159 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/ |
D | efi.c | 126 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 …]
|
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.4.14/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-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-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-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 | 604 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
|
D | api-ni.c | 1582 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/ |
D | efi.c | 53 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/ |
D | msi-xlp.c | 134 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/ |
D | w1.c | 88 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/ |
D | tilegx.c | 361 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/ |
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() 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 …]
|
D | cyttsp4_core.h | 360 struct cyttsp4_mt_data md; member
|
/linux-4.4.14/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.4.14/drivers/firmware/efi/ |
D | efi.c | 280 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
|
D | fake_mem.c | 61 efi_memory_desc_t *md; in efi_fake_memmap() local
|
D | runtime-map.c | 22 efi_memory_desc_t md; member
|
D | esrt.c | 249 efi_memory_desc_t md; in efi_esrt_init() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 56 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
|
D | pers.c | 45 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/ |
D | lib-lnet.h | 73 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()
|
D | types.h | 596 lnet_md_t md; member
|
/linux-4.4.14/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.4.14/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 484 u32 ns, md, ctl; in __clk_rcg_set_rate() local
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_bbt.c | 389 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/ |
D | llite_lib.c | 143 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
|
D | namei.c | 61 struct lustre_md *md = opaque; in ll_test_inode() local 108 struct lustre_md *md) in ll_iget()
|
D | file.c | 3363 struct lustre_md md = { NULL }; in ll_layout_lock_set() local
|
/linux-4.4.14/block/partitions/ |
D | mac.c | 41 struct mac_driver_desc *md; in mac_partition() local
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | dma.h | 27 unsigned md : 16; member 68 unsigned md : 16; member
|
D | sser_defs.h | 182 unsigned int md : 1; member 191 unsigned int md : 1; member
|
D | dma_defs.h | 125 unsigned int md : 16; member 277 unsigned int md : 16; member
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 919 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/ |
D | tcp_highspeed.c | 17 unsigned int md; member
|
D | ip_tunnel_core.c | 123 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply()
|
/linux-4.4.14/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 | 1676 struct rq_map_data *md, map_data; in sg_start_req() local
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mm/ |
D | mmu.c | 821 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/ |
D | task_mmu.c | 1385 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/ |
D | vxlan.c | 1152 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/ |
D | fw-emu.c | 238 efi_memory_desc_t *efi_memmap, *md; in sys_fw_init() local
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_3590.h | 96 unsigned int md:8; member 109 unsigned char md[3]; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 410 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/ |
D | diag.c | 1514 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/ |
D | mmu.c | 208 static void __init create_mapping(struct map_desc *md) in create_mapping()
|
/linux-4.4.14/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.4.14/tools/perf/util/ |
D | evlist.h | 210 static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) in perf_mmap__write_tail()
|
D | evlist.c | 714 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
|
D | symbol.c | 1099 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/ |
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.4.14/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.4.14/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 119 efi_memory_desc_t *md; in get_dram_base() local
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_uvc.c | 765 struct uvc_color_matching_descriptor *md; in uvc_alloc_inst() local
|
/linux-4.4.14/lib/ |
D | inflate.c | 601 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_core.c | 926 static int shared_resources_are_mine(fmode_t md) in shared_resources_are_mine()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 2156 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/ |
D | builtin-record.c | 78 struct perf_mmap *md = &rec->evlist->mmap[idx]; in record__mmap_read() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_actlog.c | 612 struct drbd_md *md = &device->ldev->md; in drbd_initialize_al() local
|
D | drbd_debugfs.c | 758 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 | 612 struct drbd_md md; member
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen-fsyn.c | 699 u32 md; member
|
/linux-4.4.14/drivers/iio/imu/ |
D | adis16480.c | 156 u16 md, year; in adis16480_show_firmware_date() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1591 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/ |
D | lmv_obd.c | 2559 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/ |
D | filter.c | 1593 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/ |
D | lcommon_cl.c | 1008 int cl_file_inode_init(struct inode *inode, struct lustre_md *md) in cl_file_inode_init()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_hal.h | 438 u32 md:1; member
|
/linux-4.4.14/drivers/media/tuners/ |
D | mt2063.c | 723 u32 ma, mb, mc, md, me, mf; in IsSpurInBand() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 973 struct lustre_md *md; in cl_echo_object_find() local
|
/linux-4.4.14/drivers/dma/ |
D | imx-sdma.c | 264 u32 md; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2732 struct mem_desc *md = mem; in meminfo_show() local
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 90 u32 md:1; member
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 1194 u16 md = 0; in hifn_setup_cmd_desc() local
|
/linux-4.4.14/include/linux/ |
D | efi.h | 932 #define for_each_efi_memory_desc(m, md) \ argument
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2148 u16 md; member
|