| /drivers/video/fbdev/omap/ |
| A D | lcd_mipid.c | 162 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait() 203 struct mipid_device *md = to_mipid_device(panel); in mipid_set_bklight_level() local 221 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level() local 231 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max() local 275 struct mipid_device *md = to_mipid_device(panel); in mipid_run_test() local 404 struct mipid_device *md = to_mipid_device(panel); in mipid_enable() local 425 struct mipid_device *md = to_mipid_device(panel); in mipid_disable() local 447 static int panel_enabled(struct mipid_device *md) in panel_enabled() 464 struct mipid_device *md = to_mipid_device(panel); in mipid_init() local 513 static int mipid_detect(struct mipid_device *md) in mipid_detect() [all …]
|
| /drivers/md/ |
| A D | dm.c | 316 struct mapped_device *md; in dm_blk_open() local 340 struct mapped_device *md; in dm_blk_close() local 874 struct mapped_device *md = io->md; in dm_requeue_add_io() local 904 struct mapped_device *md = io->md; in dm_handle_requeue() local 948 struct mapped_device *md = io->md; in __dm_io_complete() local 1092 struct mapped_device *md = io->md; in clone_endio() local 1401 struct mapped_device *md = io->md; in __map_bio() local 2264 struct mapped_device *md; in alloc_dev() local 2518 struct mapped_device *md; in dm_create() local 2622 struct mapped_device *md; in dm_get_md() local [all …]
|
| A D | dm-era-target.c | 36 struct writeset_metadata md; member 325 static int superblock_lock(struct era_metadata *md, in superblock_lock() 378 struct era_metadata *md = context; in ws_inc() local 392 struct era_metadata *md = context; in ws_dec() local 437 static void setup_infos(struct era_metadata *md) in setup_infos() 480 static int save_sm_root(struct era_metadata *md) in save_sm_root() 552 static int format_metadata(struct era_metadata *md) in format_metadata() 570 static int open_metadata(struct era_metadata *md) in open_metadata() 832 static void metadata_close(struct era_metadata *md) in metadata_close() 1181 struct era_metadata *md; member [all …]
|
| A D | dm-rq.c | 19 struct mapped_device *md; member 59 int dm_request_based(struct mapped_device *md) in dm_request_based() 144 static void rq_completed(struct mapped_device *md) in rq_completed() 160 struct mapped_device *md = tio->md; in dm_end_request() local 176 void dm_mq_kick_requeue_list(struct mapped_device *md) in dm_mq_kick_requeue_list() 190 struct mapped_device *md = tio->md; in dm_requeue_original_request() local 258 struct mapped_device *md = tio->md; in dm_softirq_done() local 339 struct mapped_device *md) in init_tio() 366 struct mapped_device *md = tio->md; in map_request() local 460 struct mapped_device *md = set->driver_data; in dm_mq_init_request() local [all …]
|
| A D | dm-sysfs.c | 27 struct mapped_device *md; in dm_attr_show() local 52 struct mapped_device *md; in dm_attr_store() local 69 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) in dm_attr_name_show() 78 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) in dm_attr_uuid_show() 87 static ssize_t dm_attr_suspended_show(struct mapped_device *md, char *buf) in dm_attr_suspended_show() 94 static ssize_t dm_attr_use_blk_mq_show(struct mapped_device *md, char *buf) in dm_attr_use_blk_mq_show() 133 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 143 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
| A D | dm-ioctl.c | 52 struct mapped_device *md; member 195 struct mapped_device *md; in __get_dev_cell() local 341 struct mapped_device *md; in dm_hash_remove_all() local 432 struct mapped_device *md; in dm_hash_rename() local 882 struct mapped_device *md; in dev_create() local 980 struct mapped_device *md; in dev_remove() local 1048 struct mapped_device *md; in dev_rename() local 1077 struct mapped_device *md; in dev_set_geometry() local 1124 struct mapped_device *md; in do_suspend() local 1154 struct mapped_device *md; in do_resume() local [all …]
|
| A D | dm-zone.c | 19 static int dm_blk_do_report_zones(struct mapped_device *md, struct dm_table *t, in dm_blk_do_report_zones() 57 struct mapped_device *md = disk->private_data; in dm_blk_report_zones() local 137 bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() 161 struct mapped_device *md = t->md; in dm_revalidate_zones() local 341 struct mapped_device *md = t->md; in dm_set_zones_restrictions() local 436 struct mapped_device *md = t->md; in dm_finalize_zone_settings() local 456 struct mapped_device *md = io->md; in dm_zone_endio() local 491 int dm_zone_get_reset_bitmap(struct mapped_device *md, struct dm_table *t, in dm_zone_get_reset_bitmap()
|
| A D | dm-ima.c | 67 static int dm_ima_alloc_and_copy_name_uuid(struct mapped_device *md, char **dev_name, in dm_ima_alloc_and_copy_name_uuid() 102 static int dm_ima_alloc_and_copy_device_data(struct mapped_device *md, char **device_data, in dm_ima_alloc_and_copy_device_data() 149 static int dm_ima_alloc_and_copy_capacity_str(struct mapped_device *md, char **capacity_str, in dm_ima_alloc_and_copy_capacity_str() 169 void dm_ima_reset_data(struct mapped_device *md) in dm_ima_reset_data() 370 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) in dm_ima_measure_on_device_resume() 473 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove() 603 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) in dm_ima_measure_on_table_clear() 701 void dm_ima_measure_on_device_rename(struct mapped_device *md) in dm_ima_measure_on_device_rename()
|
| A D | dm-ima.h | 68 static inline void dm_ima_reset_data(struct mapped_device *md) {} in dm_ima_reset_data() 70 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} in dm_ima_measure_on_device_resume() 71 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} in dm_ima_measure_on_device_remove() 72 static inline void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) {} in dm_ima_measure_on_table_clear() 73 static inline void dm_ima_measure_on_device_rename(struct mapped_device *md) {} in dm_ima_measure_on_device_rename()
|
| A D | dm-uevent.c | 31 struct mapped_device *md; member 44 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) in dm_uevent_alloc() 58 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, in dm_build_path_uevent() 173 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent() local
|
| /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 …]
|
| A D | matroxfb_g450.c | 144 static int g450_query_ctrl(void* md, struct v4l2_queryctrl *p) { in g450_query_ctrl() 165 static int g450_set_ctrl(void* md, struct v4l2_control *p) { in g450_set_ctrl() 219 static int g450_get_ctrl(void* md, struct v4l2_control *p) { in g450_get_ctrl() 523 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { in matroxfb_g450_compute() 561 static int matroxfb_g450_program(void* md) { in matroxfb_g450_program() 570 static int matroxfb_g450_verify_mode(void* md, u_int32_t arg) { in matroxfb_g450_verify_mode() 580 static int g450_dvi_compute(void* md, struct my_timming* mt) { in g450_dvi_compute()
|
| /drivers/mmc/core/ |
| A D | block.c | 211 struct mmc_blk_data *md; member 233 struct mmc_blk_data *md; in mmc_blk_get() local 295 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local 848 struct mmc_blk_data *md; in mmc_blk_ioctl() local 892 struct mmc_blk_data *md; in mmc_blk_alternative_gpt_sector() local 2586 struct mmc_blk_data *md; in mmc_blk_alloc_req() local 2983 struct mmc_blk_data *md, in mmc_blk_alloc_rpmb_part() 3104 struct mmc_blk_data *md) in mmc_blk_remove_parts() 3253 struct mmc_blk_data *md) in mmc_blk_remove_debugfs() 3272 struct mmc_blk_data *md) in mmc_blk_remove_debugfs() [all …]
|
| /drivers/net/wwan/t7xx/ |
| A D | t7xx_modem_ops.c | 83 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr() local 331 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) in t7xx_md_exception() 350 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id) in t7xx_wait_hif_ex_hk_event() 478 static int t7xx_core_reset(struct t7xx_modem *md) in t7xx_core_reset() 567 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq() local 593 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify() 655 void t7xx_md_exception_handshake(struct t7xx_modem *md) in t7xx_md_exception_handshake() 681 struct t7xx_modem *md; in t7xx_md_alloc() local 710 struct t7xx_modem *md = t7xx_dev->md; in t7xx_md_reset() local 735 struct t7xx_modem *md; in t7xx_md_init() local [all …]
|
| A D | t7xx_state_monitor.c | 57 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_register() 67 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_unregister() 81 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify() 225 struct t7xx_modem *md = ctl->md; in t7xx_lk_stage_event_handling() local 320 struct t7xx_modem *md = ctl->md; in fsm_routine_ready() local 330 struct t7xx_modem *md = ctl->md; in fsm_routine_starting() local 369 struct t7xx_modem *md = ctl->md; in fsm_routine_start() local 600 void t7xx_fsm_reset(struct t7xx_modem *md) in t7xx_fsm_reset() 610 int t7xx_fsm_init(struct t7xx_modem *md) in t7xx_fsm_init() 637 void t7xx_fsm_uninit(struct t7xx_modem *md) in t7xx_fsm_uninit()
|
| /drivers/net/mdio/ |
| A D | mdio-mux-bcm-iproc.c | 59 static void mdio_mux_iproc_config(struct iproc_mdiomux_desc *md) in mdio_mux_iproc_config() 138 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_read_c22() local 151 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_read_c45() local 165 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write_c22() local 180 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write_c45() local 195 struct iproc_mdiomux_desc *md = data; in mdio_mux_iproc_switch_fn() local 212 struct iproc_mdiomux_desc *md; in mdio_mux_iproc_probe() local 294 struct iproc_mdiomux_desc *md = platform_get_drvdata(pdev); in mdio_mux_iproc_remove() local 304 struct iproc_mdiomux_desc *md = dev_get_drvdata(dev); in mdio_mux_iproc_suspend() local 313 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
|
| /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
|
| /drivers/rapidio/devices/ |
| A D | rio_mport_cdev.c | 111 struct mport_dev *md; member 179 struct mport_dev *md; member 444 struct mport_dev *md = priv->md; in rio_mport_obw_free() local 479 struct mport_dev *md = priv->md; in maint_hdid_set() local 501 struct mport_dev *md = priv->md; in maint_comptag_set() local 535 struct mport_dev *md = in mport_release_def_dma() local 1502 struct mport_dev *md = context; in rio_mport_pw_handler() local 1932 struct mport_dev *md; in mport_cdev_release_dma() local 2182 struct mport_dev *md; in mport_cdev_mmap() local 2335 struct mport_dev *md; in mport_device_release() local [all …]
|
| /drivers/w1/ |
| A D | w1.c | 68 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 206 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 221 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 242 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_search() local 257 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_pullup() local 275 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pullup() local 287 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_pointer() local 311 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_max_slave_count() local 327 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_max_slave_count() local 338 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_attempts() local [all …]
|
| /drivers/firmware/efi/ |
| A D | efi-init.c | 27 static int __init is_memory(efi_memory_desc_t *md) in is_memory() 41 efi_memory_desc_t *md; in efi_to_phys() local 136 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() 160 efi_memory_desc_t *md; in reserve_regions() local
|
| /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() 55 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument 86 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local 117 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local
|
| /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
|
| /drivers/dma/ |
| A D | milbeaut-hdmac.c | 70 struct milbeaut_hdmac_desc *md; member 116 struct milbeaut_hdmac_desc *md) in milbeaut_chan_start() 164 struct milbeaut_hdmac_desc *md; in milbeaut_hdmac_start() local 174 struct milbeaut_hdmac_desc *md; in milbeaut_hdmac_interrupt() local 262 struct milbeaut_hdmac_desc *md; in milbeaut_hdmac_prep_slave_sg() local 328 struct milbeaut_hdmac_desc *md = NULL; in milbeaut_hdmac_tx_status() local 396 struct milbeaut_hdmac_desc *md = to_milbeaut_hdmac_desc(vd); in milbeaut_hdmac_desc_free() local
|
| A D | uniphier-mdmac.c | 62 struct uniphier_mdmac_desc *md; member 107 struct uniphier_mdmac_desc *md) in uniphier_mdmac_handle() 147 struct uniphier_mdmac_desc *md; in uniphier_mdmac_start() local 178 struct uniphier_mdmac_desc *md; in uniphier_mdmac_interrupt() local 236 struct uniphier_mdmac_desc *md; in uniphier_mdmac_prep_slave_sg() local 288 struct uniphier_mdmac_desc *md = NULL; in uniphier_mdmac_tx_status() local
|