/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() argument 64 BUG_ON(md->spi == NULL); in mipid_transfer() 105 r = spi_sync(md->spi, &m); in mipid_transfer() 107 dev_dbg(&md->spi->dev, "spi_sync %d\n", r); in mipid_transfer() 113 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() argument 115 mipid_transfer(md, cmd, NULL, 0, NULL, 0); in mipid_cmd() 118 static inline void mipid_write(struct mipid_device *md, in mipid_write() argument 121 mipid_transfer(md, reg, buf, len, NULL, 0); in mipid_write() 124 static inline void mipid_read(struct mipid_device *md, in mipid_read() argument 127 mipid_transfer(md, reg, NULL, 0, buf, len); in mipid_read() [all …]
|
/linux/drivers/md/ |
H 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() argument 83 r = dm_copy_name_and_uuid(md, *dev_name, *dev_uuid); 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() argument 108 r = dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio); in dm_ima_alloc_and_copy_device_data() 120 dev_name, dev_uuid, md->disk->major, md->disk->first_minor, in dm_ima_alloc_and_copy_device_data() 121 md->disk->minors, num_targets); 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() argument 154 capacity = get_capacity(md->disk); in dm_ima_alloc_and_copy_capacity_str() 169 void dm_ima_reset_data(struct mapped_device *md) in dm_ima_reset_data() argument 171 memset(&(md->ima), 0, sizeof(md->ima)); in dm_ima_reset_data() [all …]
|
H A D | dm-era-target.c | 36 struct writeset_metadata md; member 96 ws->md.nr_bits = nr_blocks; in writeset_init() 97 r = setup_on_disk_bitset(info, ws->md.nr_bits, &ws->md.root); in writeset_init() 142 r = dm_bitset_set_bit(info, ws->md.root, block, &ws->md.root); in writeset_test_and_set() 311 static int superblock_read_lock(struct era_metadata *md, in superblock_read_lock() argument 314 return dm_bm_read_lock(md->bm, SUPERBLOCK_LOCATION, in superblock_read_lock() 318 static int superblock_lock_zero(struct era_metadata *md, in superblock_lock_zero() argument 321 return dm_bm_write_lock_zero(md->bm, SUPERBLOCK_LOCATION, in superblock_lock_zero() 325 static int superblock_lock(struct era_metadata *md, in superblock_lock() argument 328 return dm_bm_write_lock(md->bm, SUPERBLOCK_LOCATION, in superblock_lock() [all …]
|
H A D | dm-sysfs.c | 15 ssize_t (*show)(struct mapped_device *md, char *p); 16 ssize_t (*store)(struct mapped_device *md, const char *p, size_t count); 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() [all …]
|
H A D | dm-ima.h | 59 void dm_ima_reset_data(struct mapped_device *md); 61 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap); 62 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all); 63 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map); 64 void dm_ima_measure_on_device_rename(struct mapped_device *md); 68 static inline void dm_ima_reset_data(struct mapped_device *md) {} in dm_ima_reset_data() argument 70 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} in dm_ima_measure_on_device_resume() argument 71 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} in dm_ima_measure_on_device_remove() argument 72 static inline void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) {} in dm_ima_measure_on_table_clear() argument 73 static inline void dm_ima_measure_on_device_rename(struct mapped_device *md) {} in dm_ima_measure_on_device_rename() argument
|
H A D | raid0.c | 18 #include "md.h" 42 pr_debug("md: RAID0 configuration for %s - %d zone%s\n", in dump_zones() 52 pr_debug("md: zone%d=[%s]\n", j, line); in dump_zones() 77 pr_debug("md/raid0:%s: looking at %pg\n", in create_strip_zones() 91 pr_debug("md/raid0:%s: comparing %pg(%llu)" in create_strip_zones() 99 pr_debug("md/raid0:%s: END\n", in create_strip_zones() 108 pr_debug("md/raid0:%s: EQUAL\n", in create_strip_zones() 113 pr_debug("md/raid0:%s: NOT EQUAL\n", in create_strip_zones() 117 pr_debug("md/raid0:%s: ==> UNIQUE\n", in create_strip_zones() 120 pr_debug("md/raid0:%s: %d zones\n", in create_strip_zones() [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 89 ctl = md->fsm_ctl; in t7xx_pci_mhccif_isr() 92 "MHCCIF interrupt received before initializing MD monitor\n"); in t7xx_pci_mhccif_isr() 96 spin_lock_bh(&md->exp_lock); in t7xx_pci_mhccif_isr() 98 md->exp_id |= int_sta; in t7xx_pci_mhccif_isr() 99 if (md->exp_id & D2H_INT_EXCEPTION_INIT) { in t7xx_pci_mhccif_isr() 104 md->exp_id &= ~D2H_INT_EXCEPTION_INIT; in t7xx_pci_mhccif_isr() 107 } else if (md->exp_id & D2H_INT_PORT_ENUM) { in t7xx_pci_mhccif_isr() 108 md->exp_id &= ~D2H_INT_PORT_ENUM; in t7xx_pci_mhccif_isr() 115 if ((md->exp_id & D2H_INT_ASYNC_MD_HK) && !(mask & D2H_INT_ASYNC_MD_HK)) { in t7xx_pci_mhccif_isr() [all …]
|
H A D | t7xx_state_monitor.c | 54 20000000, false, IREG_BASE(md->t7xx_dev) + \ 57 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_register() argument 59 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; 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() argument 70 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_unregister() 81 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify() argument 83 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in fsm_state_notify() 103 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state); in t7xx_fsm_broadcast_state() 104 fsm_state_notify(ctl->md, state); in t7xx_fsm_broadcast_state() 132 struct device *dev = &ctl->md->t7xx_dev->pdev->dev; in fsm_flush_event_cmd_qs() [all …]
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dump.c | 24 #define MD(x) (1 << (x)) macro 34 {"LmMnSCBPTR", 0x20, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) }, 35 {"LmMnDDBPTR", 0x22, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) }, 43 {"LmMnDMAERRS", 0x46, 8, MD(0)|MD(1) }, 44 {"LmMnSGDMAERRS", 0x47, 8, MD(0)|MD(1) }, 45 {"LmMnEXPHDRP", 0x48, 8, MD(0) }, 46 {"LmMnSASAALIGN", 0x48, 8, MD(1) }, 47 {"LmMnMSKHDRP", 0x49, 8, MD(0) }, 48 {"LmMnSTPALIGN", 0x49, 8, MD(1) }, 49 {"LmMnRCVHDRP", 0x4A, 8, MD(0) }, [all …]
|
/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() argument 27 const char *name = clk_hw_get_name(&md->clkr.hw); in mux_div_set_src_div() 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() 59 static void mux_div_get_src_div(struct clk_regmap_mux_div *md, u32 *src, in mux_div_get_src_div() argument 63 const char *name = clk_hw_get_name(&md->clkr.hw); in mux_div_get_src_div() [all …]
|
/linux/drivers/soundwire/ |
H A D | master.c | 42 struct sdw_master_device *md = dev_to_sdw_master_device(dev); \ 43 return sprintf(buf, format_string, md->bus->prop.field); \ 59 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in clock_frequencies_show() local 63 for (i = 0; i < md->bus->prop.num_clk_freq; i++) in clock_frequencies_show() 65 md->bus->prop.clk_freq[i]); in clock_frequencies_show() 75 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in clock_gears_show() local 79 for (i = 0; i < md->bus->prop.num_clk_gears; i++) in clock_gears_show() 81 md->bus->prop.clk_gears[i]); in clock_gears_show() 105 struct sdw_master_device *md = dev_to_sdw_master_device(dev); in sdw_master_device_release() local 107 kfree(md); in sdw_master_device_release() [all …]
|
/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 123 struct mport_dev *md; member 187 * @md master port character device object 199 struct mport_dev *md; member 263 struct rio_mport *mport = priv->md->mport; in rio_mport_maint_rd() 308 struct rio_mport *mport = priv->md->mport; in rio_mport_maint_wr() 361 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping() argument 365 struct rio_mport *mport = md->mport; in rio_mport_create_outbound_mapping() 385 map->md = md; in rio_mport_create_outbound_mapping() 387 list_add_tail(&map->node, &md->mappings); in rio_mport_create_outbound_mapping() 395 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping() argument [all …]
|
/linux/arch/x86/platform/efi/ |
H A D | memmap.c | 116 * @md: EFI memory descriptor to split 122 int __init efi_memmap_split_count(efi_memory_desc_t *md, struct range *range) in efi_memmap_split_count() argument 128 start = md->phys_addr; in efi_memmap_split_count() 129 end = start + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_memmap_split_count() 166 efi_memory_desc_t *md; in efi_memmap_insert() local 192 md = new; in efi_memmap_insert() 193 start = md->phys_addr; in efi_memmap_insert() 194 end = md->phys_addr + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_memmap_insert() 197 md->attribute |= m_attr; in efi_memmap_insert() 202 md->attribute |= m_attr; in efi_memmap_insert() [all …]
|
H A D | efi_32.c | 36 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() argument 42 start_pfn = PFN_DOWN(md->phys_addr); in efi_map_region() 43 size = md->num_pages << PAGE_SHIFT; in efi_map_region() 44 end = md->phys_addr + size; in efi_map_region() 48 va = __va(md->phys_addr); in efi_map_region() 50 if (!(md->attribute & EFI_MEMORY_WB)) in efi_map_region() 51 set_memory_uc((unsigned long)va, md->num_pages); in efi_map_region() 53 va = ioremap_cache(md->phys_addr, size); in efi_map_region() 56 md->virt_addr = (unsigned long)va; in efi_map_region() 58 pr_err("ioremap of 0x%llX failed!\n", md->phys_addr); in efi_map_region() [all …]
|
/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() argument 21 u64 attr = md->attribute; in efimem_to_pgprot_map() 22 u32 type = md->type; in efimem_to_pgprot_map() 46 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() argument 48 pgprot_t prot = __pgprot(pgprot_val(efimem_to_pgprot_map(md)) & in efi_create_mapping() 53 for (i = 0; i < md->num_pages; i++) in efi_create_mapping() 54 create_pgd_mapping(mm->pgd, md->virt_addr + i * PAGE_SIZE, 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() [all …]
|
/linux/Documentation/driver-api/md/ |
H A D | raid5-cache.rst | 13 echo "write-back" > /sys/block/md0/md/journal_mode 17 echo "write-through" > /sys/block/md0/md/journal_mode 29 unclean shutdown. We call an array degraded if it has inconsistent data. MD 36 two-step write will guarantee MD can recover correct data after unclean 39 In write-through mode, MD reports IO completion to upper layer (usually 53 write. For non-full-stripe writes, MD must read old data before the new parity 61 In write-back mode, MD reports IO completion to upper layer (usually 66 In write-back mode, MD also caches data in memory. The memory cache includes 71 echo "2048" > /sys/block/md0/md/stripe_cache_size 85 checksum is an optimization because MD can write meta and data freely without [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() argument 25 if (md->type != EFI_CONVENTIONAL_MEMORY) in get_entry_num_slots() 28 if (md->attribute & EFI_MEMORY_HOT_PLUGGABLE) in get_entry_num_slots() 32 (md->attribute & EFI_MEMORY_SP)) in get_entry_num_slots() 35 region_end = min(md->phys_addr + md->num_pages * EFI_PAGE_SIZE - 1, in get_entry_num_slots() 40 first_slot = round_up(max(md->phys_addr, alloc_min), align); in get_entry_num_slots() 55 #define MD_NUM_SLOTS(md) ((md)->virt_addr) argument 82 efi_memory_desc_t *md = (void *)map->map + map_offset; in efi_random_alloc() local 85 slots = get_entry_num_slots(md, size, ilog2(align), alloc_min, in efi_random_alloc() 87 MD_NUM_SLOTS(md) = slots; in efi_random_alloc() [all …]
|
/linux/drivers/mmc/core/ |
H A D | block.c | 202 * @md: parent MMC block device 211 struct mmc_blk_data *md; member 233 struct mmc_blk_data *md; in mmc_blk_get() local 236 md = disk->private_data; in mmc_blk_get() 237 if (md && !kref_get_unless_zero(&md->kref)) in mmc_blk_get() 238 md = NULL; in mmc_blk_get() 241 return md; in mmc_blk_get() 252 struct mmc_blk_data *md = container_of(ref, struct mmc_blk_data, kref); in mmc_blk_kref_release() local 255 devidx = mmc_get_devidx(md->disk); in mmc_blk_kref_release() 259 md->disk->private_data = NULL; in mmc_blk_kref_release() [all …]
|
/linux/tools/thermal/lib/ |
H A D | mainloop.c | 26 struct mainloop_data *md; in mainloop() local 45 md = events[i].data.ptr; in mainloop() 47 if (md->cb(md->fd, md->data) > 0) in mainloop() 59 struct mainloop_data *md; in mainloop_add() local 61 md = malloc(sizeof(*md)); in mainloop_add() 62 if (!md) in mainloop_add() 65 md->data = data; in mainloop_add() 66 md->cb = cb; in mainloop_add() 67 md->fd = fd; in mainloop_add() 69 ev.data.ptr = md; in mainloop_add() [all …]
|
/linux/drivers/firmware/efi/ |
H A D | efi-init.c | 27 static int __init is_memory(efi_memory_desc_t *md) in is_memory() argument 29 if (md->attribute & (EFI_MEMORY_WB|EFI_MEMORY_WT|EFI_MEMORY_WC)) in is_memory() 41 efi_memory_desc_t *md; in efi_to_phys() local 43 for_each_efi_memory_desc(md) { in efi_to_phys() 44 if (!(md->attribute & EFI_MEMORY_RUNTIME)) 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() 136 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() argument [all …]
|
/linux/arch/arm/kernel/ |
H A D | efi.c | 16 efi_memory_desc_t *md = data; in set_permissions() local 19 if (md->attribute & EFI_MEMORY_RO) in set_permissions() 21 if (md->attribute & EFI_MEMORY_XP) in set_permissions() 28 efi_memory_desc_t *md, in efi_set_mapping_permissions() argument 33 base = md->virt_addr; in efi_set_mapping_permissions() 34 size = md->num_pages << EFI_PAGE_SHIFT; in efi_set_mapping_permissions() 44 return apply_to_page_range(mm, base, size, set_permissions, 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() argument 52 .virtual = md->virt_addr, in efi_create_mapping() 53 .pfn = __phys_to_pfn(md->phys_addr), in efi_create_mapping() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tunnel_kern.c | 163 struct erspan_metadata md; in erspan_set_tunnel() local 179 __builtin_memset(&md, 0, sizeof(md)); in erspan_set_tunnel() 181 md.version = 1; in erspan_set_tunnel() 182 md.u.index = bpf_htonl(123); in erspan_set_tunnel() 187 md.version = 2; in erspan_set_tunnel() 188 BPF_CORE_WRITE_BITFIELD(&md.u.md2, dir, direction); in erspan_set_tunnel() 189 BPF_CORE_WRITE_BITFIELD(&md.u.md2, hwid, (hwid & 0xf)); in erspan_set_tunnel() 190 BPF_CORE_WRITE_BITFIELD(&md.u.md2, hwid_upper, (hwid >> 4) & 0x3); in erspan_set_tunnel() 193 ret = bpf_skb_set_tunnel_opt(skb, &md, sizeof(md)); in erspan_set_tunnel() 206 struct erspan_metadata md; in erspan_get_tunnel() local [all …]
|
/linux/tools/perf/util/ |
H A D | mmap.c | 319 int perf_mmap__push(struct mmap *md, void *to, in perf_mmap__push() argument 322 u64 head = perf_mmap__read_head(&md->core); in perf_mmap__push() 323 unsigned char *data = md->core.base + page_size; in perf_mmap__push() 328 rc = perf_mmap__read_init(&md->core); in perf_mmap__push() 332 size = md->core.end - md->core.start; in perf_mmap__push() 334 if ((md->core.start & md->core.mask) + size != (md->core.end & md->core.mask)) { in perf_mmap__push() 335 buf = &data[md->core.start & md->core.mask]; in perf_mmap__push() 336 size = md->core.mask + 1 - (md->core.start & md->core.mask); in perf_mmap__push() 337 md->core.start += size; in perf_mmap__push() 339 if (push(md, to, buf, size) < 0) { in perf_mmap__push() [all …]
|
/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() argument 136 return (int*)((char*)(md->primary_head) + maven_controls[idx].control); in get_ctrl_ptr() 340 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker() argument 343 df = (md->version == MGATVO_B?0x40:0x00); in maven_compute_deflicker() 344 switch (md->primary_head->altout.tvo_params.deflicker) { in maven_compute_deflicker() 358 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel() argument 360 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN; in maven_compute_bwlevel() 361 const int c = md->primary_head->altout.tvo_params.contrast; in maven_compute_bwlevel() 367 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma() argument 368 return maven_gamma + md->primary_head->altout.tvo_params.gamma; in maven_compute_gamma() [all …]
|
/linux/drivers/w1/ |
H A D | w1.c | 68 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 70 dev_dbg(dev, "%s: Releasing %s.\n", __func__, md->name); in w1_master_release() 71 memset(md, 0, sizeof(struct w1_master) + sizeof(struct w1_bus_master)); in w1_master_release() 72 kfree(md); in w1_master_release() 206 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 209 mutex_lock(&md->mutex); in w1_master_attribute_show_name() 210 count = sprintf(buf, "%s\n", md->name); in w1_master_attribute_show_name() 211 mutex_unlock(&md->mutex); in w1_master_attribute_show_name() 221 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 228 mutex_lock(&md in w1_master_attribute_store_search() 242 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_search() local 257 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_store_pullup() local 275 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_pullup() local 287 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_pointer() local 311 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_store_max_slave_count() local 327 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_max_slave_count() local 338 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_attempts() local 349 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_slave_count() local 361 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_show_slaves() local 453 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_store_add() local 491 struct w1_master *md = dev_to_w1_master(dev); w1_master_attribute_store_remove() local 572 const struct w1_master *md = NULL; w1_uevent() local [all...] |