Home
last modified time | relevance | path

Searched refs:self (Results 476 - 500 of 1201) sorted by relevance

1...<<11121314151617181920>>...49

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-mv.c68 struct device *dev = hcd->self.controller; in mv_ehci_reset()
189 retval = otg_set_host(ehci_mv->otg->otg, &hcd->self); in mv_ehci_probe()
208 device_wakeup_enable(hcd->self.controller); in mv_ehci_probe()
H A Dxhci-histb.c46 return dev_get_drvdata(hcd->self.controller); in hcd_to_histb()
246 dev_set_drvdata(hcd->self.controller, histb); in xhci_histb_probe()
254 device_wakeup_enable(hcd->self.controller); in xhci_histb_probe()
H A Dxhci-mem.c37 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc()
377 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_ring_alloc()
464 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx()
534 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx()
559 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx()
599 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info()
810 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info()
1626 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc()
1690 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free()
1714 struct device *dev = xhci_to_hcd(xhci)->self in xhci_alloc_command()
[all...]
H A Dehci.h613 * below each TT is self-contained and independent of the other TTs or the
873 dev_dbg(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
875 dev_err(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
877 dev_info(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
879 dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
H A Dohci.h491 dev_dbg (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
493 dev_err (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
495 dev_info (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
497 dev_warn (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c154 static int hv_die_panic_notify_crash(struct notifier_block *self,
174 static int hv_die_panic_notify_crash(struct notifier_block *self, in hv_die_panic_notify_crash() argument
181 if (self == &hyperv_panic_report_block) { in hv_die_panic_notify_crash()
/kernel/linux/linux-6.6/tools/testing/selftests/uevent/
H A Duevent_filtering.c228 pid_t self; in set_death_signal() local
230 self = getpid(); in set_death_signal()
231 ret = kill(self, SIGKILL); in set_death_signal()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c100 * Protects cgroup_file->kn for !self csses. It synchronizes notifications
452 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
467 return &cgrp->self; in cgroup_css()
495 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
498 * as the matching css of the nearest ancestor including self which has @ss
508 return &cgrp->self; in cgroup_e_css_by_mask()
529 * defined as the matching css of the nearest ancestor including self which
558 * defined as the matching css of the nearest ancestor including self which
588 css_get(&cgrp->self); in cgroup_get_live()
640 return &cgrp->self; in of_css()
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c109 * Protects cgroup_file->kn for !self csses. It synchronizes notifications
477 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
492 return &cgrp->self; in cgroup_css()
498 * @ss: the subsystem of interest (%NULL returns @cgrp->self)
501 * as the matching css of the nearest ancestor including self which has @ss
511 return &cgrp->self; in cgroup_e_css_by_mask()
532 * defined as the matching css of the nearest ancestor including self which
564 * defined as the matching css of the nearest ancestor including self which
650 return &cgrp->self; in of_css()
695 list_for_each_entry((child), &(cgrp)->self
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c1103 if (dev->bus->self) in pci_raw_set_power_state()
1104 pcie_aspm_pm_state_change(dev->bus->self); in pci_raw_set_power_state()
2288 bridge = pme_dev->dev->bus->self; in pci_pme_list_scan()
2691 struct pci_dev *bridge = bus->self; in pci_dev_run_wake()
3378 bridge = dev->bus->self; in pci_configure_ari()
3521 parent = pdev->bus->self; in pci_acs_path_enabled()
3691 bridge = bus->self; in pci_enable_atomic_ops_to_root()
3760 dev = dev->bus->self; in pci_get_interrupt_pin()
3780 dev = dev->bus->self; in pci_common_swizzle()
4937 !dev->bus->self || de in pci_parent_bus_reset()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub;
414 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev,
585 hcd->self.sg_tablesize = ~0; in uhci_start()
593 uhci->dentry = debugfs_create_file(hcd->self.bus_name, in uhci_start()
742 else if (hcd->self.root_hub->do_remote_wakeup && in uhci_rh_suspend()
H A Dohci.h491 dev_dbg (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
493 dev_err (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
495 dev_info (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
497 dev_warn (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
H A Dehci.h610 * below each TT is self-contained and independent of the other TTs or the
861 dev_dbg(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
863 dev_err(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
865 dev_info(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
867 dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
/kernel/linux/linux-5.10/net/tipc/
H A Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument
735 nl->self = self; in tipc_nlist_init()
740 if (node == nl->self) in tipc_nlist_add()
748 if (node == nl->self) in tipc_nlist_del()
/kernel/linux/linux-6.6/net/tipc/
H A Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument
735 nl->self = self; in tipc_nlist_init()
740 if (node == nl->self) in tipc_nlist_add()
748 if (node == nl->self) in tipc_nlist_del()
/kernel/linux/linux-5.10/fs/hpfs/
H A Ddnode.c18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
22 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1; in get_pos()
144 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
150 le32_to_cpu(d->self), de_down_pointer(de)); in set_last_pointer()
154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
161 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
183 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de()
208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de()
219 dnode_secno dno = le32_to_cpu(d->self); in fix_up_ptrs()
/kernel/linux/linux-6.6/fs/hpfs/
H A Ddnode.c18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
22 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1; in get_pos()
144 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
150 le32_to_cpu(d->self), de_down_pointer(de)); in set_last_pointer()
154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
161 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
183 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de()
208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de()
219 dnode_secno dno = le32_to_cpu(d->self); in fix_up_ptrs()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsys_dp264.c436 else if (hose->index == 1 && PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
443 PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
450 dev = dev->bus->self; in monet_swizzle()
453 } while (dev->bus->self); in monet_swizzle()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsys_dp264.c436 else if (hose->index == 1 && PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
443 PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle()
450 dev = dev->bus->self; in monet_swizzle()
453 } while (dev->bus->self); in monet_swizzle()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h625 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
627 int hw_atl2_utils_soft_reset(struct aq_hw_s *self);
629 u32 hw_atl2_utils_get_fw_version(struct aq_hw_s *self);
631 int hw_atl2_utils_get_action_resolve_table_caps(struct aq_hw_s *self,
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h625 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
627 int hw_atl2_utils_soft_reset(struct aq_hw_s *self);
629 u32 hw_atl2_utils_get_fw_version(struct aq_hw_s *self);
631 int hw_atl2_utils_get_action_resolve_table_caps(struct aq_hw_s *self,
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c149 pdev = ipc_pcie->pci->bus->self; in ipc_pcie_check_aspm_enabled()
166 if (!ipc_pcie->pci->bus || !ipc_pcie->pci->bus->self) { in ipc_pcie_check_data_link_active()
171 parent = ipc_pcie->pci->bus->self; in ipc_pcie_check_data_link_active()
187 pdev = ipc_pcie->pci->bus->self; in ipc_pcie_check_aspm_supported()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkprobes.h47 int kprobe_exceptions_notify(struct notifier_block *self,
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dkprobes.h35 int kprobe_exceptions_notify(struct notifier_block *self,
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Duprobes.h44 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data);

Completed in 39 milliseconds

1...<<11121314151617181920>>...49