Home
last modified time | relevance | path

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

12345678

/linux-6.6.21/drivers/video/fbdev/omap/
Dlcd_mipid.c56 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-6.6.21/drivers/md/
Ddm.c308 int dm_deleting_md(struct mapped_device *md) in dm_deleting_md()
315 struct mapped_device *md; in dm_blk_open() local
339 struct mapped_device *md; in dm_blk_close() local
356 int dm_open_count(struct mapped_device *md) in dm_open_count()
364 int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred) in dm_lock_for_deletion()
384 int dm_cancel_deferred_remove(struct mapped_device *md) in dm_cancel_deferred_remove()
407 struct mapped_device *md = bdev->bd_disk->private_data; in dm_blk_getgeo() local
412 static int dm_prepare_ioctl(struct mapped_device *md, int *srcu_idx, in dm_prepare_ioctl()
446 static void dm_unprepare_ioctl(struct mapped_device *md, int srcu_idx) in dm_unprepare_ioctl()
454 struct mapped_device *md = bdev->bd_disk->private_data; in dm_blk_ioctl() local
[all …]
Ddm-rq.c19 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 …]
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()
Ddm-era-target.c36 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 …]
Ddm-zone.c21 static int dm_blk_do_report_zones(struct mapped_device *md, struct dm_table *t, in dm_blk_do_report_zones()
59 struct mapped_device *md = disk->private_data; in dm_blk_report_zones() local
125 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()
180 struct mapped_device *md = data; in dm_zone_revalidate_cb() local
226 static int dm_revalidate_zones(struct mapped_device *md, struct dm_table *t) in dm_revalidate_zones()
291 struct mapped_device *md = t->md; in dm_set_zones_restrictions() local
328 static int dm_update_zone_wp_offset(struct mapped_device *md, unsigned int zno, in dm_update_zone_wp_offset()
367 static bool dm_zone_map_bio_begin(struct mapped_device *md, in dm_zone_map_bio_begin()
423 static blk_status_t dm_zone_map_bio_end(struct mapped_device *md, unsigned int zno, in dm_zone_map_bio_end()
[all …]
Ddm-ioctl.c52 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 …]
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()
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.6.21/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c135 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-6.6.21/arch/ia64/kernel/
Defi.c269 is_memory_available (efi_memory_desc_t *md) in is_memory_available()
293 #define efi_md_size(md) (md->num_pages << EFI_PAGE_SHIFT) argument
302 efi_md_end(efi_memory_desc_t *md) in efi_md_end()
308 efi_wb(efi_memory_desc_t *md) in efi_wb()
314 efi_uc(efi_memory_desc_t *md) in efi_uc()
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
[all …]
/linux-6.6.21/drivers/net/wwan/t7xx/
Dt7xx_modem_ops.c82 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr() local
291 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) in t7xx_md_exception()
310 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id) in t7xx_wait_hif_ex_hk_event()
438 static int t7xx_core_reset(struct t7xx_modem *md) in t7xx_core_reset()
461 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info, in t7xx_core_hk_handler()
527 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq() local
541 struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_work); in t7xx_ap_hk_wq() local
553 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify()
615 void t7xx_md_exception_handshake(struct t7xx_modem *md) in t7xx_md_exception_handshake()
641 struct t7xx_modem *md; in t7xx_md_alloc() local
[all …]
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
319 struct t7xx_modem *md = ctl->md; in fsm_routine_start() local
512 void t7xx_fsm_reset(struct t7xx_modem *md) in t7xx_fsm_reset()
521 int t7xx_fsm_init(struct t7xx_modem *md) in t7xx_fsm_init()
548 void t7xx_fsm_uninit(struct t7xx_modem *md) in t7xx_fsm_uninit()
/linux-6.6.21/drivers/clk/qcom/
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.6.21/drivers/net/mdio/
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
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.6.21/arch/arm64/kernel/
Defi.c17 static bool region_is_misaligned(const efi_memory_desc_t *md) in region_is_misaligned()
30 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection()
78 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping()
102 const efi_memory_desc_t *md; member
109 const efi_memory_desc_t *md = spd->md; in set_permissions() local
124 efi_memory_desc_t *md, in efi_set_mapping_permissions()
/linux-6.6.21/drivers/mmc/core/
Dblock.c165 struct mmc_blk_data *md; member
186 struct mmc_blk_data *md; in mmc_blk_get() local
205 struct mmc_blk_data *md = container_of(ref, struct mmc_blk_data, kref); in mmc_blk_kref_release() local
219 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put()
228 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in power_ro_lock_show() local
248 struct mmc_blk_data *md, *part_md; in power_ro_lock_store() local
297 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_show() local
311 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in force_ro_store() local
337 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); in mmc_disk_attrs_is_visible() local
365 struct mmc_blk_data *md = mmc_blk_get(disk); in mmc_blk_open() local
[all …]
/linux-6.6.21/arch/riscv/kernel/
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.6.21/arch/x86/platform/efi/
Defi.c123 efi_memory_desc_t *md; in do_add_efi_memmap() local
183 efi_memory_desc_t *md; in do_efi_soft_reserve() local
245 static bool __init efi_memmap_entry_valid(const efi_memory_desc_t *md, int i) in efi_memmap_entry_valid()
332 efi_memory_desc_t *md; in efi_remove_e820_mmio() local
357 efi_memory_desc_t *md; in efi_print_memmap() local
535 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() local
648 static bool should_map_region(efi_memory_desc_t *md) in should_map_region()
706 efi_memory_desc_t *md; in efi_map_regions() local
740 efi_memory_desc_t *md; in kexec_enter_virtual_mode() local
/linux-6.6.21/drivers/firmware/efi/
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
127 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory()
151 efi_memory_desc_t *md; in reserve_regions() local
/linux-6.6.21/drivers/firmware/efi/libstub/
Drandomalloc.c17 static unsigned long get_entry_num_slots(efi_memory_desc_t *md, in get_entry_num_slots()
52 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument
79 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local
110 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local
/linux-6.6.21/drivers/rapidio/devices/
Drio_mport_cdev.c123 struct mport_dev *md; member
199 struct mport_dev *md; member
359 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping()
393 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping()
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
814 struct mport_dev *md = priv->md; in rio_dma_transfer() local
1086 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping()
[all …]
/linux-6.6.21/drivers/soundwire/
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.6.21/drivers/w1/
Dw1.c68 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 …]

12345678