/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 291 const struct of_device_id *match; in rkispp_hw_probe() local 300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe() 301 if (IS_ERR(match)) { in rkispp_hw_probe() 302 return PTR_ERR(match); in rkispp_hw_probe() 312 match_data = match->data; in rkispp_hw_probe() 313 hw_dev->match_data = match->data; in rkispp_hw_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 291 const struct of_device_id *match; in rkispp_hw_probe() local 300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe() 301 if (IS_ERR(match)) in rkispp_hw_probe() 302 return PTR_ERR(match); in rkispp_hw_probe() 310 match_data = match->data; in rkispp_hw_probe() 311 hw_dev->match_data = match->data; in rkispp_hw_probe()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_filter_manual_test.cpp | 189 std::smatch match; in GetSelfHidumperFilter() local 190 if (!std::regex_match(line, match, itemRegex)) { in GetSelfHidumperFilter() 191 MMI_HILOGI("Not match line:%{public}s", line.c_str()); in GetSelfHidumperFilter() 194 MMI_HILOGI("Line match: %{public}s", line.c_str()); in GetSelfHidumperFilter() 195 if (match.size() != matchSize) { in GetSelfHidumperFilter() 199 std::string priority = match[1].str(); in GetSelfHidumperFilter() 200 std::string filterId = match[2].str(); in GetSelfHidumperFilter() 201 std::string pidStr = match[3].str(); in GetSelfHidumperFilter()
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-usb.c | 994 const struct of_device_id *match;
in rockchip_usb_phy_probe() local 1003 match = of_match_device(dev->driver->of_match_table, dev);
in rockchip_usb_phy_probe() 1004 if (!match || !match->data) {
in rockchip_usb_phy_probe() 1009 phy_base->pdata = match->data;
in rockchip_usb_phy_probe() 1065 const struct of_device_id *match;
in rockchip_init_usb_uart() local 1075 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, &match);
in rockchip_init_usb_uart() 1081 pr_debug("%s: using settings for %s\n", __func__, match->compatible);
in rockchip_init_usb_uart() 1082 data = match->data;
in rockchip_init_usb_uart() 1085 pr_err("%s: usb-uart not available on %s\n", __func__, match in rockchip_init_usb_uart() [all...] |
/device/soc/rockchip/common/vendor/drivers/clk/ |
H A D | clk-pvtm.c | 220 const struct of_device_id *match; in rockchip_clock_pvtm_probe() local 230 match = of_match_node(rockchip_clock_pvtm_match, np); in rockchip_clock_pvtm_probe() 231 if (!match) { in rockchip_clock_pvtm_probe() 235 pvtm->info = (const struct rockchip_clock_pvtm_info *)match->data; in rockchip_clock_pvtm_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
H A D | clk-pvtm.c | 224 const struct of_device_id *match; in rockchip_clock_pvtm_probe() local 233 match = of_match_node(rockchip_clock_pvtm_match, np); in rockchip_clock_pvtm_probe() 234 if (!match) in rockchip_clock_pvtm_probe() 237 pvtm->info = (const struct rockchip_clock_pvtm_info *)match->data; in rockchip_clock_pvtm_probe()
|
/foundation/multimedia/media_foundation/services/media_monitor/client/src/ |
H A D | media_monitor_manager.cpp | 150 bool match = false; in GetMediaParameters() local 155 match = true; in GetMediaParameters() 160 FALSE_RETURN_V_MSG_E(match, ERROR, "get media param invalid param"); in GetMediaParameters()
|
/applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/ |
H A D | hvigorw.bat | 35 echo Please set the NODE_HOME variable in your environment to match the 48 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Sensor/Capi/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Extension/Contexttest/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics2d/PaintVerbatim/ |
H A D | hvigorw.bat | 36 echo Please set the NODE_HOME variable in your environment to match the 49 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Ability/AbilityFeature/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/BundleManager/BundleManagement/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/DynamicRouter/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UniformTypeDescriptor/UTDType/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics3d/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Media/AVSession/VideoPlayer/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Media/Camera_js/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/Audio/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Notification/CustomCommonEventRely/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/DocsSample/Ability/Performance/Startup/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|