Home
last modified time | relevance | path

Searched refs:set_config (Results 1 – 25 of 37) sorted by relevance

12

/third_party/json/doc/scripts/
Dgit-update-ghpages15 set_config() { function
34 if [[ "$useenv" == "1" ]]; then set_config; fi
45 if [[ "$useenv" == "1" ]]; then set_config; fi
/third_party/uboot/u-boot-2020.01/drivers/pwm/
Dpwm-uclass.c26 if (!ops->set_config) in pwm_set_config()
29 return ops->set_config(dev, channel, period_ns, duty_ns); in pwm_set_config()
Dtegra_pwm.c65 .set_config = tegra_pwm_set_config,
Dsandbox_pwm.c97 .set_config = sandbox_pwm_set_config,
Dexynos_pwm.c100 .set_config = exynos_pwm_set_config,
Dpwm-imx.c144 .set_config = imx_pwm_set_config,
Dsunxi_pwm.c166 .set_config = sunxi_pwm_set_config,
Drk_pwm.c154 .set_config = rk_pwm_set_config,
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dtegra_gpio.c60 static void set_config(unsigned gpio, int type) in set_config() function
143 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_input()
162 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_output()
218 set_config(config[i].gpio, CONFIG_GPIO); in gpio_config_table()
/third_party/gstreamer/gstplugins_bad/sys/vdpau/
Dgstvdpvideobufferpool.c87 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in gst_vdp_video_buffer_pool_set_config()
191 gstbufferpool_class->set_config = gst_vdp_video_buffer_pool_set_config; in gst_vdp_video_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.c104 iface->set_config = NULL; in gst_photography_iface_base_init()
469 if (iface->set_config) { in gst_photography_set_config()
470 ret = iface->set_config (photo, config); in gst_photography_set_config()
Dphotography.h543 gboolean (*set_config) (GstPhotography * photo, GstPhotographySettings * config); member
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsbufferpool.c106 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in gst_kms_buffer_pool_set_config()
214 gstbufferpool_class->set_config = gst_kms_buffer_pool_set_config; in gst_kms_buffer_pool_class_init()
/third_party/uboot/u-boot-2020.01/drivers/virtio/
Dvirtio_sandbox.c182 .set_config = virtio_sandbox_set_config,
211 .set_config = virtio_sandbox_set_config,
Dvirtio-uclass.c46 return ops->set_config(vdev->parent, offset, buf, len); in virtio_set_config()
209 if (!ops->get_config || !ops->set_config || in virtio_uclass_pre_probe()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkbufferpool.c125 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config) && ret; in gst_vulkan_buffer_pool_set_config()
226 gstbufferpool_class->set_config = gst_vulkan_buffer_pool_set_config; in gst_vulkan_buffer_pool_class_init()
/third_party/uboot/u-boot-2020.01/include/
Dpwm.h24 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagepool.c167 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in xvimage_buffer_pool_set_config()
267 gstbufferpool_class->set_config = xvimage_buffer_pool_set_config; in gst_xvimage_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideopool.c205 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in video_buffer_pool_set_config()
304 gstbufferpool_class->set_config = video_buffer_pool_set_config; in gst_video_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkbufferpool.c181 (gst_msdk_buffer_pool_parent_class)->set_config (pool, config); in gst_msdk_buffer_pool_set_config()
368 pool_class->set_config = gst_msdk_buffer_pool_set_config; in gst_msdk_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.c234 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config) && ret; in gst_gl_buffer_pool_set_config()
334 gstbufferpool_class->set_config = gst_gl_buffer_pool_set_config; in gst_gl_buffer_pool_class_init()
/third_party/boost/boost/ptr_container/
Dptr_set_adapter.hpp40 struct set_config struct
129 … : public ptr_container_detail::associative_ptr_container< set_config<Key,VoidPtrSet,Ordered>,
132 typedef ptr_container_detail::associative_ptr_container< set_config<Key,VoidPtrSet,Ordered>,
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.h159 gboolean (*set_config) (GstBufferPool *pool, GstStructure *config); member
Dgstbufferpool.c143 klass->set_config = default_set_config; in gst_buffer_pool_class_init()
684 if (G_LIKELY (pclass->set_config)) in gst_buffer_pool_set_config()
685 result = pclass->set_config (pool, config); in gst_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c609 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in ximage_buffer_pool_set_config()
697 gstbufferpool_class->set_config = ximage_buffer_pool_set_config; in gst_ximage_buffer_pool_class_init()

12