Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 124) sorted by relevance

12345

/arch/alpha/kernel/
Dsys_miata.c210 else if ((PCI_SLOT(dev->bus->self->devfn) == 8) || in miata_swizzle()
211 (PCI_SLOT(dev->bus->self->devfn) == 20)) { in miata_swizzle()
218 if ((PCI_SLOT(dev->bus->self->devfn) == 8) || in miata_swizzle()
219 (PCI_SLOT(dev->bus->self->devfn) == 20)) { in miata_swizzle()
226 dev = dev->bus->self; in miata_swizzle()
229 } while (dev->bus->self); in miata_swizzle()
Dsys_ruffian.c152 else if (PCI_SLOT(dev->bus->self->devfn) == 13) { in ruffian_swizzle()
159 if (PCI_SLOT(dev->bus->self->devfn) == 13) { in ruffian_swizzle()
166 dev = dev->bus->self; in ruffian_swizzle()
169 } while (dev->bus->self); in ruffian_swizzle()
Dsys_noritake.c233 else if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle()
240 if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle()
247 dev = dev->bus->self; in noritake_swizzle()
250 } while (dev->bus->self); in noritake_swizzle()
Dsys_eiger.c181 while (dev->bus->self) { in eiger_swizzle()
184 && (PCI_SLOT(dev->bus->self->devfn) in eiger_swizzle()
193 dev = dev->bus->self; in eiger_swizzle()
Dsys_takara.c183 unsigned int busslot = PCI_SLOT(dev->bus->self->devfn); in takara_map_irq_srm()
221 if (!dev->bus->self) in takara_swizzle()
224 busslot = PCI_SLOT(dev->bus->self->devfn); in takara_swizzle()
Dsys_sable.c416 else if (PCI_SLOT(dev->bus->self->devfn) == 3) { in lynx_swizzle()
423 if (PCI_SLOT(dev->bus->self->devfn) == 3) { in lynx_swizzle()
430 dev = dev->bus->self; in lynx_swizzle()
433 } while (dev->bus->self); in lynx_swizzle()
Dsys_dp264.c436 else if (hose->index == 1 && PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
443 PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
450 dev = dev->bus->self; in monet_swizzle()
453 } while (dev->bus->self); in monet_swizzle()
/arch/powerpc/kernel/
Dpci_64.c94 if (bus->self) { in pcibios_unmap_io_space()
100 pci_name(bus->self)); in pcibios_unmap_io_space()
202 if (bus->self) { in pcibios_map_io_space()
204 pci_name(bus->self)); in pcibios_map_io_space()
/arch/arm/mach-pxa/
Dsleep.S58 @ enable SDRAM self-refresh mode
99 @ enable SDRAM self-refresh mode
159 @ external accesses after SDRAM is put in self-refresh mode
160 @ (see Errata 38 ...hangs when entering self-refresh mode)
165 @ put SDRAM into self-refresh
/arch/arm/kernel/
Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() argument
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
Dthumbee.c30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) in thumbee_notifier() argument
/arch/powerpc/sysdev/
Dmpic_u3msi.c66 for (bus = pdev->bus; bus && bus->self; bus = bus->parent) { in find_ht_magic_addr()
67 pos = pci_find_ht_capability(bus->self, HT_CAPTYPE_MSI_MAPPING); in find_ht_magic_addr()
69 return read_ht_magic_addr(bus->self, pos); in find_ht_magic_addr()
/arch/arm/mach-omap2/
Dsleep24xx.S59 orr r4, r4, #0x40 @ enable self refresh on idle req
70 bic r4, r4, #0x40 @ now clear self refresh bit.
/arch/arm/mach-socfpga/
DMakefile8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
/arch/arm64/include/asm/
Dkprobes.h40 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arc/include/asm/
Dkprobes.h35 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/sh/include/asm/
Dkprobes.h49 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/mips/kernel/
Dpm.c67 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd, in mips_pm_notifier() argument
/arch/mips/pci/
Dpci-xlp.c190 return (p && p->parent) ? bus->self : NULL; in xlp_get_pcie_link()
196 return p ? bus->self : NULL; in xlp_get_pcie_link()
203 return PCI_FUNC(lnkdev->bus->self->devfn); in xlp_socdev_to_node()
/arch/mips/include/asm/
Dkprobes.h74 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/sparc/include/asm/
Duprobes.h44 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data…
Dkprobes.h50 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/s390/include/asm/
Dkprobes.h76 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/mach-tegra/
Dirq.c46 static int tegra_gic_notifier(struct notifier_block *self, in tegra_gic_notifier() argument
/arch/ia64/pci/
Dfixup.c44 bridge = bus->self; in pci_fixup_video()

12345