Home
last modified time | relevance | path

Searched refs:lookup_name (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py428 def LookupEmail(lookup_name, alias=None, raise_on_error=True, level=0): argument
483 lookup_name = lookup_name.strip()
484 if '@' in lookup_name: # Perhaps a real email address
485 return [lookup_name]
487 lookup_name = lookup_name.lower()
492 msg = "Recursive email alias at '%s'" % lookup_name
499 if lookup_name:
500 if not lookup_name in alias:
501 msg = "Alias '%s' not found" % lookup_name
507 for item in alias[lookup_name]:
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dhwtstamp_config.c32 lookup_name(const char **names, int size, int value) in lookup_name() function
123 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
128 name = lookup_name(rx_filters, N_RX_FILTERS, config.rx_filter); in main()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmutils.c535 const char *lookup_name; in bcm_iovar_lookup() local
538 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
539 if (lookup_name != NULL) in bcm_iovar_lookup()
540 lookup_name++; in bcm_iovar_lookup()
542 lookup_name = name; in bcm_iovar_lookup()
547 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmutils.c535 const char *lookup_name; in bcm_iovar_lookup() local
538 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
539 if (lookup_name != NULL) in bcm_iovar_lookup()
540 lookup_name++; in bcm_iovar_lookup()
542 lookup_name = name; in bcm_iovar_lookup()
547 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmutils.c1081 const char *lookup_name; in bcm_iovar_lookup() local
1084 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
1085 if (lookup_name != NULL) in bcm_iovar_lookup()
1086 lookup_name++; in bcm_iovar_lookup()
1088 lookup_name = name; in bcm_iovar_lookup()
1093 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmutils.c535 const char *lookup_name; in bcm_iovar_lookup() local
538 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
539 if (lookup_name != NULL) in bcm_iovar_lookup()
540 lookup_name++; in bcm_iovar_lookup()
542 lookup_name = name; in bcm_iovar_lookup()
547 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmutils.c1550 const char *lookup_name; in bcm_iovar_lookup() local
1553 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
1554 if (lookup_name != NULL) in bcm_iovar_lookup()
1555 lookup_name++; in bcm_iovar_lookup()
1557 lookup_name = name; in bcm_iovar_lookup()
1562 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmutils.c1550 const char *lookup_name; in bcm_iovar_lookup() local
1553 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
1554 if (lookup_name != NULL) in bcm_iovar_lookup()
1555 lookup_name++; in bcm_iovar_lookup()
1557 lookup_name = name; in bcm_iovar_lookup()
1562 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/
H A Dc-common.h1023 extern tree lookup_name (tree);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/
H A Dc-common.h1023 extern tree lookup_name (tree);