Searched refs:self (Results 1 - 25 of 147) sorted by relevance

123456

/arch/mn10300/include/asm/
H A Dkprobes.h43 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/avr32/include/asm/
H A Dkprobes.h44 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/alpha/kernel/
H A Dsys_miata.c208 else if ((PCI_SLOT(dev->bus->self->devfn) == 8) ||
209 (PCI_SLOT(dev->bus->self->devfn) == 20)) {
216 if ((PCI_SLOT(dev->bus->self->devfn) == 8) ||
217 (PCI_SLOT(dev->bus->self->devfn) == 20)) {
224 dev = dev->bus->self;
227 } while (dev->bus->self);
H A Dsys_noritake.c233 else if (PCI_SLOT(dev->bus->self->devfn) == 8) {
240 if (PCI_SLOT(dev->bus->self->devfn) == 8) {
247 dev = dev->bus->self;
250 } while (dev->bus->self);
H A Dsys_ruffian.c151 else if (PCI_SLOT(dev->bus->self->devfn) == 13) {
158 if (PCI_SLOT(dev->bus->self->devfn) == 13) {
165 dev = dev->bus->self;
168 } while (dev->bus->self);
H A Dsys_eiger.c182 while (dev->bus->self) {
185 && (PCI_SLOT(dev->bus->self->devfn)
194 dev = dev->bus->self;
H A Dsys_takara.c183 unsigned int busslot = PCI_SLOT(dev->bus->self->devfn);
221 if (!dev->bus->self)
224 busslot = PCI_SLOT(dev->bus->self->devfn);
H A Dsys_nautilus.c76 dev->bus->self && dev->bus->self->device == 0x700f)
214 bus->self = irongate;
252 /* pci_common_swizzle() relies on bus->self being NULL
254 bus->self = NULL;
H A Dsys_sable.c416 else if (PCI_SLOT(dev->bus->self->devfn) == 3) {
423 if (PCI_SLOT(dev->bus->self->devfn) == 3) {
430 dev = dev->bus->self;
433 } while (dev->bus->self);
/arch/arc/include/asm/
H A Dkprobes.h36 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/include/asm/
H A Dkprobes.h51 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/s390/include/asm/
H A Duprobes.h37 int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val,
/arch/arm/kernel/
H A Dthumbee.c42 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) argument
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) argument
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) argument
H A Dpj4-cp0.c22 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) argument
/arch/ia64/pci/
H A Dfixup.c44 bridge = bus->self;
/arch/mips/include/asm/
H A Dkprobes.h94 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/mips/kernel/
H A Dpm.c64 * @self: Notifier block.
71 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd, argument
/arch/sh/include/asm/
H A Dkprobes.h49 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/sparc/include/asm/
H A Dkprobes.h46 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/tile/include/asm/
H A Dkprobes.h76 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/mach-prima2/
H A Dsleep.S40 @ read the MEM ctl register and set the self
47 @ the RAM is going to self refresh mode
/arch/arm/mach-pxa/
H A 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/powerpc/sysdev/
H A Dmpic_u3msi.c72 for (bus = pdev->bus; bus && bus->self; bus = bus->parent) {
73 pos = pci_find_ht_capability(bus->self, HT_CAPTYPE_MSI_MAPPING);
75 return read_ht_magic_addr(bus->self, pos);
/arch/arm/mach-omap2/
H A Dsleep24xx.S73 orr r4, r4, #0x40 @ enable self refresh on idle req
83 /* The DPLL has to be on before we take the DDR out of self refresh */
84 bic r4, r4, #0x40 @ now clear self refresh bit.

Completed in 626 milliseconds

123456