Searched refs:outn (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/mfd/ |
H A D | idt82p33_reg.h | 45 #define OUT_MUX_CNFG(outn) REG_ADDR(0x6, (0xC * (outn))) argument
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | msm8226-motorola-falcon.dts | 146 reg_lcd_neg: outn { 147 regulator-name = "outn";
|
H A D | qcom-msm8926-motorola-peregrine.dts | 131 reg_lcd_neg: outn { 132 regulator-name = "outn";
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-huawei-g7.dts | 155 reg_lcd_neg: outn { 156 regulator-name = "outn";
|
/linux/drivers/regulator/ |
H A D | aw37503-regulator.c | 157 AW37503_REGULATOR_DESC(VNEG, outn),
|
H A D | tps65132-regulator.c | 201 TPS65132_REGULATOR_DESC(VNEG, outn),
|
/linux/drivers/ptp/ |
H A D | ptp_clockmatrix.c | 833 static int get_output_base_addr(enum fw_version ver, u8 outn) in get_output_base_addr() argument 837 switch (outn) { in get_output_base_addr() 1328 bool enable, unsigned int outn) in idtcm_output_enable() argument 1335 base = get_output_base_addr(idtcm->fw_ver, outn); in idtcm_output_enable() 1339 "%s - Unsupported out%d", __func__, outn); in idtcm_output_enable()
|
H A D | ptp_idt82p33.c | 881 bool enable, unsigned int outn) in idt82p33_output_enable() argument 887 err = idt82p33_read(idt82p33, OUT_MUX_CNFG(outn), &val, sizeof(val)); in idt82p33_output_enable() 895 return idt82p33_write(idt82p33, OUT_MUX_CNFG(outn), &val, sizeof(val)); in idt82p33_output_enable()
|