Home
last modified time | relevance | path

Searched defs:md (Results 1 – 25 of 194) sorted by relevance

12345678

/linux-6.3-rc2/drivers/video/fbdev/omap/
A Dlcd_mipid.c160 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-6.3-rc2/drivers/md/
A Ddm.c315 struct mapped_device *md; in dm_blk_open() local
339 struct mapped_device *md; in dm_blk_close() local
499 struct mapped_device *md = io->md; in dm_io_acct() local
871 struct mapped_device *md = io->md; in dm_requeue_add_io() local
901 struct mapped_device *md = io->md; in dm_handle_requeue() local
945 struct mapped_device *md = io->md; in __dm_io_complete() local
1103 struct mapped_device *md = io->md; in clone_endio() local
2010 struct mapped_device *md; in alloc_dev() local
2252 struct mapped_device *md; in dm_create() local
2379 struct mapped_device *md; in dm_get_md() local
[all …]
A Ddm-rq.c19 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 Ddm-sysfs.c27 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 Ddm-era-target.c36 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 Ddm-zone.c20 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()
140 void dm_cleanup_zoned_dev(struct mapped_device *md) in dm_cleanup_zoned_dev()
179 struct mapped_device *md = data; in dm_zone_revalidate_cb() local
227 static int dm_revalidate_zones(struct mapped_device *md, struct dm_table *t) in dm_revalidate_zones()
292 struct mapped_device *md = t->md; in dm_set_zones_restrictions() local
329 static int dm_update_zone_wp_offset(struct mapped_device *md, unsigned int zno, in dm_update_zone_wp_offset()
368 static bool dm_zone_map_bio_begin(struct mapped_device *md, in dm_zone_map_bio_begin()
517 struct mapped_device *md = io->md; in dm_zone_map_bio() local
[all …]
A Ddm-ioctl.c52 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
875 struct mapped_device *md; in dev_create() local
973 struct mapped_device *md; in dev_remove() local
1041 struct mapped_device *md; in dev_rename() local
1070 struct mapped_device *md; in dev_set_geometry() local
1117 struct mapped_device *md; in do_suspend() local
1147 struct mapped_device *md; in do_resume() local
[all …]
A Ddm-ima.h68 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 Ddm-ima.c67 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()
369 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) in dm_ima_measure_on_device_resume()
474 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove()
605 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) in dm_ima_measure_on_table_clear()
704 void dm_ima_measure_on_device_rename(struct mapped_device *md) in dm_ima_measure_on_device_rename()
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_maven.c135 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-6.3-rc2/arch/ia64/kernel/
A Defi.c366 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-6.3-rc2/arch/arm64/kernel/
A Defi.c16 static bool region_is_misaligned(const efi_memory_desc_t *md) in region_is_misaligned()
29 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection()
77 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping()
101 const efi_memory_desc_t *md; member
108 const efi_memory_desc_t *md = spd->md; in set_permissions() local
123 efi_memory_desc_t *md, in efi_set_mapping_permissions()
/linux-6.3-rc2/drivers/clk/qcom/
A Dclk-regmap-mux-div.c23 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-6.3-rc2/drivers/net/mdio/
A Dmdio-mux-bcm-iproc.c57 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_c22() local
149 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_read_c45() local
163 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write_c22() local
178 struct iproc_mdiomux_desc *md = bus->priv; in iproc_mdiomux_write_c45() local
193 struct iproc_mdiomux_desc *md = data; in mdio_mux_iproc_switch_fn() local
210 struct iproc_mdiomux_desc *md; in mdio_mux_iproc_probe() local
292 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 Dmdio-mux-bcm6368.c39 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-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_modem_ops.c81 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr() local
290 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) in t7xx_md_exception()
308 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id) in t7xx_wait_hif_ex_hk_event()
436 static int t7xx_core_reset(struct t7xx_modem *md) in t7xx_core_reset()
525 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq() local
537 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify()
588 void t7xx_md_exception_handshake(struct t7xx_modem *md) in t7xx_md_exception_handshake()
614 struct t7xx_modem *md; in t7xx_md_alloc() local
637 struct t7xx_modem *md = t7xx_dev->md; in t7xx_md_reset() local
661 struct t7xx_modem *md; in t7xx_md_init() local
[all …]
A Dt7xx_state_monitor.c50 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_register()
60 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_unregister()
74 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify()
271 struct t7xx_modem *md = ctl->md; in fsm_routine_ready() local
280 struct t7xx_modem *md = ctl->md; in fsm_routine_starting() local
311 struct t7xx_modem *md = ctl->md; in fsm_routine_start() local
503 void t7xx_fsm_reset(struct t7xx_modem *md) in t7xx_fsm_reset()
512 int t7xx_fsm_init(struct t7xx_modem *md) in t7xx_fsm_init()
539 void t7xx_fsm_uninit(struct t7xx_modem *md) in t7xx_fsm_uninit()
/linux-6.3-rc2/drivers/mmc/core/
A Dblock.c167 struct mmc_blk_data *md; member
186 struct mmc_blk_data *md; in mmc_blk_get() local
248 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
2409 struct mmc_blk_data *md; in mmc_blk_alloc_req() local
2656 struct mmc_blk_data *md, in mmc_blk_alloc_rpmb_part()
2776 struct mmc_blk_data *md) in mmc_blk_remove_parts()
2929 struct mmc_blk_data *md) in mmc_blk_remove_debugfs()
2953 struct mmc_blk_data *md) in mmc_blk_remove_debugfs()
[all …]
/linux-6.3-rc2/arch/riscv/kernel/
A Defi.c19 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-6.3-rc2/arch/x86/platform/efi/
A Defi.c120 efi_memory_desc_t *md; in do_add_efi_memmap() local
180 efi_memory_desc_t *md; in do_efi_soft_reserve() local
242 static bool __init efi_memmap_entry_valid(const efi_memory_desc_t *md, int i) in efi_memmap_entry_valid()
329 efi_memory_desc_t *md; in efi_remove_e820_mmio() local
354 efi_memory_desc_t *md; in efi_print_memmap() local
532 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local
645 static bool should_map_region(efi_memory_desc_t *md) in should_map_region()
703 efi_memory_desc_t *md; in efi_map_regions() local
737 efi_memory_desc_t *md; in kexec_enter_virtual_mode() local
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Drandomalloc.c17 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
76 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local
105 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local
/linux-6.3-rc2/drivers/firmware/efi/
A Defi-init.c27 static int __init is_memory(efi_memory_desc_t *md) in is_memory()
41 efi_memory_desc_t *md; in efi_to_phys() local
124 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory()
157 efi_memory_desc_t *md; in reserve_regions() local
/linux-6.3-rc2/drivers/rapidio/devices/
A Drio_mport_cdev.c123 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
1949 struct mport_dev *md; in mport_cdev_release_dma() local
2199 struct mport_dev *md; in mport_cdev_mmap() local
2352 struct mport_dev *md; in mport_device_release() local
[all …]
/linux-6.3-rc2/drivers/soundwire/
A Dmaster.c59 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-6.3-rc2/drivers/w1/
A Dw1.c73 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 …]

Completed in 88 milliseconds

12345678