Searched refs:get_function_name (Results 1 – 22 of 22) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | v8stack_frame_ctocpp.cc | 69 if (CEF_MEMBER_MISSING(_struct, get_function_name)) in GetFunctionName() 75 cef_string_userfree_t _retval = _struct->get_function_name(_struct); in GetFunctionName()
|
D | v8value_ctocpp.cc | 882 if (CEF_MEMBER_MISSING(_struct, get_function_name)) in GetFunctionName() 888 cef_string_userfree_t _retval = _struct->get_function_name(_struct); in GetFunctionName()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-snapdragon/ |
D | pinctrl-snapdragon.c | 51 return priv->data->get_function_name(dev, selector); in msm_get_function_name() 112 .get_function_name = msm_get_function_name,
|
D | pinctrl-snapdragon.h | 16 const char *(*get_function_name)(struct udevice *dev, member
|
D | pinctrl-apq8016.c | 58 .get_function_name = apq8016_get_function_name,
|
D | pinctrl-apq8096.c | 53 .get_function_name = apq8096_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/ |
D | pinctrl-generic.c | 88 if (!ops->get_functions_count || !ops->get_function_name) { in pinmux_func_name_to_selector() 98 const char *fname = ops->get_function_name(dev, selector); in pinmux_func_name_to_selector()
|
D | pinctrl-sandbox.c | 147 .get_function_name = sandbox_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/aspeed/ |
D | pinctrl_ast2500.c | 109 .get_function_name = ast2500_pinctrl_get_group_name,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8stack_frame_cpptoc.cc | 148 GetStruct()->get_function_name = v8stack_frame_get_function_name; in CefV8StackFrameCppToC()
|
D | v8value_cpptoc.cc | 1035 GetStruct()->get_function_name = v8value_get_function_name; in CefV8ValueCppToC()
|
/third_party/cef/include/capi/ |
D | cef_v8_capi.h | 691 cef_string_userfree_t(CEF_CALLBACK* get_function_name)( 899 cef_string_userfree_t(CEF_CALLBACK* get_function_name)(
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | pinctrl.h | 87 const char *(*get_function_name)(struct udevice *dev, member
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/broadcom/ |
D | pinctrl-bcm6838.c | 142 .get_function_name = bcm6838_pinctrl_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/meson/ |
D | pinctrl-meson-gx-pmx.c | 126 .get_function_name = meson_pinmux_get_function_name,
|
D | pinctrl-meson-axg-pmx.c | 152 .get_function_name = meson_pinmux_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mscc/ |
D | mscc-common.c | 247 .get_function_name = mscc_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 405 .get_function_name = uniphier_pinmux_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mtmips/ |
D | pinctrl-mt7628.c | 559 .get_function_name = mtmips_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mvebu/ |
D | pinctrl-armada-37xx.c | 576 .get_function_name = armada_37xx_pmx_get_func_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 423 .get_function_name = mtk_get_function_name,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/renesas/ |
D | pfc.c | 775 .get_function_name = sh_pfc_pinctrl_get_function_name,
|