| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_mipid.c | 56 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() 113 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() 118 static inline void mipid_write(struct mipid_device *md, in mipid_write() 124 static inline void mipid_read(struct mipid_device *md, in mipid_read() 130 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines() 148 static void send_init_string(struct mipid_device *md) in send_init_string() 156 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start() 162 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait() 172 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode() 194 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state() [all …]
|
| /linux/drivers/md/ |
| H A D | dm-rq.c | 19 struct mapped_device *md; member 59 int dm_request_based(struct mapped_device *md) in dm_request_based() 127 static void rq_end_stats(struct mapped_device *md, struct request *orig) in rq_end_stats() 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 [all …]
|
| H A D | dm-era-target.c | 36 struct writeset_metadata md; member 311 static int superblock_read_lock(struct era_metadata *md, in superblock_read_lock() 318 static int superblock_lock_zero(struct era_metadata *md, in superblock_lock_zero() 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 411 static void setup_writeset_tree_info(struct era_metadata *md) in setup_writeset_tree_info() 424 static void setup_era_array_info(struct era_metadata *md) in setup_era_array_info() 437 static void setup_infos(struct era_metadata *md) in setup_infos() 446 static int create_fresh_metadata(struct era_metadata *md) in create_fresh_metadata() [all …]
|
| H 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()
|
| H A D | dm-ioctl.c | 52 struct mapped_device *md; member 195 struct mapped_device *md; in __get_dev_cell() local 217 struct mapped_device *md) in alloc_cell() 262 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() 341 struct mapped_device *md; in dm_hash_remove_all() local 432 struct mapped_device *md; in dm_hash_rename() local 789 static struct dm_table *dm_get_inactive_table(struct mapped_device *md, int *srcu_idx) in dm_get_inactive_table() 812 static struct dm_table *dm_get_live_or_inactive_table(struct mapped_device *md, in dm_get_live_or_inactive_table() 824 static void __dev_status(struct mapped_device *md, struct dm_ioctl *param) in __dev_status() 882 struct mapped_device *md; in dev_create() local [all …]
|
| H 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()
|
| H 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()
|
| H 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
|
| H A D | dm.h | 117 #define dm_has_zone_plugs(md) ((md)->disk->zone_wplugs_hash != NULL) argument 120 static inline bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() 124 #define dm_has_zone_plugs(md) false argument
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_maven.c | 135 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() 340 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker() 358 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel() 367 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma() 372 static void maven_init_TVdata(const struct maven_data* md, struct mavenregs* data) { in maven_init_TVdata() 755 static inline int maven_compute_timming(struct maven_data* md, in maven_compute_timming() 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() [all …]
|
| /linux/drivers/net/wwan/t7xx/ |
| H 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() 501 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info, in t7xx_core_hk_handler() 567 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq() local 581 struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_work); in t7xx_ap_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 [all …]
|
| H 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()
|
| /linux/drivers/clk/qcom/ |
| H 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/ |
| H A D | block.c | 173 struct mmc_blk_data *md; member 195 struct mmc_blk_data *md; in mmc_blk_get() local 214 struct mmc_blk_data *md = container_of(ref, struct mmc_blk_data, kref); in mmc_blk_kref_release() local 228 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put() 237 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in power_ro_lock_show() local 257 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local 306 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_show() local 319 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_store() local 346 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in mmc_disk_attrs_is_visible() local 374 struct mmc_blk_data *md = mmc_blk_get(disk); in mmc_blk_open() local [all …]
|
| /linux/arch/arm64/kernel/ |
| H A D | efi.c | 20 static bool region_is_misaligned(const efi_memory_desc_t *md) in region_is_misaligned() 33 static __init ptdesc_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection() 85 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 109 const efi_memory_desc_t *md; member 116 const efi_memory_desc_t *md = spd->md; in set_permissions() local 130 efi_memory_desc_t *md, in efi_set_mapping_permissions()
|
| /linux/arch/riscv/kernel/ |
| H 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/rapidio/devices/ |
| H A D | rio_mport_cdev.c | 111 struct mport_dev *md; member 179 struct mport_dev *md; member 341 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping() 375 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping() 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 796 struct mport_dev *md = priv->md; in rio_dma_transfer() local 1068 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping() [all …]
|
| /linux/drivers/w1/ |
| H 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 …]
|
| /linux/drivers/firmware/efi/libstub/ |
| H 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
|
| /linux/drivers/firmware/efi/ |
| H A D | efi-init.c | 28 static int __init is_memory(efi_memory_desc_t *md) in is_memory() 42 efi_memory_desc_t *md; in efi_to_phys() local 137 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() 161 efi_memory_desc_t *md; in reserve_regions() local
|
| H A D | efi.c | 357 efi_memory_desc_t *md; in efi_debugfs_init() local 503 efi_memory_desc_t *md; in efi_find_mirror() local 532 efi_memory_desc_t *md; in __efi_mem_desc_lookup() local 571 u64 __init efi_mem_desc_end(efi_memory_desc_t *md) in efi_mem_desc_end() 922 const efi_memory_desc_t *md) in efi_md_typeattr_format() 981 efi_memory_desc_t *md; in efi_mem_attributes() local 1005 const efi_memory_desc_t *md; in efi_mem_type() local
|
| /linux/drivers/soundwire/ |
| H 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/arch/arm/kernel/ |
| H A D | efi.c | 16 efi_memory_desc_t *md = data; in set_permissions() local 28 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/arch/x86/platform/efi/ |
| H A D | efi_32.c | 36 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 87 void __init efi_map_region_fixed(efi_memory_desc_t *md) {} in efi_map_region_fixed() 132 efi_memory_desc_t *md; in efi_runtime_update_mappings() local
|
| /linux/scripts/mod/ |
| H A D | sumversion.c | 227 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char() argument 233 struct md4_ctx *md) in parse_string() argument 258 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() argument 304 static int parse_source_files(const char *objfile, struct md4_ctx *md) in parse_source_files() argument 396 struct md4_ctx md; get_src_version() local [all...] |