Home
last modified time | relevance | path

Searched defs:pull (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/pinmux/common/
Dhal_pinctrl_v150_regs_def.h40 uint16_t pull : 2; /*!< Pull down/up. */ member
Dhal_pinctrl_v150_regs_op.h87 static inline void hal_pinctrl_v150_set_pull(pin_t pin, pin_pull_t pull) in hal_pinctrl_v150_set_pull()
/device/soc/hisilicon/ws63v100/sdk/application/samples/peripheral/pinctrl/
Dpinctrl_demo.c38 pin_pull_t pull; in pinctrl_task() local
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.c712 static void SdhciSetIodriver(uint32_t offset, uint32_t pull, uint32_t sr, uint32_t drv) in SdhciSetIodriver()
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
Dpinctrl-rockchip.c2639 static int rockchip_set_pull(struct rockchip_pin_bank *bank, int pin_num, int pull) in rockchip_set_pull()
2973 static bool rockchip_pinconf_pull_valid(struct rockchip_pin_ctrl *ctrl, enum pin_config_param pull) in rockchip_pinconf_pull_valid()