/linux/drivers/pinctrl/ |
H A D | pinctrl-eyeq5.c | 266 bool pd, pu; in eq5p_pinconf_get() local 269 pu = eq5p_test_bit(pctrl, bank, EQ5P_PU, offset); in eq5p_pinconf_get() 273 arg = !(pd || pu); in eq5p_pinconf_get() 279 arg = pu; in eq5p_pinconf_get() 310 bool pd, pu; in eq5p_pinctrl_pin_dbg_show() local 349 pu = eq5p_test_bit(pctrl, bank, EQ5P_PU, offset); in eq5p_pinctrl_pin_dbg_show() 350 if (pd && pu) in eq5p_pinctrl_pin_dbg_show() 352 else if (pd && !pu) in eq5p_pinctrl_pin_dbg_show() 354 else if (!pd && pu) in eq5p_pinctrl_pin_dbg_show()
|
H A D | pinctrl-st.c | 107 *[26] | pu | [Direction ] 233 struct regmap_field *alt, *oe, *pu, *od; member 248 const int alt, oe, pu, od, rt; member 350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100, 361 .pu = -1, /* Not Available */ 386 struct regmap_field *pull_up = pc->pu; in st_pinconf_set_config() 583 if (pc->pu) { in st_pinconf_get_direction() 584 regmap_field_read(pc->pu, &pu_value); in st_pinconf_get_direction() 1147 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, ls in st_parse_syscfgs() [all...] |
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser_rt.c | 359 rt->pu.gpr_val_upd[idx] = true; in ice_gpr_add() 360 rt->pu.gpr_val[idx] = val; in ice_gpr_add() 378 rt->pu.flg_msk |= BIT_ULL(idx); in ice_flg_add() 380 rt->pu.flg_val |= BIT_ULL(idx); in ice_flg_add() 382 rt->pu.flg_val &= ~BIT_ULL(idx); in ice_flg_add() 441 rt->pu.err_msk |= (u16)BIT(idx); in ice_err_add() 443 rt->pu.flg_val |= (u64)BIT_ULL(idx); in ice_err_add() 445 rt->pu.flg_val &= ~(u64)BIT_ULL(idx); in ice_err_add() 562 struct ice_gpr_pu *pu = &rt->pu; in ice_pu_exe() local [all...] |
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gm200.c | 34 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive() argument 41 pu &= 0x0f; in gm200_sor_dp_drive() 46 if ((data[2] & 0x00000f00) < (pu << 8) || ln == 0) in gm200_sor_dp_drive() 47 data[2] = (data[2] & ~0x00000f00) | (pu << 8); in gm200_sor_dp_drive()
|
H A D | g94.c | 64 g94_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in g94_sor_dp_drive() argument 74 if ((data[2] & 0x0000ff00) < (pu << 8) || ln == 0) in g94_sor_dp_drive() 75 data[2] = (data[2] & ~0x0000ff00) | (pu << 8); in g94_sor_dp_drive()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | volatile-considered-harmful.rst |
|
H A D | 4.Coding.rst |
|
H A D | 1.Intro.rst |
|
H A D | deprecated.rst |
|
H A D | management-style.rst |
|
H A D | 3.Early-stage.rst |
|
H A D | 5.Posting.rst |
|
H A D | 2.Process.rst |
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common-v2.c | 606 int err, pu, pd; in mtk_pinconf_bias_set_pu_pd() local 609 pu = 0; in mtk_pinconf_bias_set_pu_pd() 612 pu = 1; in mtk_pinconf_bias_set_pu_pd() 615 pu = 0; in mtk_pinconf_bias_set_pu_pd() 622 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_PU, pu); in mtk_pinconf_bias_set_pu_pd() 845 int pu, pd, rsel, err; in mtk_pinconf_bias_get_pu_pd_rsel() local 851 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_pu_pd_rsel() 859 if (pu == 0 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel() 862 } else if (pu == 1 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel() 868 } else if (pu in mtk_pinconf_bias_get_pu_pd_rsel() 887 int err, pu, pd; mtk_pinconf_bias_get_pu_pd() local [all...] |
/linux/Documentation/translations/it_IT/locking/ |
H A D | locktorture.rst |
|
H A D | lockdep-design.rst |
|
H A D | locktypes.rst |
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q.dtsi | 50 pu-supply = <®_pu>; 87 pu-supply = <®_pu>; 122 pu-supply = <®_pu>; 157 pu-supply = <®_pu>;
|
/linux/Documentation/translations/it_IT/RCU/ |
H A D | torture.rst |
|
/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | parse-headers.rst |
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra7-mmc-iodelay.dtsi | 9 mmc1_pins_default_no_clk_pu: mmc1-default-no-clk-pu-pins {
|
/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | locking.rst |
|
H A D | hacking.rst |
|
/linux/Documentation/translations/it_IT/core-api/ |
H A D | symbol-namespaces.rst |
|
/linux/Documentation/translations/it_IT/i2c/ |
H A D | i2c-protocol.rst |
|