| /openbmc/u-boot/arch/arm/dts/ |
| H A D | tegra124-nyan-big.dts | 80 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 87 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; 94 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 101 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 108 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 115 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 122 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 129 nvidia,pull = <TEGRA_PIN_PULL_UP>; 136 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; 143 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; [all …]
|
| H A D | tegra124-apalis.dts | 129 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 136 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 143 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 150 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 157 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 166 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 175 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 184 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 193 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 200 nvidia,pull = <TEGRA_PIN_PULL_NONE>; [all …]
|
| H A D | stm32mp157-pinctrl.dtsi | 193 bias-pull-down; 194 drive-push-pull; 202 bias-pull-down; 203 drive-push-pull; 211 bias-pull-down; 212 drive-push-pull; 221 drive-push-pull; 233 drive-push-pull; 238 bias-pull-up; 239 drive-push-pull; [all …]
|
| H A D | rv1108.dtsi | 358 pcfg_pull_up: pcfg-pull-up { 359 bias-pull-up; 362 pcfg_pull_down: pcfg-pull-down { 363 bias-pull-down; 366 pcfg_pull_none: pcfg-pull-none { 370 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 374 pcfg_pull_none_drv_12ma: pcfg-pull-none-drv-12ma { 378 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma { 379 bias-pull-up; 383 pcfg_pull_none_drv_4ma: pcfg-pull-none-drv-4ma { [all …]
|
| H A D | mt7623n-bananapi-bpi-r2.dts | 135 bias-pull-up; 140 bias-pull-down; 145 bias-pull-up; 160 bias-pull-up; 171 bias-pull-up;
|
| H A D | zynq-zc706.dts | 194 conf-pull-up { 196 bias-pull-up; 199 conf-pull-none { 213 bias-pull-up; 240 bias-pull-up; 253 bias-pull-up;
|
| H A D | zynq-zc702.dts | 276 conf-pull-up { 278 bias-pull-up; 281 conf-pull-none { 295 bias-pull-up; 335 bias-pull-up; 348 bias-pull-up;
|
| H A D | tegra20-tamonten.dtsi | 179 nvidia,pull = <0>; 185 nvidia,pull = <0>; 189 nvidia,pull = <1>; 197 nvidia,pull = <0>; 204 nvidia,pull = <2>; 217 nvidia,pull = <2>; 222 nvidia,pull = <2>; 237 nvidia,pull = <1>;
|
| H A D | tegra20-ventana.dts | 234 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 241 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 247 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 251 nvidia,pull = <TEGRA_PIN_PULL_UP>; 256 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; 261 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; 272 nvidia,pull = <TEGRA_PIN_PULL_UP>; 277 nvidia,pull = <TEGRA_PIN_PULL_UP>; 292 nvidia,pull = <TEGRA_PIN_PULL_DOWN>; 299 nvidia,pull-down-strength = <31>; [all …]
|
| H A D | meson-gxbb.dtsi | 74 reg-names = "mux", "pull", "gpio"; 350 reg-names = "mux", "pull", "pull-enable", "gpio"; 377 cfg-pull-down { 379 bias-pull-down; 426 cfg-pull-down { 428 bias-pull-down; 449 cfg-pull-down { 451 bias-pull-down;
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-pull-request.rst | 1 .. _submitting-a-pull-request: 10 will need to submit pull requests, although occasionally for a large 11 patch series we might ask a submitter to send a pull request. This page 12 documents our recommendations on pull requests for those people. 14 A good rule of thumb is not to send a pull request unless somebody asks 17 **Resend the patches with the pull request** as emails which are 18 threaded as follow-ups to the pull request itself. The simplest way to 20 emails, and then edit the cover letter to include the pull request 21 details that ``git request-pull`` outputs. 31 with a pull request you're now indicating that the patch has passed via [all …]
|
| /openbmc/u-boot/board/qualcomm/dragonboard820c/ |
| H A D | dragonboard820c.c | 78 const struct tlmm_cfg pull[] = { in sdhci_power_init() local 95 for (i = 0; i < ARRAY_SIZE(pull); i++) in sdhci_power_init() 97 pull[i].mask << pull[i].bit, in sdhci_power_init() 98 pull[i].val << pull[i].bit); in sdhci_power_init()
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | db8500_gpio.c | 115 void db8500_gpio_set_pull(unsigned gpio, enum db8500_gpio_pull pull) in db8500_gpio_set_pull() argument 123 if (pull == DB8500_GPIO_PULL_NONE) in db8500_gpio_set_pull() 129 if (pull == DB8500_GPIO_PULL_UP) in db8500_gpio_set_pull() 131 else if (pull == DB8500_GPIO_PULL_DOWN) in db8500_gpio_set_pull() 192 int pull = PIN_PULL(cfg); in config_pin() local 201 db8500_gpio_set_pull(pin, pull); in config_pin()
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | memcpy.S | 173 .macro forward_copy_shift pull push 195 mov r3, lr, lspull #\pull 199 mov r4, r4, lspull #\pull 201 mov r5, r5, lspull #\pull 203 mov r6, r6, lspull #\pull 205 mov r7, r7, lspull #\pull 207 mov r8, r8, lspull #\pull 209 mov r9, r9, lspull #\pull 211 mov ip, ip, lspull #\pull 223 15: mov r3, lr, lspull #\pull [all …]
|
| /openbmc/qemu/hw/gpio/ |
| H A D | nrf51_gpio.c | 50 int pull = extract32(config, 2, 2); in pull_value() local 51 if (pull == NRF51_GPIO_PULLDOWN) { in pull_value() 53 } else if (pull == NRF51_GPIO_PULLUP) { in pull_value() 77 int pull; in update_state() local 83 pull = pull_value(s->cnf[i]); in update_state() 92 if (pull >= 0) { in update_state() 94 s->in = deposit32(s->in, i, 1, pull); in update_state() 116 if (pull >= 0 && !connected_out) { in update_state() 118 out = pull; in update_state()
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | intel,x86-pinctrl.txt | 21 - pull-strength - (optional) this set the pull strength of the pin 22 - pull-assign - (optional) this set the pull assignement (up/down) of the pin
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | patchtest-setup-sharedir | 74 (cd "${SHAREDIR}/$BASENAME" && git pull) 82 (cd "${SHAREDIR}/$BASENAME" && git pull)
|
| H A D | create-pull-request | 15 ODIR=pull-$$ 33 -o output_dir Specify the output directory for the messages (default: pull-PID) 44 $CMD -u contrib -r master -i misc -b nitin/misc -o pull-misc 210 git request-pull $RELATIVE_TO $REMOTE_URL $COMMIT_ID >> "$PM" 212 git request-pull $RELATIVE_TO $REMOTE_URL $L_BRANCH:$BRANCH >> "$PM" 270 send-pull-request -a -p $ODIR
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 33 …pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-lef…
|
| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 4 such as pull-up/down, tri-state, drive-strength etc are designated as pin 180 bias-pull-up - pull up the pin 181 bias-pull-down - pull down the pin 182 bias-pull-pin-default - use pin-default pull state 183 drive-push-pull - drive actively high and low 204 bias-pull-up; 216 bias-pull-up; 227 - bias-pull-up, -down and -pin-default take as optional argument on hardware 228 supporting it the pull strength in Ohm. bias-disable will disable the pull.
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | foundation.scss | 843 .small-pull-1 { 857 .small-pull-2 { 871 .small-pull-3 { 885 .small-pull-4 { 899 .small-pull-5 { 913 .small-pull-6 { 927 .small-pull-7 { 941 .small-pull-8 { 955 .small-pull-9 { 969 .small-pull-10 { [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | ci.rst | 16 These tests are also used as gating tests before merging pull requests. 21 On QEMU, the gating process happens during the pull request. The approval is 22 done by the project leader running its own set of tests. The pull request gets
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | spi-sunxi.c | 185 int drive, pull = 0, pin, i; in sun4i_spi_parse_pins() local 222 pull = 0; in sun4i_spi_parse_pins() 224 pull = 1; in sun4i_spi_parse_pins() 226 pull = 2; in sun4i_spi_parse_pins() 228 pull = fdt_getprop_u32_default_node(fdt, offset, 0, in sun4i_spi_parse_pins() 231 pull = min(pull, 2); in sun4i_spi_parse_pins() 253 sunxi_gpio_set_pull(pin, pull); in sun4i_spi_parse_pins()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/ |
| H A D | README.md | 19 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 27 Note, it is discouraged to send patches via GitHub pull request system. Such 30 'git request-pull' to generate an email referencing your git repository.
|
| /openbmc/openbmc/meta-phosphor/recipes-core/dropbear/ |
| H A D | dropbear_%.bbappend | 3 # to yocto 2.5 or later which will pull in the latest dropbear code. 17 # pull in OpenSSH's /usr/libexec/sftp-server so we don't have to rely
|