Searched refs:pull_type (Results 1 – 14 of 14) sorted by relevance
| /u-boot/drivers/pinctrl/rockchip/ |
| A D | pinctrl-rockchip.h | 361 .pull_type[0] = pull0, \ 362 .pull_type[1] = pull1, \ 363 .pull_type[2] = pull2, \ 364 .pull_type[3] = pull3, \ 386 .pull_type[0] = pull0, \ 387 .pull_type[1] = pull1, \ 388 .pull_type[2] = pull2, \ 389 .pull_type[3] = pull3, \ 436 .pull_type[0] = pull0, \ 437 .pull_type[1] = pull1, \ [all …]
|
| A D | pinctrl-rk3188.c | 87 type = bank->pull_type[pin_num / 8]; in rk3188_set_pull()
|
| A D | pinctrl-rk3368.c | 79 type = bank->pull_type[pin_num / 8]; in rk3368_set_pull()
|
| A D | pinctrl-rk3288.c | 105 type = bank->pull_type[pin_num / 8]; in rk3288_set_pull()
|
| A D | pinctrl-rk322x.c | 199 type = bank->pull_type[pin_num / 8]; in rk3228_set_pull()
|
| A D | pinctrl-rk3399.c | 121 type = bank->pull_type[pin_num / 8]; in rk3399_set_pull()
|
| A D | pinctrl-rv1108.c | 145 type = bank->pull_type[pin_num / 8]; in rv1108_set_pull()
|
| A D | pinctrl-rk3328.c | 182 type = bank->pull_type[pin_num / 8]; in rk3328_set_pull()
|
| A D | pinctrl-px30.c | 142 type = bank->pull_type[pin_num / 8]; in px30_set_pull()
|
| A D | pinctrl-rk3588.c | 264 type = bank->pull_type[pin_num / 8]; in rk3588_set_pull()
|
| A D | pinctrl-rk3308.c | 310 type = bank->pull_type[pin_num / 8]; in rk3308_set_pull()
|
| A D | pinctrl-rv1126.c | 235 type = bank->pull_type[pin_num / 8]; in rv1126_set_pull()
|
| A D | pinctrl-rk3568.c | 234 type = bank->pull_type[pin_num / 8]; in rk3568_set_pull()
|
| /u-boot/arch/x86/include/asm/arch-braswell/ |
| A D | gpio.h | 117 enum pull_type { enum
|
Completed in 32 milliseconds