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

123456

/arch/avr32/include/asm/
H A Dkprobes.h30 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/mn10300/include/asm/
H A Dkprobes.h43 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/mach-pnx4008/
H A Dsleep.S4 * PNX4008 support for STOP mode and SDRAM self-refresh
48 @ clear SDRAM self-refresh bit latch
50 @ clear SDRAM self-refresh bit
57 @ set SDRAM self-refresh bit
61 @ set SDRAM self-refresh bit latch
65 @ clear SDRAM self-refresh bit latch
69 @ clear SDRAM self-refresh bit
73 @ wait for SDRAM to get into self-refresh mode
78 @ to prepare SDRAM to get out of self-refresh mode after wakeup
98 @ clear STOP mode and SDRAM self
[all...]
/arch/arm/mach-ixp2000/
H A Dixdp2400.c90 if(!dev->bus->self) {
101 if(dev->bus->self->devfn == IXDP2X00_PMC_DEVFN &&
102 dev->bus->parent->self->devfn == IXDP2X00_P2P_DEVFN &&
103 !dev->bus->parent->self->bus->parent)
109 if(dev->bus->self->devfn == IXDP2X00_P2P_DEVFN) {
H A Dixdp2800.c172 if(!dev->bus->self) {
182 if(dev->bus->self->devfn == IXDP2X00_PMC_DEVFN &&
183 dev->bus->parent->self->devfn == IXDP2X00_P2P_DEVFN &&
184 !dev->bus->parent->self->bus->parent)
190 if(dev->bus->self->devfn == IXDP2X00_P2P_DEVFN) {
/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);
/arch/sparc/include/asm/
H A Dkprobes.h46 extern int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/mach-integrator/
H A Dpci.c78 while (dev->bus->self) {
83 dev = dev->bus->self;
/arch/arm/include/asm/
H A Dkprobes.h62 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/arm/kernel/
H A Dpj4-cp0.c21 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) argument
H A Dthumbee.c41 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
/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/s390/include/asm/
H A Dkprobes.h82 int kprobe_exceptions_notify(struct notifier_block *self,
/arch/sh/include/asm/
H A Dkprobes.h49 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 39 ...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.S93 orr r4, r4, #0x40 @ enable self refresh on idle req
103 /* The DPLL has to be on before we take the DDR out of self refresh */
104 bic r4, r4, #0x40 @ now clear self refresh bit.
/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c205 bus->self ? pci_name(bus->self) : "root", flags, offset);
219 bus->self ? pci_name(bus->self) : "root", flags);
250 bus->self ? pci_name(bus->self) : "root", flags);
290 if (bus->self) {
327 if (bus->self) {
345 bus->self ? pci_name(bus->self)
1135 struct pci_dev *self = child->self; local
[all...]

Completed in 476 milliseconds

123456