| /linux/drivers/md/ |
| A D | dm.c | 309 struct mapped_device *md; in dm_blk_open() local 333 struct mapped_device *md; in dm_blk_close() local 489 struct mapped_device *md = io->md; in start_io_acct() local 637 struct mapped_device *md) in open_table_device() 791 struct mapped_device *md = io->md; in dm_io_dec_pending() local 929 struct mapped_device *md = io->md; in clone_endio() local 1205 struct mapped_device *md = io->md; in __map_bio() local 1720 struct mapped_device *md; in alloc_dev() local 1983 struct mapped_device *md; in dm_create() local 2086 struct mapped_device *md; in dm_get_md() local [all …]
|
| A D | dm-rq.c | 18 struct mapped_device *md; member 59 int dm_request_based(struct mapped_device *md) in dm_request_based() 143 static void rq_completed(struct mapped_device *md) in rq_completed() 159 struct mapped_device *md = tio->md; in dm_end_request() local 175 void dm_mq_kick_requeue_list(struct mapped_device *md) in dm_mq_kick_requeue_list() 189 struct mapped_device *md = tio->md; in dm_requeue_original_request() local 260 struct mapped_device *md = tio->md; in dm_softirq_done() local 354 struct mapped_device *md) in init_tio() 381 struct mapped_device *md = tio->md; in map_request() local 467 struct mapped_device *md = set->driver_data; in dm_mq_init_request() local [all …]
|
| A D | dm-sysfs.c | 26 struct mapped_device *md; in dm_attr_show() local 51 struct mapped_device *md; in dm_attr_store() local 68 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) in dm_attr_name_show() 77 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) in dm_attr_uuid_show() 86 static ssize_t dm_attr_suspended_show(struct mapped_device *md, char *buf) in dm_attr_suspended_show() 93 static ssize_t dm_attr_use_blk_mq_show(struct mapped_device *md, char *buf) in dm_attr_use_blk_mq_show() 131 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 141 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
| A D | dm-zone.c | 20 static int dm_blk_do_report_zones(struct mapped_device *md, struct dm_table *t, in dm_blk_do_report_zones() 58 struct mapped_device *md = disk->private_data; in dm_blk_report_zones() local 124 bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() 141 void dm_cleanup_zoned_dev(struct mapped_device *md) in dm_cleanup_zoned_dev() 182 struct mapped_device *md = data; in dm_zone_revalidate_cb() local 230 static int dm_revalidate_zones(struct mapped_device *md, struct dm_table *t) in dm_revalidate_zones() 298 struct mapped_device *md = t->md; in dm_set_zones_restrictions() local 369 static bool dm_zone_map_bio_begin(struct mapped_device *md, in dm_zone_map_bio_begin() 428 static blk_status_t dm_zone_map_bio_end(struct mapped_device *md, in dm_zone_map_bio_end() 524 struct mapped_device *md = io->md; in dm_zone_map_bio() local [all …]
|
| A D | dm-era-target.c | 34 struct writeset_metadata md; member 315 static int superblock_lock(struct era_metadata *md, in superblock_lock() 368 struct era_metadata *md = context; in ws_inc() local 382 struct era_metadata *md = context; in ws_dec() local 426 static void setup_infos(struct era_metadata *md) in setup_infos() 469 static int save_sm_root(struct era_metadata *md) in save_sm_root() 541 static int format_metadata(struct era_metadata *md) in format_metadata() 559 static int open_metadata(struct era_metadata *md) in open_metadata() 817 static void metadata_close(struct era_metadata *md) in metadata_close() 1166 struct era_metadata *md; member [all …]
|
| A D | dm-ioctl.c | 48 struct mapped_device *md; member 181 struct mapped_device *md; in __get_dev_cell() local 323 struct mapped_device *md; in dm_hash_remove_all() local 414 struct mapped_device *md; in dm_hash_rename() local 856 struct mapped_device *md; in dev_create() local 948 struct mapped_device *md; in dev_remove() local 1016 struct mapped_device *md; in dev_rename() local 1045 struct mapped_device *md; in dev_set_geometry() local 1093 struct mapped_device *md; in do_suspend() local 1123 struct mapped_device *md; in do_resume() local [all …]
|
| A D | dm-ima.h | 69 static inline void dm_ima_reset_data(struct mapped_device *md) {} in dm_ima_reset_data() 71 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} in dm_ima_measure_on_device_resume() 72 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} in dm_ima_measure_on_device_remove() 73 static inline void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) {} in dm_ima_measure_on_table_clear() 74 static inline void dm_ima_measure_on_device_rename(struct mapped_device *md) {} in dm_ima_measure_on_device_rename()
|
| A D | dm-ima.c | 68 static int dm_ima_alloc_and_copy_name_uuid(struct mapped_device *md, char **dev_name, in dm_ima_alloc_and_copy_name_uuid() 103 static int dm_ima_alloc_and_copy_device_data(struct mapped_device *md, char **device_data, in dm_ima_alloc_and_copy_device_data() 150 static int dm_ima_alloc_and_copy_capacity_str(struct mapped_device *md, char **capacity_str, in dm_ima_alloc_and_copy_capacity_str() 170 void dm_ima_reset_data(struct mapped_device *md) in dm_ima_reset_data() 373 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) in dm_ima_measure_on_device_resume() 478 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove() 609 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) in dm_ima_measure_on_table_clear() 708 void dm_ima_measure_on_device_rename(struct mapped_device *md) in dm_ima_measure_on_device_rename()
|
| /linux/drivers/video/fbdev/omap/ |
| A D | lcd_mipid.c | 160 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait() 201 struct mipid_device *md = to_mipid_device(panel); in mipid_set_bklight_level() local 219 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level() local 229 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max() local 273 struct mipid_device *md = to_mipid_device(panel); in mipid_run_test() local 402 struct mipid_device *md = to_mipid_device(panel); in mipid_enable() local 423 struct mipid_device *md = to_mipid_device(panel); in mipid_disable() local 445 static int panel_enabled(struct mipid_device *md) in panel_enabled() 462 struct mipid_device *md = to_mipid_device(panel); in mipid_init() local 511 static int mipid_detect(struct mipid_device *md) in mipid_detect() [all …]
|
| /linux/drivers/video/fbdev/matrox/ |
| A D | matroxfb_maven.c | 135 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() 989 static int maven_program_timming(struct maven_data* md, in maven_program_timming() 1027 static inline int maven_resync(struct maven_data* md) { in maven_resync() 1033 static int maven_get_queryctrl (struct maven_data* md, in maven_get_queryctrl() 1055 static int maven_set_control (struct maven_data* md, in maven_set_control() 1136 static int maven_get_control (struct maven_data* md, in maven_get_control() 1156 static int maven_out_program(void* md) { in maven_out_program() 1164 static int maven_out_start(void* md) { in maven_out_start() 1168 static int maven_out_verify_mode(void* md, u_int32_t arg) { in maven_out_verify_mode() 1202 struct maven_data* md = i2c_get_clientdata(clnt); in maven_init_client() local [all …]
|
| /linux/arch/ia64/kernel/ |
| A D | efi.c | 366 efi_memory_desc_t *md; in efi_get_pal_addr() local 561 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 724 efi_memory_desc_t *md; in efi_memory_descriptor() local 744 efi_memory_desc_t *md; in efi_memmap_intersects() local 815 struct kern_memdesc *md; in kern_mem_attribute() local 1177 efi_memory_desc_t *md; in efi_initialize_iomem_resources() local 1288 efi_memory_desc_t *md; in kdump_find_rsvd_region() local [all …]
|
| /linux/drivers/clk/qcom/ |
| A D | clk-regmap-mux-div.c | 23 int mux_div_set_src_div(struct clk_regmap_mux_div *md, u32 src, u32 div) in mux_div_set_src_div() 59 static void mux_div_get_src_div(struct clk_regmap_mux_div *md, u32 *src, in mux_div_get_src_div() 91 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_determine_rate() local 127 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in __mux_div_set_rate_and_parent() local 165 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_get_parent() local 181 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_parent() local 189 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_rate() local 197 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_rate_and_parent() local 205 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_recalc_rate() local
|
| /linux/drivers/mmc/core/ |
| A D | block.c | 165 struct mmc_blk_data *md; member 184 struct mmc_blk_data *md; in mmc_blk_get() local 246 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local 762 struct mmc_blk_data *md; in mmc_blk_ioctl() local 806 struct mmc_blk_data *md; in mmc_blk_alternative_gpt_sector() local 2344 struct mmc_blk_data *md; in mmc_blk_alloc_req() local 2587 struct mmc_blk_data *md, in mmc_blk_alloc_rpmb_part() 2707 struct mmc_blk_data *md) in mmc_blk_remove_parts() 2860 struct mmc_blk_data *md) in mmc_blk_remove_debugfs() 2884 struct mmc_blk_data *md) in mmc_blk_remove_debugfs() [all …]
|
| /linux/arch/riscv/kernel/ |
| A D | efi.c | 19 static __init pgprot_t efimem_to_pgprot_map(efi_memory_desc_t *md) in efimem_to_pgprot_map() 46 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 62 efi_memory_desc_t *md = data; in set_permissions() local 81 efi_memory_desc_t *md) in efi_set_mapping_permissions()
|
| /linux/drivers/net/mdio/ |
| A D | mdio-mux-bcm-iproc.c | 57 static void mdio_mux_iproc_config(struct iproc_mdiomux_desc *md) in mdio_mux_iproc_config() 136 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_read() local 149 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write() local 163 struct iproc_mdiomux_desc *md = data; in mdio_mux_iproc_switch_fn() local 180 struct iproc_mdiomux_desc *md; in mdio_mux_iproc_probe() local 260 struct iproc_mdiomux_desc *md = platform_get_drvdata(pdev); in mdio_mux_iproc_remove() local 272 struct iproc_mdiomux_desc *md = dev_get_drvdata(dev); in mdio_mux_iproc_suspend() local 281 struct iproc_mdiomux_desc *md = dev_get_drvdata(dev); in mdio_mux_iproc_resume() local
|
| A D | mdio-mux-bcm6368.c | 39 struct bcm6368_mdiomux_desc *md = bus->priv; in bcm6368_mdiomux_read() local 61 struct bcm6368_mdiomux_desc *md = bus->priv; in bcm6368_mdiomux_write() local 82 struct bcm6368_mdiomux_desc *md = data; in bcm6368_mdiomux_switch_fn() local 91 struct bcm6368_mdiomux_desc *md; in bcm6368_mdiomux_probe() local 158 struct bcm6368_mdiomux_desc *md = platform_get_drvdata(pdev); in bcm6368_mdiomux_remove() local
|
| /linux/arch/arm64/kernel/ |
| A D | efi.c | 20 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection() 60 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 88 efi_memory_desc_t *md = data; in set_permissions() local 100 efi_memory_desc_t *md) in efi_set_mapping_permissions()
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | randomalloc.c | 17 static unsigned long get_entry_num_slots(efi_memory_desc_t *md, in get_entry_num_slots() 51 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument 83 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc() local 106 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc() local
|
| /linux/arch/x86/platform/efi/ |
| A D | efi.c | 110 efi_memory_desc_t *md; in efi_find_mirror() local 140 efi_memory_desc_t *md; in do_add_efi_memmap() local 200 efi_memory_desc_t *md; in do_efi_soft_reserve() local 260 static bool __init efi_memmap_entry_valid(const efi_memory_desc_t *md, int i) in efi_memmap_entry_valid() 328 efi_memory_desc_t *md; in efi_print_memmap() local 504 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local 617 static bool should_map_region(efi_memory_desc_t *md) in should_map_region() 675 efi_memory_desc_t *md; in efi_map_regions() local 709 efi_memory_desc_t *md; in kexec_enter_virtual_mode() local
|
| /linux/drivers/soundwire/ |
| A D | master.c | 59 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in clock_frequencies_show() local 75 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in clock_gears_show() local 105 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in sdw_master_device_release() local 130 struct sdw_master_device *md; in sdw_master_device_add() local
|
| /linux/drivers/firmware/efi/ |
| A D | efi-init.c | 25 static int __init is_memory(efi_memory_desc_t *md) in is_memory() 39 efi_memory_desc_t *md; in efi_to_phys() local 134 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() 167 efi_memory_desc_t *md; in reserve_regions() local
|
| /linux/arch/arm/kernel/ |
| A D | efi.c | 13 efi_memory_desc_t *md = data; in set_permissions() local 25 efi_memory_desc_t *md) in efi_set_mapping_permissions() 45 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping()
|
| /linux/drivers/rapidio/devices/ |
| A D | rio_mport_cdev.c | 123 struct mport_dev *md; member 199 struct mport_dev *md; member 462 struct mport_dev *md = priv->md; in rio_mport_obw_free() local 497 struct mport_dev *md = priv->md; in maint_hdid_set() local 519 struct mport_dev *md = priv->md; in maint_comptag_set() local 553 struct mport_dev *md = in mport_release_def_dma() local 1520 struct mport_dev *md = context; in rio_mport_pw_handler() local 1946 struct mport_dev *md; in mport_cdev_release_dma() local 2196 struct mport_dev *md; in mport_cdev_mmap() local 2349 struct mport_dev *md; in mport_device_release() local [all …]
|
| /linux/drivers/w1/ |
| A D | w1.c | 73 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 212 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 227 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 248 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_search() local 263 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_pullup() local 281 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pullup() local 293 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pointer() local 321 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_max_slave_count() local 337 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_max_slave_count() local 348 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_attempts() local [all …]
|
| /linux/drivers/input/touchscreen/ |
| A D | cyttsp4_core.c | 765 static void cyttsp4_lift_all(struct cyttsp4_mt_data *md) in cyttsp4_lift_all() 778 static void cyttsp4_get_touch_axis(struct cyttsp4_mt_data *md, in cyttsp4_get_touch_axis() 803 static void cyttsp4_get_touch(struct cyttsp4_mt_data *md, in cyttsp4_get_touch() 969 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_xy_worker() local 1056 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_mt_attention() local 1851 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_suspend() local 1867 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_resume() local 1896 struct cyttsp4_mt_data *md = input_get_drvdata(input); in cyttsp4_mt_close() local 1907 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_setup_input_device() local 1978 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_mt_probe() local [all …]
|