/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | sfi.c | 79 struct sfi_timer_table_entry *pentry; in sfi_parse_mtmr() local 87 pentry = (struct sfi_timer_table_entry *) sb->pentry; in sfi_parse_mtmr() 88 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr() 89 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr() 93 pentry = sfi_mtimer_array; in sfi_parse_mtmr() 94 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr() 96 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr() 97 pentry->freq_hz, pentry->irq); in sfi_parse_mtmr() 103 mp_irq.srcbusirq = pentry->irq; /* IRQ */ in sfi_parse_mtmr() 105 mp_irq.dstirq = pentry->irq; in sfi_parse_mtmr() [all …]
|
/linux-4.4.14/arch/x86/platform/sfi/ |
D | sfi.c | 55 struct sfi_cpu_table_entry *pentry; in sfi_parse_cpus() local 61 pentry = (struct sfi_cpu_table_entry *)sb->pentry; in sfi_parse_cpus() 64 mp_sfi_register_lapic(pentry->apic_id); in sfi_parse_cpus() 65 pentry++; in sfi_parse_cpus() 78 struct sfi_apic_table_entry *pentry; in sfi_parse_ioapic() local 87 pentry = (struct sfi_apic_table_entry *)sb->pentry; in sfi_parse_ioapic() 90 mp_register_ioapic(i, pentry->phys_addr, gsi_top, &cfg); in sfi_parse_ioapic() 91 pentry++; in sfi_parse_ioapic()
|
/linux-4.4.14/arch/x86/platform/intel-mid/device_libs/ |
D | platform_ipc.c | 21 void __init ipc_device_handler(struct sfi_device_table_entry *pentry, in ipc_device_handler() argument 32 pentry->name, pentry->irq); in ipc_device_handler() 39 pdata = dev->get_platform_data(pentry); in ipc_device_handler() 48 pdev = platform_device_alloc(pentry->name, 0); in ipc_device_handler() 51 pentry->name); in ipc_device_handler() 54 res.start = pentry->irq; in ipc_device_handler()
|
D | platform_ipc.h | 16 ipc_device_handler(struct sfi_device_table_entry *pentry, struct devs_id *dev);
|
/linux-4.4.14/drivers/cpufreq/ |
D | sfi-cpufreq.c | 34 struct sfi_freq_table_entry *pentry; in sfi_parse_freq() local 45 pentry = (struct sfi_freq_table_entry *)sb->pentry; in sfi_parse_freq() 46 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq() 48 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
|
/linux-4.4.14/kernel/ |
D | padata.c | 978 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local 982 pentry = attr2pentry(attr); in padata_sysfs_show() 983 if (pentry->show) in padata_sysfs_show() 984 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show() 993 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local 997 pentry = attr2pentry(attr); in padata_sysfs_store() 998 if (pentry->show) in padata_sysfs_store() 999 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | setup.c | 81 struct bfin_memmap_entry *pentry; /* pointer to original entry */ member 367 change_point[chgidx++]->pentry = &map[i]; in sanitize_memmap() 369 change_point[chgidx++]->pentry = &map[i]; in sanitize_memmap() 383 (change_point[i]->addr == change_point[i]->pentry->addr) && in sanitize_memmap() 384 (change_point[i-1]->addr != change_point[i-1]->pentry->addr)) in sanitize_memmap() 402 if (change_point[chgidx]->addr == change_point[chgidx]->pentry->addr) { in sanitize_memmap() 404 overlap_list[overlap_entries++] = change_point[chgidx]->pentry; in sanitize_memmap() 408 if (overlap_list[i] == change_point[chgidx]->pentry) in sanitize_memmap()
|
/linux-4.4.14/drivers/sfi/ |
D | sfi_core.c | 266 th = sfi_check_table(syst_va->pentry[i], key); in sfi_get_table() 323 ret = sfi_check_table(syst_va->pentry[i], &key); in sfi_parse_syst() 475 sfi_sysfs_install_table(syst_va->pentry[i]); in sfi_sysfs_init()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500.c | 33 struct id **pentry; member 83 entry->pentry = this_cpu_ptr(&pcpu_sids.entry[sid]); in local_sid_setup_one() 112 entry->pentry == this_cpu_ptr(&pcpu_sids.entry[entry->val])) in local_sid_lookup() 174 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 75 struct ctl_table **pentry, struct nsproxy *namespaces); 360 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument 374 *pentry = entry; in first_entry() 377 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument 380 struct ctl_table *entry = *pentry; in next_entry() 394 *pentry = entry; in next_entry() 978 struct ctl_table **pentry, struct nsproxy *namespaces) in sysctl_follow_link() argument 989 root = (*pentry)->data; in sysctl_follow_link() 995 const char *procname = (*pentry)->procname; in sysctl_follow_link() 1002 *pentry = entry; in sysctl_follow_link()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | intel-mid.h | 36 void (*device_handler)(struct sfi_device_table_entry *pentry,
|
/linux-4.4.14/net/bluetooth/ |
D | 6lowpan.c | 552 struct lowpan_peer *pentry; in send_mcast_pkt() local 560 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt() 567 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt() 568 &pentry->peer_addr, pentry->chan); in send_mcast_pkt() 569 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
|
/linux-4.4.14/include/linux/ |
D | sfi.h | 106 u64 pentry[1]; member
|
/linux-4.4.14/net/bridge/ |
D | br_mdb.c | 343 struct net_device **pdev, struct br_mdb_entry **pentry) in br_mdb_parse() argument 387 *pentry = entry; in br_mdb_parse()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 2434 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local 2444 pentry = pque->qe[index].address; in lpfc_idiag_queacc_read_qe() 2447 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe() 2448 pentry++; in lpfc_idiag_queacc_read_qe() 2561 uint32_t *pentry; in lpfc_idiag_queacc_write() local 2753 pentry = pque->qe[index].address; in lpfc_idiag_queacc_write() 2754 pentry += offset; in lpfc_idiag_queacc_write() 2756 *pentry = value; in lpfc_idiag_queacc_write() 2758 *pentry |= value; in lpfc_idiag_queacc_write() 2760 *pentry &= ~value; in lpfc_idiag_queacc_write()
|
/linux-4.4.14/fs/ext4/ |
D | xattr.c | 247 ext4_xattr_find_entry(struct ext4_xattr_entry **pentry, int name_index, in ext4_xattr_find_entry() argument 257 entry = *pentry; in ext4_xattr_find_entry() 267 *pentry = entry; in ext4_xattr_find_entry()
|