| /kernel/linux/linux-6.6/include/linux/ |
| H A D | sysctl.h | 206 struct ctl_table_set *(*lookup)(struct ctl_table_root *root); member
|
| /kernel/linux/linux-6.6/drivers/clk/x86/ |
| H A D | clk-pmc-atom.c | 33 struct clk_lookup *lookup; member 39 struct clk_lookup *lookup; member
|
| /kernel/linux/linux-6.6/drivers/of/ |
| H A D | platform.c | 322 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() argument 372 of_platform_bus_create(struct device_node *bus, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent, bool strict) of_platform_bus_create() argument 494 of_platform_populate(struct device_node *root, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent) of_platform_populate() argument 526 of_platform_default_populate(struct device_node *root, const struct of_dev_auxdata *lookup, struct device *parent) of_platform_default_populate() argument [all...] |
| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| H A D | asymmetric_type.c | 59 const char *lookup; in find_asymmetric_key() local
|
| /kernel/linux/linux-6.6/drivers/i2c/ |
| H A D | i2c-core-acpi.c | 106 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local 145 i2c_acpi_do_lookup(struct acpi_device *adev, struct i2c_acpi_lookup *lookup) i2c_acpi_do_lookup() argument 237 struct i2c_acpi_lookup lookup; i2c_acpi_get_info() local 361 struct i2c_acpi_lookup *lookup = data; i2c_acpi_lookup_speed() local 390 struct i2c_acpi_lookup lookup; i2c_acpi_find_bus_speed() local 511 struct i2c_acpi_lookup lookup; i2c_acpi_new_device_by_fwnode() local [all...] |
| /kernel/linux/linux-6.6/drivers/leds/ |
| H A D | led-class.c | 337 struct led_lookup_data *lookup; in led_get() local [all...] |
| /kernel/linux/linux-6.6/net/qrtr/ |
| H A D | ns.c | 266 struct qrtr_lookup *lookup; in server_del() local 384 struct qrtr_lookup *lookup; ctrl_cmd_del_client() local 458 struct qrtr_lookup *lookup; ctrl_cmd_new_server() local 524 struct qrtr_lookup *lookup; ctrl_cmd_new_lookup() local 565 struct qrtr_lookup *lookup; ctrl_cmd_del_lookup() local [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | udp_offload.c | 672 udp_gro_complete(struct sk_buff *skb, int nhoff, udp_lookup_t lookup) udp_gro_complete() argument
|
| /kernel/linux/linux-6.6/net/netfilter/ipvs/ |
| H A D | ip_vs_mh.c | 63 struct ip_vs_mh_lookup *lookup; member [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | scpr.h | 38 uint32_t lookup[16]; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_signature.c | 594 int lookup = 1; /* indicates wheather EOF of all files is reached */ in request_frame() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | CharsetRecog_sbcs.java | 93 private void lookup(int thisNgram) in lookup() method in CharsetRecog_sbcs.NGramParser
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | CharsetRecog_sbcs.java | 94 private void lookup(int thisNgram) in lookup() method in CharsetRecog_sbcs.NGramParser
|
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | Gtables.c | 228 lookup (struct ia64_table_entry *table, size_t table_size, unw_word_t rel_ip) in lookup() function
|
| /third_party/libwebsockets/test-apps/ |
| H A D | test-client.c | 297 X509_LOOKUP *lookup; in callback_dumb_increment() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_scoreboard.cpp | 334 lookup(unsigned i) const in lookup() function
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_lowlevel.h | 177 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name); member
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | execution.cc | 214 VariableLookupResult lookup; in NewScriptContext() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-scopes.cc | 56 VariableLookupResult lookup; in DeclareGlobal() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | crl.c | 83 X509_LOOKUP *lookup = NULL; in crl_main() local
|
| /third_party/openssl/apps/ |
| H A D | crl.c | 83 X509_LOOKUP *lookup = NULL; in crl_main() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 277 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const { in lookup() function in AppleAcceleratorTable::Entry 532 DWARFDebugNames::Entry::lookup(dwarf::Index Index) const { in lookup() function in DWARFDebugNames::Entry
|
| /third_party/skia/third_party/externals/freetype/src/otvalid/ |
| H A D | otvcommn.c | 1062 FT_Bytes p, lookup; in FT_LOCAL_DEF() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | main.cc | 468 const Lookup &lookup = g.get_lookup (n_lookup); in print_layout_info_using_private_api() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RemoteObjectLayer.h | 371 Expected<RemoteSymbol> lookup(ObjHandleT H, const std::string &Name) { in lookup() function in llvm::RemoteObjectClientLayer 459 JITSymbol lookup(ObjHandleT Id, const std::string &Name) { in lookup() function in llvm::RemoteObjectServerLayer
|