Home
last modified time | relevance | path

Searched refs:self (Results 4626 - 4650 of 6519) sorted by relevance

1...<<181182183184185186187188189190>>...261

/kernel/linux/linux-6.6/arch/x86/pci/
H A Dfixup.c222 offset = quirk_aspm_offset[GET_INDEX(bus->self->device, devfn)]; in quirk_pcie_aspm_write()
324 bridge = bus->self; in pci_fixup_video()
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js145 const Type = self[what];
383 const Type = self[view];
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dmhchem.min.js1 !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof exports?e(require("katex")):e(t.katex);for(var o in n)("object"==typeof exports?exports:t)[o]=n[o]}}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]= (…)
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp32 FPCallbacks(Impl* self, in FPCallbacks() argument
38 : fSelf(self) in FPCallbacks()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c999 rp->header.self = *pxd; in xtSplitPage()
1025 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in xtSplitPage()
1261 rp->header.self = *pxd; in xtSplitRoot()
2432 xaddr = addressPXD(&fp->header.self); in xtDeleteUp()
2433 xlen = lengthPXD(&fp->header.self); in xtDeleteUp()
2480 xaddr = addressPXD(&p->header.self); in xtDeleteUp()
2761 * update the self address of the target page in xtRelocate()
2784 /* update the self address in the xtpage header */ in xtRelocate()
2785 pxd = &p->header.self; in xtRelocate()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c1351 struct device *dev = hcd->self.controller; in cvmx_usb_start_channel_control()
1963 struct device *dev = hcd->self.controller; in octeon_usb_urb_complete_callback()
2595 struct device *dev = hcd->self.controller; in cvmx_usb_poll_channel()
3068 struct device *dev = hcd->self.controller; in octeon_usb_urb_enqueue()
3269 struct device *dev = hcd->self.controller; in octeon_usb_endpoint_disable()
3303 struct device *dev = hcd->self.controller; in octeon_usb_hub_control()
3672 device_wakeup_enable(hcd->self.controller); in octeon_usb_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c1353 struct device *dev = hcd->self.controller; in cvmx_usb_start_channel_control()
1965 struct device *dev = hcd->self.controller; in octeon_usb_urb_complete_callback()
2598 struct device *dev = hcd->self.controller; in cvmx_usb_poll_channel()
3072 struct device *dev = hcd->self.controller; in octeon_usb_urb_enqueue()
3273 struct device *dev = hcd->self.controller; in octeon_usb_endpoint_disable()
3307 struct device *dev = hcd->self.controller; in octeon_usb_hub_control()
3676 device_wakeup_enable(hcd->self.controller); in octeon_usb_probe()
H A Dxhci.h2006 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2008 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2010 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2012 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2014 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c3967 if (pdev->bus && pdev->bus->self) { in mtip_fix_ero_nosnoop()
3968 if (pdev->bus->self->vendor == PCI_VENDOR_ID_ATI && in mtip_fix_ero_nosnoop()
3969 ((pdev->bus->self->device & 0xff00) == 0x5a00)) { in mtip_fix_ero_nosnoop()
3970 mtip_disable_link_opts(dd, pdev->bus->self); in mtip_fix_ero_nosnoop()
3973 struct pci_dev *parent_dev = pdev->bus->self; in mtip_fix_ero_nosnoop()
3976 parent_dev->bus->parent->self && in mtip_fix_ero_nosnoop()
3977 parent_dev->bus->parent->self->vendor == in mtip_fix_ero_nosnoop()
3979 (parent_dev->bus->parent->self->device & in mtip_fix_ero_nosnoop()
3982 parent_dev->bus->parent->self); in mtip_fix_ero_nosnoop()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c3663 if (pdev->bus && pdev->bus->self) { in mtip_fix_ero_nosnoop()
3664 if (pdev->bus->self->vendor == PCI_VENDOR_ID_ATI && in mtip_fix_ero_nosnoop()
3665 ((pdev->bus->self->device & 0xff00) == 0x5a00)) { in mtip_fix_ero_nosnoop()
3666 mtip_disable_link_opts(dd, pdev->bus->self); in mtip_fix_ero_nosnoop()
3669 struct pci_dev *parent_dev = pdev->bus->self; in mtip_fix_ero_nosnoop()
3672 parent_dev->bus->parent->self && in mtip_fix_ero_nosnoop()
3673 parent_dev->bus->parent->self->vendor == in mtip_fix_ero_nosnoop()
3675 (parent_dev->bus->parent->self->device & in mtip_fix_ero_nosnoop()
3678 parent_dev->bus->parent->self); in mtip_fix_ero_nosnoop()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp184 auto self = AceType::Claim(this); in MovePosition() local
195 auto itSelf = std::find(it, children.end(), self); in MovePosition()
200 children.remove(self); in MovePosition()
204 children.remove(self); in MovePosition()
206 children.insert(it, self); in MovePosition()
458 // Force mark self and all ancestors need layout. in MarkNeedLayout()
1677 // check self has transform effect. in GetDirtyRect()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1967 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1969 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1971 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1973 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1975 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
/third_party/skia/tests/
H A DImageTest.cpp133 RasterDataHolder* self = static_cast<RasterDataHolder*>(context); in Release() local
134 self->fReleaseCount++; in Release()
135 self->fData.reset(); in Release()
831 static void Release(void* self) { in Release()
832 static_cast<TextureReleaseChecker*>(self)->fReleaseCount++; in Release()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkprobes.c331 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dkprobes.c355 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dpci.c256 struct pci_dev *dev = bus->self; in pcibios_fixup_bus()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dkprobes.c422 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
H A Dkgdb.c299 static int kgdb_mips_notify(struct notifier_block *self, unsigned long cmd, in kgdb_mips_notify() argument
H A Drelocate.c429 static int kernel_location_notifier_fn(struct notifier_block *self, in kernel_location_notifier_fn() argument
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-xlr.c175 return p ? bus->self : NULL; in xls_get_pcie_link()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dmpc85xx_cds.c186 struct pci_dev *dev = bus->self; in mpc85xx_cds_fixup_bus()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dkprobes.c392 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dcmm.c126 static int cmm_oom_notify(struct notifier_block *self, in cmm_oom_notify() argument
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dkgdb.c340 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify() argument
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dcore.c379 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument

Completed in 50 milliseconds

1...<<181182183184185186187188189190>>...261