Searched refs:self (Results 351 - 375 of 664) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dcgroup.h351 css_get(&cgrp->self);
356 return css_tryget(&cgrp->self);
361 css_put(&cgrp->self);
495 struct cgroup_subsys_state *parent_css = cgrp->self.parent;
498 return container_of(parent_css, struct cgroup, self);
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c936 struct pci_dev *dev = bus->self;
1003 struct pci_dev *dev = bus->self;
1008 if (i >= 3 && bus->self->transparent)
1039 if (bus->self != NULL)
1240 pr = pci_find_parent_resource(bus->self, res);
1251 bus->self ? pci_name(bus->self) : "PHB", bus->number,
1255 struct pci_dev *dev = bus->self;
1493 if (bus->self)
1494 pci_assign_unassigned_bridge_resources(bus->self);
[all...]
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c642 dev_err(hcd->self.controller, "%s: Invalid pointer: %08x\n",
740 dev_err(hcd->self.controller, "Scratch test failed. 0x%08x\n",
1174 dev_dbg(hcd->self.controller, "%s: No slot "
1284 dev_dbg(hcd->self.controller, "%s: underrun "
1290 dev_dbg(hcd->self.controller, "%s: transaction "
1297 dev_dbg(hcd->self.controller, "%s: babble "
1324 dev_dbg(hcd->self.controller, "%s: ptd error:\n"
1336 dev_dbg(hcd->self.controller, "PID error; reloading ptd\n");
1471 dev_err(hcd->self.controller,
1599 dev_info(hcd->self
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-mem.c38 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
384 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
468 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
538 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
563 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
603 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
813 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
1626 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
1690 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
1714 struct device *dev = xhci_to_hcd(xhci)->self
[all...]
H A Dxhci.c233 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller));
255 struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
674 usb_disable_xhci_ports(to_pci_dev(hcd->self.sysdev));
678 __func__, hcd->self.busnum);
843 rhub->hcd->self.busnum, i + 1, portsc, t2);
916 __func__, hcd->self.busnum);
1089 usb_root_hub_lost_power(xhci->main_hcd->self.root_hub);
1091 usb_root_hub_lost_power(xhci->shared_hcd->self.root_hub);
1191 usb_asmedia_modifyflowcontrol(to_pci_dev(hcd->self.controller));
1195 __func__, hcd->self
[all...]
H A Dohci-sa1111.c242 device_wakeup_enable(hcd->self.controller);
H A Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller);
H A Dehci-sched.c577 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period
956 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++;
1078 ehci_to_hcd(ehci)->self.root_hub))
1756 ehci_to_hcd(ehci)->self.bandwidth_allocated
1759 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
1764 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
1886 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
1887 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
1893 ehci_to_hcd(ehci)->self
[all...]
H A Dehci-sh.c130 device_wakeup_enable(hcd->self.controller);
/linux-master/fs/hpfs/
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/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1762 u32 hw_atl_sem_ram_get(struct aq_hw_s *self) argument
1764 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RAM);
1767 u32 hw_atl_sem_mdio_get(struct aq_hw_s *self) argument
1769 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_MDIO);
1772 u32 hw_atl_sem_reset1_get(struct aq_hw_s *self) argument
1774 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RESET1);
1777 u32 hw_atl_sem_reset2_get(struct aq_hw_s *self) argument
1779 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RESET2);
1788 u32 hw_atl_scrpad12_get(struct aq_hw_s *self) argument
1790 return hw_atl_scrpad_get(self,
1793 hw_atl_scrpad25_get(struct aq_hw_s *self) argument
[all...]
/linux-master/fs/omfs/
H A Ddir.c315 /* sanity check block's self pointer */
337 u64 self; local
349 self = fsblock;
363 self, d_type)) {
/linux-master/drivers/pci/
H A Dsetup-res.c319 if (!bus->parent || !bus->self->transparent)
469 if (dev->bus->self) {
470 ret = pci_reassign_bridge_resources(dev->bus->self, res->flags);
/linux-master/drivers/bus/
H A Dbrcmstb_gisb.c364 static int dump_gisb_error(struct notifier_block *self, unsigned long v,
375 static int dump_gisb_error(struct notifier_block *self, unsigned long v, argument
381 if (self == &gisb_die_notifier)
/linux-master/kernel/cgroup/
H A Dcgroup.c109 * Protects cgroup_file->kn for !self csses. It synchronizes notifications
479 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
494 return &cgrp->self;
500 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
503 * as the matching css of the nearest ancestor including self which has @ss
513 return &cgrp->self;
534 * defined as the matching css of the nearest ancestor including self which
566 * defined as the matching css of the nearest ancestor including self which
652 return &cgrp->self;
697 list_for_each_entry((child), &(cgrp)->self
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.h194 pxd_t self; /* 8: self pxd */ member in struct:__anon1212::__anon1213
/linux-master/arch/mips/pci/
H A Dfixup-sni.c143 dev = dev->bus->self;
/linux-master/arch/arm/probes/uprobes/
H A Dcore.c178 int arch_uprobe_exception_notify(struct notifier_block *self, argument
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160.h201 return bus_to_hcd(dev->udev->bus)->self.sysdev;
/linux-master/arch/arm64/kernel/probes/
H A Duprobes.c162 int arch_uprobe_exception_notify(struct notifier_block *self, argument
/linux-master/drivers/s390/char/
H A Dsclp_con.c226 static int sclp_console_notify(struct notifier_block *self, argument
/linux-master/arch/mips/kernel/
H A Duprobes.c154 int arch_uprobe_exception_notify(struct notifier_block *self, argument
/linux-master/sound/soc/sh/
H A Dsiu_dai.c547 int self, ret; local
554 self = PLAYBACK_ENABLED;
557 self = CAPTURE_ENABLED;
579 port_info->play_cap |= self;
/linux-master/arch/loongarch/kernel/
H A Duprobes.c117 int arch_uprobe_exception_notify(struct notifier_block *self, argument

Completed in 252 milliseconds

<<11121314151617181920>>