/third_party/json/doc/scripts/ |
D | git-update-ghpages | 15 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/ |
D | pwm-uclass.c | 26 if (!ops->set_config) in pwm_set_config() 29 return ops->set_config(dev, channel, period_ns, duty_ns); in pwm_set_config()
|
D | tegra_pwm.c | 65 .set_config = tegra_pwm_set_config,
|
D | sandbox_pwm.c | 97 .set_config = sandbox_pwm_set_config,
|
D | exynos_pwm.c | 100 .set_config = exynos_pwm_set_config,
|
D | pwm-imx.c | 144 .set_config = imx_pwm_set_config,
|
D | sunxi_pwm.c | 166 .set_config = sunxi_pwm_set_config,
|
D | rk_pwm.c | 154 .set_config = rk_pwm_set_config,
|
/third_party/uboot/u-boot-2020.01/drivers/gpio/ |
D | tegra_gpio.c | 60 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/ |
D | gstvdpvideobufferpool.c | 87 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/ |
D | photography.c | 104 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()
|
D | photography.h | 543 gboolean (*set_config) (GstPhotography * photo, GstPhotographySettings * config); member
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsbufferpool.c | 106 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/ |
D | virtio_sandbox.c | 182 .set_config = virtio_sandbox_set_config, 211 .set_config = virtio_sandbox_set_config,
|
D | virtio-uclass.c | 46 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/ |
D | vkbufferpool.c | 125 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/ |
D | pwm.h | 24 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagepool.c | 167 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/ |
D | gstvideopool.c | 205 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/ |
D | gstmsdkbufferpool.c | 181 (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/ |
D | gstglbufferpool.c | 234 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/ |
D | ptr_set_adapter.hpp | 40 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/ |
D | gstbufferpool.h | 159 gboolean (*set_config) (GstBufferPool *pool, GstStructure *config); member
|
D | gstbufferpool.c | 143 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/ |
D | ximagepool.c | 609 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()
|