Home
last modified time | relevance | path

Searched defs:set_config (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/
Dpwm.h24 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
/external/autotest/client/cros/cellular/pseudomodem/
Dsms.py52 def set_config(cls, params): member in SMS
/external/libxcam/xcore/interface/
Dfeature_match.cpp38 FeatureMatch::set_config (CVFMConfig config) in set_config() function in XCam::FeatureMatch
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h196 void set_config(HloModuleConfig& config) { config_ = config; } in set_config() function
/external/libxcam/modules/ocl/
Dcv_image_deblurring.cpp37 CVImageDeblurring::set_config (CVIDConfig config) in set_config() function in XCam::CVImageDeblurring
/external/u-boot/drivers/gpio/
Dtegra_gpio.c60 static void set_config(unsigned gpio, int type) in set_config() function
/external/u-boot/drivers/usb/gadget/
Dcomposite.c305 static int set_config(struct usb_composite_dev *cdev, in set_config() function
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js263 function set_config() { function
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2705 webrtc::AgcConfig set_config = {0}; in TEST_F() local