Searched refs:self (Results 1 - 25 of 645) sorted by path

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dthumbee.c30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) argument
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S59 orr r4, r4, #0x40 @ enable self refresh on idle req
69 /* The DPLL has to be on before we take the DDR out of self refresh */
70 bic r4, r4, #0x40 @ now clear self refresh bit.
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c176 static int am200_fb_notifier_callback(struct notifier_block *self, argument
/linux-master/arch/arm/mach-socfpga/
H A DMakefile8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) argument
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c173 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) argument
/linux-master/arch/mips/kernel/
H A Dpm.c60 * @self: Notifier block.
67 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd, argument
/linux-master/arch/sparc/include/asm/
H A Duprobes.h44 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data);
/linux-master/arch/sparc/kernel/
H A Duprobes.c262 int arch_uprobe_exception_notify(struct notifier_block *self, argument
/linux-master/drivers/infiniband/hw/hfi1/
H A Daspm.c25 struct pci_dev *parent = dd->pcidev->bus->self;
59 struct pci_dev *parent = dd->pcidev->bus->self;
79 struct pci_dev *parent = dd->pcidev->bus->self;
/linux-master/drivers/irqchip/
H A Dirq-vf610-mscm-ir.c66 static int vf610_mscm_ir_notifier(struct notifier_block *self, argument
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200.h296 void cw1200_core_release(struct cw1200_common *self);
H A Dhwbus.h20 int (*hwbus_memcpy_fromio)(struct hwbus_priv *self, unsigned int addr,
22 int (*hwbus_memcpy_toio)(struct hwbus_priv *self, unsigned int addr,
24 void (*lock)(struct hwbus_priv *self);
25 void (*unlock)(struct hwbus_priv *self);
26 size_t (*align_size)(struct hwbus_priv *self, size_t size);
27 int (*power_mgmt)(struct hwbus_priv *self, bool suspend);
/linux-master/drivers/usb/host/
H A Dehci-sysfs.c151 struct device *controller = ehci_to_hcd(ehci)->self.controller;
167 struct device *controller = ehci_to_hcd(ehci)->self.controller;
H A Dfhci-dbg.c83 struct device *dev = fhci_to_hcd(fhci)->self.controller;
H A Dohci-mem.c47 ohci_to_hcd(ohci)->self.controller,
54 ohci_to_hcd(ohci)->self.controller,
H A Duhci-debug.c406 uhci_to_hcd(uhci)->self.bandwidth_int_reqs,
407 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs);
H A Duhci-hub.c119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port);
172 &uhci_to_hcd(uhci)->self, port);
H A Duhci-q.c669 uhci_to_hcd(uhci)->self.bandwidth_allocated =
673 ++uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
677 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
702 uhci_to_hcd(uhci)->self.bandwidth_allocated =
706 --uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
710 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
/linux-master/drivers/usb/usbip/
H A Dvhci.h156 return (hcd)->self.controller;
161 return (hcd)->self.bus_name;
/linux-master/drivers/xen/xen-pciback/
H A Dpassthrough.c134 dev = dev_entry->dev->bus->self;
135 for (; !found && dev != NULL; dev = dev->bus->self) {
/linux-master/fs/hpfs/
H A Dalloc.c450 d->self = cpu_to_le32(*dno);
482 a->self = cpu_to_le32(*ano);
H A Ddnode.c18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i;
22 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1;
144 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self));
150 le32_to_cpu(d->self), de_down_pointer(de));
154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self));
161 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self));
183 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self));
208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self));
219 dnode_secno dno = le32_to_cpu(d->self);
H A Dmap.c231 if (le32_to_cpu(anode->self) != ano) {
232 hpfs_error(s, "self pointer invalid on anode %08x", ano);
276 if (le32_to_cpu(dnode->self) != secno)
277 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self));
/linux-master/fs/jfs/
H A Djfs_dtree.h194 pxd_t self; /* 8: self pxd */ member in struct:__anon1212::__anon1213

Completed in 276 milliseconds

1234567891011>>