Searched refs:self (Results 326 - 350 of 664) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/usb/host/
H A Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller);
H A Dehci-npcm7xx.c97 device_wakeup_enable(hcd->self.controller);
H A Dxhci-mtk.h180 return dev_get_drvdata(hcd->self.controller);
H A Duhci-pci.c243 usb_root_hub_lost_power(hcd->self.root_hub);
250 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup)
H A Dehci-pci.c93 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
360 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
H A Dehci-brcm.c178 device_wakeup_enable(hcd->self.controller);
179 device_enable_async_suspend(hcd->self.controller);
H A Dxhci-rcar.c108 if (xhci_rcar_is_gen2(hcd->self.controller))
115 struct device *dev = hcd->self.controller;
H A Dfhci.h452 dev_dbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
454 dev_vdbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
456 dev_err(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
458 dev_info(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
460 dev_warn(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
/linux-master/drivers/pci/hotplug/
H A Dacpiphp.h127 return func_to_context(func)->hp.self;
H A Dacpiphp_ampere_altra.c49 root_port = pcie_find_root_port(bus->self);
H A Dacpiphp_glue.c106 context->hp.self->hp = NULL;
199 if (!bus->self)
205 pci_read_config_dword(bus->self, PCI_PRIMARY_BUS, &buses);
212 pci_write_config_dword(bus->self, PCI_PRIMARY_BUS, buses);
488 if (bridge && bus->self && hotplug_is_native(bus->self)) {
785 acpi_handle handle = context->hp.self->handle;
878 bridge->pci_dev = pci_dev_get(bus->self);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c149 pdev = ipc_pcie->pci->bus->self;
166 if (!ipc_pcie->pci->bus || !ipc_pcie->pci->bus->self) {
171 parent = ipc_pcie->pci->bus->self;
187 pdev = ipc_pcie->pci->bus->self;
/linux-master/fs/jfs/
H A Djfs_xtree.h78 pxd_t self; /* 8: self */ member in struct:xtheader
/linux-master/tools/perf/util/
H A Dannotate-data.h63 * @self: Actual type information
71 struct annotated_member self; member in struct:annotated_data_type
/linux-master/drivers/pci/
H A Dprobe.c527 struct pci_dev *dev = child->self;
542 pci_read_bridge_io(child->self, child->resource[0], false);
543 pci_read_bridge_mmio(child->self, child->resource[1], false);
544 pci_read_bridge_mmio_pref(child->self, child->resource[2], false);
784 struct pci_dev *bridge = bus->self;
882 if (b->self)
883 d = dev_get_msi_domain(&b->self->dev);
1135 child->self = bridge;
2402 struct pci_dev *bridge = bus->self;
2641 struct pci_dev *bridge = bus->self;
[all...]
H A Dsearch.c64 if (!bus->self)
67 tmp = bus->self;
/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/arch/x86/pci/
H A Di386.c238 if (bus->self)
239 pcibios_allocate_bridge_resources(bus->self);
/linux-master/kernel/trace/
H A Dtrace_printk.c88 static int module_trace_bprintk_format_notify(struct notifier_block *self, argument
174 module_trace_bprintk_format_notify(struct notifier_block *self, argument
/linux-master/kernel/cgroup/
H A Dfreezer.c196 css_task_iter_start(&cgrp->self, 0, &it);
279 css_for_each_descendant_pre(css, &cgrp->self) {
H A Dcgroup-v1.c128 css_task_iter_start(&from->self, 0, &it);
349 css_task_iter_start(&cgrp->self, 0, &it);
723 css_task_iter_start(&cgrp->self, 0, &it);
753 !css_has_online_children(&cgrp->self) && !cgroup_is_dead(cgrp))
1101 if (!list_empty(&root->cgrp.self.children)) {
1165 if (!percpu_ref_tryget_live(&ss->root->cgrp.self.refcnt))
1245 if (!ret && !percpu_ref_tryget_live(&ctx->root->cgrp.self.refcnt))
1253 if (!ret && percpu_ref_is_dying(&ctx->root->cgrp.self.refcnt)) {
/linux-master/arch/alpha/kernel/
H A Dsys_nautilus.c75 dev->bus->self && dev->bus->self->device == 0x700f)
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_port_split.py71 def __init__(self, dev):
72 self.if_names = devlink_ports.get_if_names(dev)
/linux-master/drivers/video/backlight/
H A Dlcd.c27 static int fb_notifier_callback(struct notifier_block *self, argument
33 ld = container_of(self, struct lcd_device, fb_notif);
/linux-master/net/tipc/
H A Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) argument
735 nl->self = self;
740 if (node == nl->self)
748 if (node == nl->self)

Completed in 195 milliseconds

<<11121314151617181920>>