Searched refs:self (Results 501 - 525 of 664) sorted by relevance

<<21222324252627

/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c116 #define usbhsh_hcd_to_dev(h) ((h)->self.controller)
456 return hcd->self.root_hub == usbv->parent;
1323 * (on self power USB hub ?)
1460 device_wakeup_enable(hcd->self.controller);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c298 struct pci_dev *parent = pdev->bus->self;
1112 rc = pci_bus_error_reset(bus->self);
1120 return pnv_eeh_bridge_reset(bus->self, option);
/linux-master/drivers/usb/host/
H A Dehci-q.c172 ehci_to_hcd(ehci)->self.root_hub) {
252 ehci_to_hcd(ehci)->self.bandwidth_int_reqs--;
899 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub)
1330 * after the IAA interrupt occurs. In self-defense, always go
H A Duhci-hcd.h470 #define uhci_dev(u) (uhci_to_hcd(u)->self.controller)
H A Dohci-pxa27x.c478 device_wakeup_enable(hcd->self.controller);
H A Dxhci.h1723 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1725 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1727 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1729 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
/linux-master/arch/powerpc/kernel/
H A Dpci_dn.c42 if (pci_is_root_bus(pbus) || pbus->self)
/linux-master/arch/riscv/kernel/
H A Dkgdb.c315 static int kgdb_riscv_notify(struct notifier_block *self, unsigned long cmd, argument
/linux-master/drivers/ata/
H A Dpata_cmd64x.c433 struct pci_dev *bridge = pdev->bus->self;
/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c843 int self; local
857 self = sndev->self_partition;
858 tpart_vec = ioread32(&sndev->mmio_ntb->ntp_info[self].target_part_high);
860 tpart_vec |= ioread32(&sndev->mmio_ntb->ntp_info[self].target_part_low);
/linux-master/arch/arm/mach-omap2/
H A Domap-wakeupgen.c433 static int irq_notifier(struct notifier_block *self, unsigned long cmd, void *v) argument
/linux-master/arch/arm/mach-mvebu/
H A Dpmsu.c360 static int mvebu_v7_cpu_pm_notify(struct notifier_block *self, argument
/linux-master/arch/s390/kernel/
H A Duprobes.c110 int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, argument
/linux-master/drivers/macintosh/
H A Dwindfarm_pm91.c609 static int wf_smu_notify(struct notifier_block *self, argument
/linux-master/arch/sh/kernel/
H A Dkprobes.c404 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, argument
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c572 static int r4k_tlb_pm_notifier(struct notifier_block *self, unsigned long cmd, argument
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c3664 if (pdev->bus && pdev->bus->self) {
3665 if (pdev->bus->self->vendor == PCI_VENDOR_ID_ATI &&
3666 ((pdev->bus->self->device & 0xff00) == 0x5a00)) {
3667 mtip_disable_link_opts(dd, pdev->bus->self);
3670 struct pci_dev *parent_dev = pdev->bus->self;
3673 parent_dev->bus->parent->self &&
3674 parent_dev->bus->parent->self->vendor ==
3676 (parent_dev->bus->parent->self->device &
3679 parent_dev->bus->parent->self);
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c936 static int img_ir_clk_notify(struct notifier_block *self, unsigned long action, argument
939 struct img_ir_priv *priv = container_of(self, struct img_ir_priv,
/linux-master/sound/pci/oxygen/
H A Doxygen_lib.c315 if (!pci->bus || !pci->bus->self)
317 bridge = pci->bus->self;
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S294 * are not supported once SDRAM is put into self-refresh.
296 * disabled before putting SDRAM into self-refresh to avoid
356 * self-refresh, PLLC, PLLM and PLLP reenabled, CPU running on PLLX,
507 str r1, [r0, #EMC_SELF_REF] @ take DRAM out of self refresh
648 * puts memory in self-refresh for LP0 and LP1
864 bne emcself @ loop until DDR in self-refresh
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh91 bridge vlan add vid 10 dev br0 self
92 bridge vlan add vid 20 dev br0 self
/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c969 if (bus->self && bus->self->is_hotplug_bridge)
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.c189 struct pci_dev *pci_bus_dev = cobalt->pci_dev->bus->self;
248 struct pci_dev *pci_dev = cobalt->pci_dev->bus->self;
/linux-master/arch/x86/pci/
H A Dfixup.c222 offset = quirk_aspm_offset[GET_INDEX(bus->self->device, devfn)];
324 bridge = bus->self;
/linux-master/arch/sparc/kernel/
H A Dpci.c991 if (pbus->self) {
994 node = pbus->self->dev.of_node;

Completed in 248 milliseconds

<<21222324252627