Home
last modified time | relevance | path

Searched refs:self (Results 3776 - 3800 of 5702) sorted by relevance

1...<<151152153154155156157158159160>>...229

/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-visitor.h32 void VisitWeakContainer(const void* self, TraceDescriptor strong_desc,
/third_party/python/Tools/scripts/
H A Dfindnocoding.py19 def walk_python_files(self, paths, *args, **kwargs):
/third_party/python/Include/
H A Dsliceobject.h37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,
/third_party/python/Include/cpython/
H A Dgenobject.h48 PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); variable
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.hpp58 var.self = id; in set()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dsample.py24 def message (self, buf, font, msg, data, _x_what_is_this):
/third_party/unity/examples/example_2/
H A Dmakefile38 CFLAGS += -Winit-self
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c772 pdev = pe->pbus->self; in pnv_ioda_set_peltv()
774 pdev = pe->pdev->bus->self; in pnv_ioda_set_peltv()
790 pdev = pdev->bus->self; in pnv_ioda_set_peltv()
811 parent = parent->bus->self; in pnv_ioda_unset_peltv()
821 pe_warn(pe, "OPAL error %lld remove self from PELTV\n", rc); in pnv_ioda_unset_peltv()
837 parent = pe->pbus->self; in pnv_ioda_deconfigure_pe()
863 parent = pe->pdev->bus->self; in pnv_ioda_deconfigure_pe()
2422 struct pci_dev *dev = bus->self; in pnv_pci_enable_bridge()
2486 bridge = bus->self; in pnv_pci_window_alignment()
2494 bridge = bridge->bus->self; in pnv_pci_window_alignment()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c685 pdev = pe->pbus->self; in pnv_ioda_set_peltv()
687 pdev = pe->pdev->bus->self; in pnv_ioda_set_peltv()
703 pdev = pdev->bus->self; in pnv_ioda_set_peltv()
724 parent = parent->bus->self; in pnv_ioda_unset_peltv()
734 pe_warn(pe, "OPAL error %lld remove self from PELTV\n", rc); in pnv_ioda_unset_peltv()
750 parent = pe->pbus->self; in pnv_ioda_deconfigure_pe()
776 parent = pe->pdev->bus->self; in pnv_ioda_deconfigure_pe()
2145 struct pci_dev *dev = bus->self; in pnv_pci_enable_bridge()
2208 bridge = bus->self; in pnv_pci_window_alignment()
2216 bridge = bridge->bus->self; in pnv_pci_window_alignment()
[all...]
/kernel/linux/linux-5.10/arch/x86/pci/
H A Di386.c238 if (bus->self) in pcibios_allocate_bus_resources()
239 pcibios_allocate_bridge_resources(bus->self); in pcibios_allocate_bus_resources()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsleep.S86 @ prepare to put SDRAM into self-refresh manually
156 @ Prepare to put SDRAM into self-refresh manually
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H A Dftracetest373 (cd $TRACING_DIR; read PID _ < /proc/self/stat; set -e; set -x;
385 local testlog=/proc/self/fd/1
/kernel/linux/linux-5.10/drivers/pci/
H A Dbus.c390 next = bus->self->bus_list.next; in pci_walk_bus()
391 bus = bus->self->bus; in pci_walk_bus()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c87 static int usbd_connect_notify(struct notifier_block *self, in usbd_connect_notify() argument
90 struct udc *udc = container_of(self, struct udc, nb); in usbd_connect_notify()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-st.c52 struct platform_device *pdev = to_platform_device(hcd->self.controller); in st_ehci_platform_reset()
240 device_wakeup_enable(hcd->self.controller); in st_ehci_platform_probe()
H A Duhci-hub.c119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
172 &uhci_to_hcd(uhci)->self, port); in uhci_check_ports()
H A Dehci-pci.c93 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_setup()
356 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_resume()
H A Dehci-orion.c165 struct device *dev = hcd->self.controller; in ehci_orion_drv_reset()
311 device_wakeup_enable(hcd->self.controller); in ehci_orion_drv_probe()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_virthub.c308 if (!hcd->self.is_b_host) in musb_hub_control()
373 if (!hcd->self.is_b_host && musb_has_gadget(musb)) in musb_hub_control()
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlcd.c27 static int fb_notifier_callback(struct notifier_block *self, in fb_notifier_callback() argument
33 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()
/kernel/linux/linux-5.10/fs/hpfs/
H A Dhpfs.h299 __le32 self; /* pointer to this dnode */ member
494 __le32 self; /* pointer to this anode */ member
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-loongson.c101 bridge = bus->self; in loongson_set_min_mrrs_quirk()
212 if ((priv->data->flags & FLAG_DEV_FIX) && bus->self) { in pci_loongson_map_bus()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dhpfs.h299 __le32 self; /* pointer to this dnode */ member
495 __le32 self; /* pointer to this anode */ member
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dlcd.c27 static int fb_notifier_callback(struct notifier_block *self, in fb_notifier_callback() argument
33 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-pci.c93 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_setup()
360 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_resume()

Completed in 23 milliseconds

1...<<151152153154155156157158159160>>...229