/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 67 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() 124 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() 129 static inline void mipid_write(struct mipid_device *md, in mipid_write() 135 static inline void mipid_read(struct mipid_device *md, in mipid_read() 141 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines() 159 static void send_init_string(struct mipid_device *md) in send_init_string() 167 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start() 173 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait() 183 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode() 205 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state() [all …]
|
/Linux-v4.19/drivers/md/ |
D | dm.c | 94 struct mapped_device *md; member 342 int dm_deleting_md(struct mapped_device *md) in dm_deleting_md() 349 struct mapped_device *md; in dm_blk_open() local 373 struct mapped_device *md; in dm_blk_close() local 390 int dm_open_count(struct mapped_device *md) in dm_open_count() 398 int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred) in dm_lock_for_deletion() 418 int dm_cancel_deferred_remove(struct mapped_device *md) in dm_cancel_deferred_remove() 439 sector_t dm_get_size(struct mapped_device *md) in dm_get_size() 444 struct request_queue *dm_get_md_queue(struct mapped_device *md) in dm_get_md_queue() 449 struct dm_stats *dm_get_stats(struct mapped_device *md) in dm_get_stats() [all …]
|
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() 130 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 140 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
D | dm-rq.c | 33 bool dm_use_blk_mq(struct mapped_device *md) in dm_use_blk_mq() 57 int dm_request_based(struct mapped_device *md) in dm_request_based() 164 static void rq_end_stats(struct mapped_device *md, struct request *orig) in rq_end_stats() 180 static void rq_completed(struct mapped_device *md, int rw, bool run_queue) in rq_completed() 218 struct mapped_device *md = tio->md; in dm_end_request() local 251 void dm_mq_kick_requeue_list(struct mapped_device *md) in dm_mq_kick_requeue_list() 265 struct mapped_device *md = tio->md; in dm_requeue_original_request() local 339 struct mapped_device *md = tio->md; in dm_softirq_done() local 452 struct mapped_device *md) in init_tio() 481 struct mapped_device *md = tio->md; in map_request() local [all …]
|
D | dm-era-target.c | 33 struct writeset_metadata md; member 299 static int superblock_read_lock(struct era_metadata *md, in superblock_read_lock() 306 static int superblock_lock_zero(struct era_metadata *md, in superblock_lock_zero() 313 static int superblock_lock(struct era_metadata *md, in superblock_lock() 366 struct era_metadata *md = context; in ws_inc() local 378 struct era_metadata *md = context; in ws_dec() local 395 static void setup_writeset_tree_info(struct era_metadata *md) in setup_writeset_tree_info() 407 static void setup_era_array_info(struct era_metadata *md) in setup_era_array_info() 420 static void setup_infos(struct era_metadata *md) in setup_infos() 429 static int create_fresh_metadata(struct era_metadata *md) in create_fresh_metadata() [all …]
|
D | dm-ioctl.c | 44 struct mapped_device *md; member 142 struct mapped_device *md; in __get_dev_cell() local 162 struct mapped_device *md) in alloc_cell() 208 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() 284 struct mapped_device *md; in dm_hash_remove_all() local 375 struct mapped_device *md; in dm_hash_rename() local 657 static struct dm_table *dm_get_inactive_table(struct mapped_device *md, int *srcu_idx) in dm_get_inactive_table() 680 static struct dm_table *dm_get_live_or_inactive_table(struct mapped_device *md, in dm_get_live_or_inactive_table() 692 static void __dev_status(struct mapped_device *md, struct dm_ioctl *param) in __dev_status() 749 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
|
/Linux-v4.19/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-v4.19/arch/ia64/kernel/ |
D | efi.c | 255 is_memory_available (efi_memory_desc_t *md) in is_memory_available() 279 #define efi_md_size(md) (md->num_pages << EFI_PAGE_SHIFT) argument 288 efi_md_end(efi_memory_desc_t *md) in efi_md_end() 294 efi_wb(efi_memory_desc_t *md) in efi_wb() 300 efi_uc(efi_memory_desc_t *md) in efi_uc() 352 efi_memory_desc_t *md; in efi_get_pal_addr() local 561 efi_memory_desc_t *md; in efi_init() local 605 efi_memory_desc_t *md; in efi_enter_virtual_mode() local 690 efi_memory_desc_t *md; in efi_get_iobase() local 710 struct kern_memdesc *md; in kern_memory_descriptor() local [all …]
|
/Linux-v4.19/drivers/clk/qcom/ |
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-v4.19/arch/x86/platform/efi/ |
D | efi.c | 104 efi_memory_desc_t *md; in efi_find_mirror() local 130 efi_memory_desc_t *md; in do_add_efi_memmap() local 219 static bool __init efi_memmap_entry_valid(const efi_memory_desc_t *md, int i) in efi_memmap_entry_valid() 281 efi_memory_desc_t *md; in efi_print_memmap() local 547 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable() 564 efi_memory_desc_t *md; in runtime_code_page_mkexec() local 585 void __init old_map_region(efi_memory_desc_t *md) in old_map_region() 614 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local 642 static void __init get_systab_virt_addr(efi_memory_desc_t *md) in get_systab_virt_addr() 741 static bool should_map_region(efi_memory_desc_t *md) in should_map_region() [all …]
|
D | efi_32.c | 61 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 66 void __init efi_map_region_fixed(efi_memory_desc_t *md) {} in efi_map_region_fixed()
|
/Linux-v4.19/drivers/mmc/core/ |
D | block.c | 161 struct mmc_blk_data *md; member 175 struct mmc_blk_data *md; in mmc_blk_get() local 194 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put() 212 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in power_ro_lock_show() local 232 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local 277 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_show() local 291 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_store() local 307 struct mmc_blk_data *md = mmc_blk_get(bdev->bd_disk); in mmc_blk_open() local 328 struct mmc_blk_data *md = disk->private_data; in mmc_blk_release() local 472 static int __mmc_blk_ioctl_cmd(struct mmc_card *card, struct mmc_blk_data *md, in __mmc_blk_ioctl_cmd() [all …]
|
/Linux-v4.19/drivers/net/phy/ |
D | mdio-mux-bcm-iproc.c | 67 static void mdio_mux_iproc_config(struct iproc_mdiomux_desc *md) in mdio_mux_iproc_config() 153 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_read() local 166 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write() local 180 struct iproc_mdiomux_desc *md = data; in mdio_mux_iproc_switch_fn() local 197 struct iproc_mdiomux_desc *md; in mdio_mux_iproc_probe() local 280 struct iproc_mdiomux_desc *md = platform_get_drvdata(pdev); in mdio_mux_iproc_remove() local 293 struct iproc_mdiomux_desc *md = platform_get_drvdata(pdev); in mdio_mux_iproc_suspend() local 303 struct iproc_mdiomux_desc *md = platform_get_drvdata(pdev); in mdio_mux_iproc_resume() local
|
/Linux-v4.19/arch/arm64/kernel/ |
D | efi.c | 24 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection() 63 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 92 efi_memory_desc_t *md = data; in set_permissions() local 104 efi_memory_desc_t *md) in efi_set_mapping_permissions()
|
/Linux-v4.19/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-v4.19/arch/arm/kernel/ |
D | efi.c | 17 efi_memory_desc_t *md = data; in set_permissions() local 29 efi_memory_desc_t *md) in efi_set_mapping_permissions() 49 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | arm-init.c | 29 static int __init is_memory(efi_memory_desc_t *md) in is_memory() 43 efi_memory_desc_t *md; in efi_to_phys() local 160 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() 184 efi_memory_desc_t *md; in reserve_regions() local
|
D | memattr.c | 62 efi_memory_desc_t *md; in entry_is_valid() local 164 efi_memory_desc_t md; in efi_memattr_apply_permissions() local
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 127 struct mport_dev *md; member 203 struct mport_dev *md; member 363 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping() 397 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping() 466 struct mport_dev *md = priv->md; in rio_mport_obw_free() local 501 struct mport_dev *md = priv->md; in maint_hdid_set() local 523 struct mport_dev *md = priv->md; in maint_comptag_set() local 557 struct mport_dev *md = in mport_release_def_dma() local 820 struct mport_dev *md = priv->md; in rio_dma_transfer() local 1084 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping() [all …]
|
/Linux-v4.19/drivers/w1/ |
D | w1.c | 80 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 219 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 234 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 255 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_search() local 270 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_pullup() local 288 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pullup() local 300 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pointer() local 328 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_max_slave_count() local 344 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_max_slave_count() local 355 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_attempts() local [all …]
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | random.c | 43 static unsigned long get_entry_num_slots(efi_memory_desc_t *md, in get_entry_num_slots() 70 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument 101 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc() local 124 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc() local
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 747 static void cyttsp4_report_slot_liftoff(struct cyttsp4_mt_data *md, in cyttsp4_report_slot_liftoff() 762 static void cyttsp4_lift_all(struct cyttsp4_mt_data *md) in cyttsp4_lift_all() 775 static void cyttsp4_get_touch_axis(struct cyttsp4_mt_data *md, in cyttsp4_get_touch_axis() 800 static void cyttsp4_get_touch(struct cyttsp4_mt_data *md, in cyttsp4_get_touch() 864 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() 966 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_xy_worker() local 1053 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_mt_attention() local 1848 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_suspend() local 1864 struct cyttsp4_mt_data *md = &cd->md; in cyttsp4_core_resume() local 1893 struct cyttsp4_mt_data *md = input_get_drvdata(input); in cyttsp4_mt_close() local [all …]
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tunnel_kern.c | 133 struct erspan_metadata md; in _erspan_set_tunnel() local 177 struct erspan_metadata md; in _erspan_get_tunnel() local 217 struct erspan_metadata md; in _ip4ip6erspan_set_tunnel() local 262 struct erspan_metadata md; in _ip4ip6erspan_get_tunnel() local 304 struct vxlan_metadata md; in _vxlan_set_tunnel() local 334 struct vxlan_metadata md; in _vxlan_get_tunnel() local
|