/linux-6.3-rc2/drivers/video/fbdev/omap/ |
A D | lcd_mipid.c | 151 set_data_lines(md, md->panel.data_lines); in send_init_string() 157 md->hw_guard_end = jiffies + md->hw_guard_wait; in hw_guard_start() 395 md->esd_check(md); in mipid_esd_work() 411 md->enabled = 1; in mipid_enable() 440 md->enabled = 0; in mipid_disable() 468 md->enabled = panel_enabled(md); in mipid_init() 470 if (md->enabled) in mipid_init() 543 md->panel.name, md->revision, md->panel.data_lines); in mipid_detect() 553 md = kzalloc(sizeof(*md), GFP_KERNEL); in mipid_spi_probe() 560 md->spi = spi; in mipid_spi_probe() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm.c | 499 struct mapped_device *md = io->md; in dm_io_acct() local 591 io->md = md; in alloc_io() 670 queue_work(md->wq, &md->work); in queue_io() 871 struct mapped_device *md = io->md; in dm_requeue_add_io() local 888 queue_work(md->wq, &md->work); in dm_kick_requeue() 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 2057 md->queue = md->disk->queue; in alloc_dev() 2075 md->disk->private_data = md; in alloc_dev() [all …]
|
A D | dm-era-target.c | 415 md->writeset_tree_info.tm = md->tm; in setup_writeset_tree_info() 451 &md->tm, &md->sm); in create_fresh_metadata() 595 &md->tm, &md->sm); in open_metadata() 821 md->current_writeset = &md->writesets[0]; in metadata_open() 899 r = dm_bitset_flush(&md->bitset_info, md->current_writeset->md.root, in metadata_era_archive() 900 &md->current_writeset->md.root); in metadata_era_archive() 906 ws_pack(&md->current_writeset->md, &value); in metadata_era_archive() 927 &md->writesets[1] : &md->writesets[0]; in next_writeset() 989 r = dm_bitset_flush(&md->bitset_info, md->current_writeset->md.root, in metadata_commit() 990 &md->current_writeset->md.root); in metadata_commit() [all …]
|
A D | dm-ima.c | 120 dev_name, dev_uuid, md->disk->major, md->disk->first_minor, in dm_ima_alloc_and_copy_device_data() 171 memset(&(md->ima), 0, sizeof(md->ima)); in dm_ima_reset_data() 339 if (table->md->ima.active_table.hash != table->md->ima.inactive_table.hash) in dm_ima_measure_on_table_load() 391 if (md->ima.active_table.hash != md->ima.inactive_table.hash) in dm_ima_measure_on_device_resume() 406 md->ima.active_table.hash = md->ima.inactive_table.hash; in dm_ima_measure_on_device_resume() 407 md->ima.active_table.hash_len = md->ima.inactive_table.hash_len; in dm_ima_measure_on_device_resume() 417 md->ima.active_table.num_targets = md->ima.inactive_table.num_targets; in dm_ima_measure_on_device_resume() 593 if (md->ima.active_table.hash != md->ima.inactive_table.hash) in dm_ima_measure_on_device_remove() 664 md->ima.inactive_table.hash != md->ima.active_table.hash) in dm_ima_measure_on_table_clear() 679 md->ima.inactive_table.hash = md->ima.active_table.hash; in dm_ima_measure_on_table_clear() [all …]
|
A D | dm-rq.c | 149 dm_put(md); in rq_completed() 160 struct mapped_device *md = tio->md; in dm_end_request() local 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 341 tio->md = md; in init_tio() 366 struct mapped_device *md = tio->md; in map_request() local 454 dm_get(md); in dm_start_request() 467 tio->md = md; in dm_mq_init_request() 482 struct mapped_device *md = tio->md; in dm_mq_queue_rq() local 547 md->tag_set->numa_node = md->numa_node_id; in dm_mq_init_request_queue() [all …]
|
A D | dm-zone.c | 62 if (dm_suspended_md(md)) in dm_blk_report_zones() 142 if (md->disk) { in dm_cleanup_zoned_dev() 150 md->zwp_offset = NULL; in dm_cleanup_zoned_dev() 151 md->nr_zones = 0; in dm_cleanup_zoned_dev() 203 md->zwp_offset = in dm_zone_revalidate_cb() 206 if (!md->zwp_offset) in dm_zone_revalidate_cb() 239 if (md->nr_zones) in dm_revalidate_zones() 292 struct mapped_device *md = t->md; in dm_set_zones_restrictions() local 299 md->disk->nr_zones = bdev_nr_zones(md->disk->part0); in dm_set_zones_restrictions() 517 struct mapped_device *md = io->md; in dm_zone_map_bio() local [all …]
|
A D | dm.h | 76 void dm_lock_md_type(struct mapped_device *md); 77 void dm_unlock_md_type(struct mapped_device *md); 141 int dm_deleting_md(struct mapped_device *md); 146 int dm_suspended_md(struct mapped_device *md); 155 void dm_internal_resume(struct mapped_device *md); 177 int dm_sysfs_init(struct mapped_device *md); 178 void dm_sysfs_exit(struct mapped_device *md); 199 void dm_destroy(struct mapped_device *md); 201 int dm_open_count(struct mapped_device *md); 204 int dm_request_based(struct mapped_device *md); [all …]
|
A D | dm-ioctl.c | 199 if (!md) in __get_dev_cell() 244 hc->md = md; in alloc_cell() 351 md = hc->md; in dm_hash_remove_all() 504 md = hc->md; in dm_hash_rename() 964 md = hc->md; in find_device() 986 md = hc->md; in dev_remove() 1077 if (!md) in dev_set_geometry() 1120 if (!md) in do_suspend() 1160 md = hc->md; in do_resume() 1243 if (!md) in dev_status() [all …]
|
A D | dm-sysfs.c | 27 struct mapped_device *md; in dm_attr_show() local 34 md = dm_get_from_kobject(kobj); in dm_attr_show() 35 if (!md) in dm_attr_show() 38 ret = dm_attr->show(md, page); in dm_attr_show() 39 dm_put(md); in dm_attr_show() 52 struct mapped_device *md; in dm_attr_store() local 59 md = dm_get_from_kobject(kobj); in dm_attr_store() 60 if (!md) in dm_attr_store() 63 ret = dm_attr->store(md, page, count); in dm_attr_store() 64 dm_put(md); in dm_attr_store() [all …]
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_modem_ops.c | 81 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr() local 87 ctl = md->fsm_ctl; in t7xx_pci_mhccif_isr() 115 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_pci_mhccif_isr() 562 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_md_event_notify() 616 md = devm_kzalloc(dev, sizeof(*md), GFP_KERNEL); in t7xx_md_alloc() 617 if (!md) in t7xx_md_alloc() 621 t7xx_dev->md = md; in t7xx_md_alloc() 632 return md; in t7xx_md_alloc() 637 struct t7xx_modem *md = t7xx_dev->md; in t7xx_md_reset() local 665 if (!md) in t7xx_md_init() [all …]
|
/linux-6.3-rc2/drivers/net/mdio/ |
A D | mdio-mux-bcm-iproc.c | 67 if (md->core_clk) { in mdio_mux_iproc_config() 215 md = devm_kzalloc(&pdev->dev, sizeof(*md), GFP_KERNEL); in mdio_mux_iproc_probe() 216 if (!md) in mdio_mux_iproc_probe() 218 md->dev = &pdev->dev; in mdio_mux_iproc_probe() 221 if (IS_ERR(md->base)) in mdio_mux_iproc_probe() 233 if (!md->mii_bus) { in mdio_mux_iproc_probe() 241 md->core_clk = NULL; in mdio_mux_iproc_probe() 251 bus = md->mii_bus; in mdio_mux_iproc_probe() 252 bus->priv = md; in mdio_mux_iproc_probe() 271 rc = mdio_mux_init(md->dev, md->dev->of_node, mdio_mux_iproc_switch_fn, in mdio_mux_iproc_probe() [all …]
|
A D | mdio-mux-bcm6368.c | 48 if (md->ext_phy) in bcm6368_mdiomux_read() 69 if (md->ext_phy) in bcm6368_mdiomux_write() 96 md = devm_kzalloc(&pdev->dev, sizeof(*md), GFP_KERNEL); in bcm6368_mdiomux_probe() 97 if (!md) in bcm6368_mdiomux_probe() 110 if (!md->base) { in bcm6368_mdiomux_probe() 116 if (!md->mii_bus) { in bcm6368_mdiomux_probe() 121 bus = md->mii_bus; in bcm6368_mdiomux_probe() 122 bus->priv = md; in bcm6368_mdiomux_probe() 139 rc = mdio_mux_init(md->dev, md->dev->of_node, in bcm6368_mdiomux_probe() 140 bcm6368_mdiomux_switch_fn, &md->mux_handle, md, in bcm6368_mdiomux_probe() [all …]
|
/linux-6.3-rc2/drivers/soundwire/ |
A D | master.c | 65 md->bus->prop.clk_freq[i]); in clock_frequencies_show() 107 kfree(md); in sdw_master_device_release() 136 md = kzalloc(sizeof(*md), GFP_KERNEL); in sdw_master_device_add() 137 if (!md) in sdw_master_device_add() 140 md->dev.bus = &sdw_bus_type; in sdw_master_device_add() 142 md->dev.parent = parent; in sdw_master_device_add() 145 md->dev.fwnode = fwnode; in sdw_master_device_add() 157 put_device(&md->dev); in sdw_master_device_add() 162 md->bus = bus; in sdw_master_device_add() 163 bus->dev = &md->dev; in sdw_master_device_add() [all …]
|
/linux-6.3-rc2/drivers/clk/qcom/ |
A D | clk-regmap-mux-div.c | 29 val = (div << md->hid_shift) | (src << md->src_shift); in mux_div_set_src_div() 30 mask = ((BIT(md->hid_width) - 1) << md->hid_shift) | in mux_div_set_src_div() 31 ((BIT(md->src_width) - 1) << md->src_shift); in mux_div_set_src_div() 33 ret = regmap_update_bits(md->clkr.regmap, CFG_RCGR + md->reg_offset, in mux_div_set_src_div() 38 ret = regmap_update_bits(md->clkr.regmap, CMD_RCGR + md->reg_offset, in mux_div_set_src_div() 45 ret = regmap_read(md->clkr.regmap, CMD_RCGR + md->reg_offset, in mux_div_set_src_div() 65 regmap_read(md->clkr.regmap, CMD_RCGR + md->reg_offset, &val); in mux_div_get_src_div() 72 regmap_read(md->clkr.regmap, CFG_RCGR + md->reg_offset, &val); in mux_div_get_src_div() 156 md->div = best_div; in __mux_div_set_rate_and_parent() 157 md->src = best_src; in __mux_div_set_rate_and_parent() [all …]
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | efi.c | 304 return (md->phys_addr + efi_md_size(md)); in efi_md_end() 376 md = p; in efi_get_pal_addr() 420 md->phys_addr + efi_md_size(md), in efi_get_pal_addr() 615 md = p; in efi_enter_virtual_mode() 622 md->virt_addr = (u64) __va(md->phys_addr); in efi_enter_virtual_mode() 627 md->virt_addr = ia64_remap(md->phys_addr, in efi_enter_virtual_mode() 640 md->virt_addr = ia64_remap(md->phys_addr, in efi_enter_virtual_mode() 713 for (md = kern_memmap; md->start != ~0UL; md++) { in kern_memory_descriptor() 767 if (md) in efi_mem_type() 777 if (md) in efi_mem_attributes() [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | efi.c | 20 return !PAGE_ALIGNED(md->phys_addr) || in region_is_misaligned() 31 u64 attr = md->attribute; in create_mapping_protection() 32 u32 type = md->type; in create_mapping_protection() 37 if (region_is_misaligned(md)) { in create_mapping_protection() 91 if (region_is_misaligned(md)) in efi_create_mapping() 94 create_pgd_mapping(mm, md->phys_addr, md->virt_addr, 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 111 if (md->attribute & EFI_MEMORY_RO) in set_permissions() 123 efi_memory_desc_t *md, in efi_set_mapping_permissions() argument [all …]
|
/linux-6.3-rc2/arch/x86/platform/efi/ |
A D | memmap.c | 181 md = new; in efi_memmap_insert() 183 end = md->phys_addr + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_memmap_insert() 192 md->num_pages = (m_end - md->phys_addr + 1) >> in efi_memmap_insert() 197 md = new; in efi_memmap_insert() 199 md->num_pages = (end - md->phys_addr + 1) >> in efi_memmap_insert() 205 md->num_pages = (m_start - md->phys_addr) >> in efi_memmap_insert() 210 md = new; in efi_memmap_insert() 218 md = new; in efi_memmap_insert() 227 md->num_pages = (m_start - md->phys_addr) >> in efi_memmap_insert() 232 md = new; in efi_memmap_insert() [all …]
|
A D | efi.c | 120 efi_memory_desc_t *md; in do_add_efi_memmap() local 130 switch (md->type) { in do_add_efi_memmap() 180 efi_memory_desc_t *md; in do_efi_soft_reserve() local 244 u64 end = (md->num_pages << EFI_PAGE_SHIFT) + md->phys_addr - 1; in efi_memmap_entry_valid() 362 md->phys_addr, in efi_print_memmap() 363 md->phys_addr + (md->num_pages << EFI_PAGE_SHIFT) - 1, in efi_print_memmap() 538 prev_md = md; in efi_merge_regions() 544 prev_md = md; in efi_merge_regions() 553 md->attribute = 0; in efi_merge_regions() 556 prev_md = md; in efi_merge_regions() [all …]
|
/linux-6.3-rc2/drivers/rapidio/devices/ |
A D | rio_mport_cdev.c | 383 map->md = md; in rio_mport_create_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 814 struct mport_dev *md = priv->md; in rio_dma_transfer() local 1105 map->md = md; in rio_mport_create_dma_mapping() 1118 struct mport_dev *md = priv->md; in rio_mport_alloc_dma() local 1145 struct mport_dev *md = priv->md; in rio_mport_free_dma() local 1232 map->md = md; in rio_mport_create_inbound_mapping() 1963 md = priv->md; in mport_cdev_release_dma() [all …]
|
/linux-6.3-rc2/drivers/dma/ |
A D | uniphier-mdmac.c | 114 sg = &md->sgl[md->sg_cur]; in uniphier_mdmac_handle() 150 if (md) in uniphier_mdmac_start() 203 md = mc->md; in uniphier_mdmac_interrupt() 204 if (!md) in uniphier_mdmac_interrupt() 209 if (md->sg_cur >= md->sg_len) { in uniphier_mdmac_interrupt() 212 if (!md) in uniphier_mdmac_interrupt() 241 md = kzalloc(sizeof(*md), GFP_NOWAIT); in uniphier_mdmac_prep_slave_sg() 242 if (!md) in uniphier_mdmac_prep_slave_sg() 304 if (mc->md && mc->md->vd.tx.cookie == cookie) { in uniphier_mdmac_tx_status() 308 md = mc->md; in uniphier_mdmac_tx_status() [all …]
|
A D | milbeaut-hdmac.c | 122 sg = &md->sgl[md->sg_cur]; in milbeaut_chan_start() 167 if (md) in milbeaut_hdmac_start() 187 md = mc->md; in milbeaut_hdmac_interrupt() 188 if (!md) in milbeaut_hdmac_interrupt() 193 if (md->sg_cur >= md->sg_len) { in milbeaut_hdmac_interrupt() 268 md = kzalloc(sizeof(*md), GFP_NOWAIT); in milbeaut_hdmac_prep_slave_sg() 269 if (!md) in milbeaut_hdmac_prep_slave_sg() 345 if (mc->md && mc->md->vd.tx.cookie == cookie) { in milbeaut_hdmac_tx_status() 349 md = mc->md; in milbeaut_hdmac_tx_status() 350 sg = &md->sgl[md->sg_cur]; in milbeaut_hdmac_tx_status() [all …]
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | efi.c | 21 u64 attr = md->attribute; in efimem_to_pgprot_map() 22 u32 type = md->type; in efimem_to_pgprot_map() 53 for (i = 0; i < md->num_pages; i++) in efi_create_mapping() 55 md->phys_addr + i * PAGE_SIZE, in efi_create_mapping() 62 efi_memory_desc_t *md = data; in set_permissions() local 66 if (md->attribute & EFI_MEMORY_RO) { in set_permissions() 71 if (md->attribute & EFI_MEMORY_XP) { in set_permissions() 81 efi_memory_desc_t *md, in efi_set_mapping_permissions() argument 94 return apply_to_page_range(mm, md->virt_addr, in efi_set_mapping_permissions() 95 md->num_pages << EFI_PAGE_SHIFT, in efi_set_mapping_permissions() [all …]
|
/linux-6.3-rc2/drivers/firmware/efi/ |
A D | efi-init.c | 41 efi_memory_desc_t *md; in efi_to_phys() local 43 for_each_efi_memory_desc(md) { in efi_to_phys() 46 if (md->virt_addr == 0) in efi_to_phys() 49 if (md->virt_addr <= addr && in efi_to_phys() 50 (addr - md->virt_addr) < (md->num_pages << EFI_PAGE_SHIFT)) in efi_to_phys() 51 return md->phys_addr + addr - md->virt_addr; in efi_to_phys() 126 switch (md->type) { in is_usable_memory() 157 efi_memory_desc_t *md; in reserve_regions() local 172 paddr = md->phys_addr; in reserve_regions() 173 npages = md->num_pages; in reserve_regions() [all …]
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | randomalloc.c | 24 if (md->type != EFI_CONVENTIONAL_MEMORY) in get_entry_num_slots() 28 (md->attribute & EFI_MEMORY_SP)) in get_entry_num_slots() 31 region_end = min(md->phys_addr + md->num_pages * EFI_PAGE_SIZE - 1, in get_entry_num_slots() 36 first_slot = round_up(md->phys_addr, align); in get_entry_num_slots() 51 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument 79 slots = get_entry_num_slots(md, size, ilog2(align)); in efi_random_alloc() 80 MD_NUM_SLOTS(md) = slots; in efi_random_alloc() 82 if (md->attribute & EFI_MEMORY_MORE_RELIABLE) in efi_random_alloc() 110 !(md->attribute & EFI_MEMORY_MORE_RELIABLE)) in efi_random_alloc() 113 if (target_slot >= MD_NUM_SLOTS(md)) { in efi_random_alloc() [all …]
|
/linux-6.3-rc2/tools/thermal/lib/ |
A D | mainloop.c | 29 struct mainloop_data *md; in mainloop() local 50 if (md->cb(md->fd, md->data) > 0) in mainloop() 62 struct mainloop_data *md; in mainloop_add() local 71 md = malloc(sizeof(*md)); in mainloop_add() 72 if (!md) in mainloop_add() 75 md->data = data; in mainloop_add() 76 md->cb = cb; in mainloop_add() 77 md->fd = fd; in mainloop_add() 79 mds[fd] = md; in mainloop_add() 80 ev.data.ptr = md; in mainloop_add() [all …]
|