Searched refs:set_config (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pwm/ |
| H A D | pwm-uclass.c | 27 if (!ops->set_config) in pwm_set_config() 30 return ops->set_config(dev, channel, period_ns, duty_ns); in pwm_set_config()
|
| H A D | rk_pwm.c | 74 int (*set_config)(struct udevice *dev, uint channel, member 215 return priv->data->funcs.set_config(dev, channel, period_ns, duty_ns); in rk_pwm_set_config() 338 .set_config = rk_pwm_set_config, 358 .set_config = rk_pwm_set_config_v1, 380 .set_config = rk_pwm_set_config_v1, 402 .set_config = rk_pwm_set_config_v1, 424 .set_config = rk_pwm_set_config_v1, 445 .set_config = rk_pwm_set_config_v4,
|
| H A D | sandbox_pwm.c | 75 .set_config = sandbox_pwm_set_config,
|
| H A D | tegra_pwm.c | 68 .set_config = tegra_pwm_set_config,
|
| H A D | exynos_pwm.c | 103 .set_config = exynos_pwm_set_config,
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | tegra_gpio.c | 63 static void set_config(unsigned gpio, int type) in set_config() function 146 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_input() 165 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_output() 221 set_config(config[i].gpio, CONFIG_GPIO); in gpio_config_table()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pwm.h | 25 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | core.h | 185 int (*set_config)(struct serdes *serdes, member
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/ |
| H A D | rohm-bu18rl82.c | 443 .set_config = bu18rl82_gpio_set_config,
|
| H A D | rohm-bu18tl82.c | 426 .set_config = bu18tl82_gpio_set_config,
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | composite.c | 332 static int set_config(struct usb_composite_dev *cdev, in set_config() function 920 value = set_config(cdev, ctrl, w_value); in composite_setup()
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/ |
| H A D | maxim-max96752.c | 549 .set_config = max96752_gpio_set_config,
|
| H A D | maxim-max96755.c | 642 .set_config = max96755_gpio_set_config,
|
| H A D | maxim-max96772.c | 724 .set_config = max96772_gpio_set_config,
|
| H A D | maxim-max96789.c | 644 .set_config = max96789_gpio_set_config,
|
| H A D | maxim-max96745.c | 738 .set_config = max96745_gpio_set_config,
|