/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-mem.c | 47 ohci_to_hcd(ohci)->self.controller, in ohci_mem_init() 54 ohci_to_hcd(ohci)->self.controller, in ohci_mem_init()
|
H A D | ehci-sysfs.c | 151 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files() 167 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files()
|
H A D | xhci-mvebu.c | 48 struct device *dev = hcd->self.controller; in xhci_mvebu_mbus_init_quirk() 81 struct device *dev = hcd->self.controller; in xhci_mvebu_a3700_plat_setup()
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vhci.h | 156 return (hcd)->self.controller; in hcd_dev() 161 return (hcd)->self.bus_name; in hcd_name()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bcast.h | 58 u32 self; member 63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-acpi.h | 51 if (!pbus->self) in acpi_pci_get_bridge_handle() 54 dev = &pbus->self->dev; in acpi_pci_get_bridge_handle()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-acpi.h | 51 if (!pbus->self) in acpi_pci_get_bridge_handle() 54 dev = &pbus->self->dev; in acpi_pci_get_bridge_handle()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sysfs.c | 151 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files() 167 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files()
|
H A D | ohci-mem.c | 47 ohci_to_hcd(ohci)->self.controller, in ohci_mem_init() 54 ohci_to_hcd(ohci)->self.controller, in ohci_mem_init()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci.h | 156 return (hcd)->self.controller; in hcd_dev() 161 return (hcd)->self.bus_name; in hcd_name()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | bcast.h | 58 u32 self; member 63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_bridge_pvid_vlan_upper.sh | 75 bridge vlan add dev br1 vid 10 pvid untagged self 82 bridge vlan del dev br1 vid 10 self
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_hid_core.py | 36 def create_device(self): 145 def test_rdesc(self):
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_092.cpp | 39 pthread_t self = pthread_self(); in pthread_f01() local 66 pthread_t self = pthread_self(); in pthread_f02() local
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 142 def __str__(self): 143 return " ".join(self)
|
/third_party/node/test/parallel/ |
H A D | test-tls-set-secure-context.js | 59 /^Error: self-signed certificate$/ : 60 /^Error: self signed certificate$/;
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | utils.py | 203 def __setitem__(self, *args, **kwargs): 206 def update(self, *args, **kwargs):
|
/third_party/musl/src/thread/powerpc/ |
H A D | syscall_cp.s | 31 # at enter: r3 = pointer to self->cancel, r4: syscall no, r5: first arg, r6: 2nd, r7: 3rd, r8: 4th, r9: 5th, r10: 6th 33 # r3 holds first argument, its a pointer to self->cancel.
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
H A D | envelope.js | 51 if (typeof self !== "undefined") { 52 return self;
|
/third_party/libevdev/libevdev/ |
H A D | make-event-names.py | 13 def __init__(self): 14 self.max_codes = {}
|
/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_cpu_consolidation.py | 15 def __init__(self, msg): 16 self.msg = msg
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target.h | 100 void (*init)(const struct target *self); 102 void (*predefine)(const struct target *self);
|
H A D | target-x86.c | 7 static void predefine_i386(const struct target *self) in predefine_i386() argument 14 static void predefine_x86_64(const struct target *self) in predefine_x86_64() argument
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | unified-heap-marking-visitor.cc | 44 const void* self, TraceDescriptor strong_desc, TraceDescriptor weak_desc, in VisitWeakContainer() 46 marking_state_.ProcessWeakContainer(self, weak_desc, callback, data); in VisitWeakContainer() 43 VisitWeakContainer( const void* self, TraceDescriptor strong_desc, TraceDescriptor weak_desc, WeakCallback callback, const void* data) VisitWeakContainer() argument
|
/third_party/python/Tools/scripts/ |
H A D | generate_re_casefix.py | 34 def __repr__(self): 35 return '%#06x' % self
|