/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-sm501.c | 29 struct device *dev = hcd->self.controller; in ohci_sm501_start() 34 dev_err(dev, "can't start %s", hcd->self.bus_name); in ohci_sm501_start() 168 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sm501_drv_probe()
|
H A D | ohci-ps3.c | 36 dev_err(hcd->self.controller, "can't start %s\n", in ps3_ohci_hc_start() 37 hcd->self.bus_name); in ps3_ohci_hc_start() 166 device_wakeup_enable(hcd->self.controller); in ps3_ohci_probe()
|
H A D | fhci.h | 452 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)
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | aspm.c | 25 struct pci_dev *parent = dd->pcidev->bus->self; in aspm_hw_l1_supported() 59 struct pci_dev *parent = dd->pcidev->bus->self; in aspm_hw_enable_l1() 79 struct pci_dev *parent = dd->pcidev->bus->self; in aspm_hw_disable_l1()
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | common.h | 37 FIXTURE_DATA(fixture_name) *self, \ 47 fixture_name##_##test_name##_child(_metadata, self, variant); \ 77 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_vlan_bridge_1q.sh | 96 bridge vlan add dev br1 vid 555 self 160 bridge vlan del dev br1 vid 555 self 164 bridge vlan add dev br1 vid 555 self
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | interrupts.py | 208 def __init__(self): 209 super(LxInterruptList, self).__init__("lx-interruptlist", gdb.COMMAND_DATA) 211 def invoke(self, arg, from_tty):
|
H A D | timerlist.py | 183 def __init__(self): 184 super(LxTimerList, self).__init__("lx-timerlist", gdb.COMMAND_DATA) 186 def invoke(self, arg, from_tty):
|
/kernel/linux/linux-6.6/tools/virtio/ringtest/ |
H A D | main.c | 80 pthread_t self; in set_affinity() local 92 self = pthread_self(); in set_affinity() 96 ret = pthread_setaffinity_np(self, sizeof(cpu_set_t), &cpuset); in set_affinity()
|
/third_party/python/Lib/ctypes/ |
H A D | wintypes.py | 22 def __repr__(self): 23 return "%s(%r)" % (self.__class__.__name__, self.value)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 397 auto self = weak.Upgrade(); in SetBubbleDisplayAnimation() 398 CHECK_NULL_VOID(self); in SetBubbleDisplayAnimation() 399 self->sizeScale_->Set(BUBBLE_SIZE_MAX_SCALE); in SetBubbleDisplayAnimation() 405 auto self = weak.Upgrade(); in SetBubbleDisplayAnimation() 406 CHECK_NULL_VOID(self); in SetBubbleDisplayAnimation() 407 self->opacityScale_->Set(BUBBLE_OPACITY_MAX_SCALE); in SetBubbleDisplayAnimation() 418 auto self = weak.Upgrade(); in SetBubbleDisappearAnimation() 419 CHECK_NULL_VOID(self); in SetBubbleDisappearAnimation() 420 self->sizeScale_->Set(BUBBLE_SIZE_MIN_SCALE); in SetBubbleDisappearAnimation() 426 auto self in SetBubbleDisappearAnimation() [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 350 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in GetValue() 354 napi_unwrap(env, self, &context->boundObj); in GetValue() 440 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in SetValue() 444 napi_unwrap(env, self, &context->boundObj); in SetValue() 497 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in Delete() 500 napi_unwrap(env, self, &context->boundObj); in Delete() 545 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in HasKey() 548 napi_unwrap(env, self, &context->boundObj); in HasKey() 571 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in Flush() 573 napi_unwrap(env, self, in Flush() [all...] |
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 374 dev_err(hcd->self.controller, "%s: Invalid pointer: %08x\n", in free_mem() 472 dev_err(hcd->self.controller, "Scratch test failed.\n"); in isp1760_hc_setup() 886 dev_dbg(hcd->self.controller, "%s: No slot " in enqueue_qtds() 996 dev_dbg(hcd->self.controller, "%s: underrun " in check_int_transfer() 1002 dev_dbg(hcd->self.controller, "%s: transaction " in check_int_transfer() 1009 dev_dbg(hcd->self.controller, "%s: babble " in check_int_transfer() 1036 dev_dbg(hcd->self.controller, "%s: ptd error:\n" in check_atl_transfer() 1048 dev_dbg(hcd->self.controller, "PID error; reloading ptd\n"); in check_atl_transfer() 1183 dev_err(hcd->self.controller, in handle_done_ptds() 1340 dev_info(hcd->self in isp1760_run() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 2771 def converter_init(self, *, allow_fd=False, nullable=False): 2774 if self.default not in (unspecified, None): 2777 if self.c_default not in (None, 'Py_None'): 2780 self.nullable = nullable 2781 self.allow_fd = allow_fd 2783 def pre_render(self): 2789 # add self.py_name here when merging with posixmodule conversion 2790 self.c_default = 'PATH_T_INITIALIZE("{}", "{}", {}, {})'.format( 2791 self.function.name, 2792 self 13652 os_DirEntry_is_symlink_impl(DirEntry *self, PyTypeObject *defining_class) os_DirEntry_is_symlink_impl() argument 13670 DirEntry_fetch_stat(PyObject *module, DirEntry *self, int follow_symlinks) DirEntry_fetch_stat() argument 13733 DirEntry_get_lstat(PyTypeObject *defining_class, DirEntry *self) DirEntry_get_lstat() argument 13758 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_stat_impl() argument 13786 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, int follow_symlinks, unsigned short mode_bits) DirEntry_test_mode() argument 13875 os_DirEntry_is_dir_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_is_dir_impl() argument 13893 os_DirEntry_is_file_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_is_file_impl() argument 13907 os_DirEntry_inode_impl(DirEntry *self) os_DirEntry_inode_impl() argument 13949 DirEntry_repr(DirEntry *self) DirEntry_repr() argument 13961 os_DirEntry___fspath___impl(DirEntry *self) os_DirEntry___fspath___impl() argument 14356 ScandirIterator_close(ScandirIterator *self, PyObject *args) ScandirIterator_close() argument 14363 ScandirIterator_enter(PyObject *self, PyObject *args) ScandirIterator_enter() argument 14370 ScandirIterator_exit(ScandirIterator *self, PyObject *args) ScandirIterator_exit() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router.cpp | 427 auto self = weak.Upgrade(); in OnPageReady() 428 CHECK_NULL_VOID(self); in OnPageReady() 446 self->OnPrePageChange(page); in OnPageReady() 447 pipelineContext->RemovePageTransitionListener(self->lastTransitionListener_); in OnPageReady() 448 self->lastTransitionListener_ = pipelineContext->AddPageTransitionListener( in OnPageReady()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_irq.c | 252 if (!bus_it->self) in bridge_has_boot_interrupt_variant() 254 if (bus_it->self->irq_reroute_variant) in bridge_has_boot_interrupt_variant() 255 return bus_it->self->irq_reroute_variant; in bridge_has_boot_interrupt_variant() 319 bridge = dev->bus->self; in acpi_pci_irq_lookup() 345 bridge = dev->bus->self; in acpi_pci_irq_lookup()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | of.c | 40 if (bus->self == NULL) { in pci_set_bus_of_node() 43 node = of_node_get(bus->self->dev.of_node); in pci_set_bus_of_node() 45 bus->self->external_facing = true; in pci_set_bus_of_node() 64 if (WARN_ON(bus->self || bus->parent)) in pcibios_get_phb_of_node() 441 ppdev = pdev->bus->self; in of_irq_parse_pci()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fhci.h | 452 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)
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_distr.c | 72 u32 self = tipc_own_addr(net); in named_prepare_buf() local 77 tipc_msg_init(self, msg, NAME_DISTRIBUTOR, in named_prepare_buf() 406 u32 self = tipc_own_addr(net); in tipc_named_reinit() local 411 publ->node = self; in tipc_named_reinit() 413 publ->node = self; in tipc_named_reinit()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cgroup.h | 423 css_get(&cgrp->self); in cgroup_get() 428 return css_tryget(&cgrp->self); in cgroup_tryget() 433 css_put(&cgrp->self); in cgroup_put() 557 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent() 560 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pci_irq.c | 245 if (!bus_it->self) in bridge_has_boot_interrupt_variant() 247 if (bus_it->self->irq_reroute_variant) in bridge_has_boot_interrupt_variant() 248 return bus_it->self->irq_reroute_variant; in bridge_has_boot_interrupt_variant() 311 bridge = dev->bus->self; in acpi_pci_irq_lookup() 333 bridge = dev->bus->self; in acpi_pci_irq_lookup()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cgroup.h | 352 css_get(&cgrp->self); in cgroup_get() 357 return css_tryget(&cgrp->self); in cgroup_tryget() 362 css_put(&cgrp->self); in cgroup_put() 497 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent() 500 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_distr.c | 71 u32 self = tipc_own_addr(net); in named_prepare_buf() local 76 tipc_msg_init(self, msg, NAME_DISTRIBUTOR, in named_prepare_buf() 401 u32 self = tipc_own_addr(net); in tipc_named_reinit() local 406 p->sk.node = self; in tipc_named_reinit() 408 p->sk.node = self; in tipc_named_reinit()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | apiexec.py | 48 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 65 self.compatibility = compatibility 66 self.core = core 67 self.es1 = es1 68 self.es2 = es2
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 303 struct worker *const self = workers + worker; in worker_run() local 304 struct queue *q = self->q; in worker_run() 308 self->pid = getpid(); in worker_run() 310 if (!worker_ttl(self->i)) { in worker_run() 313 worker_elapsed(self->i)); in worker_run()
|