/linux/drivers/usb/misc/ |
H A D | brcmstb-usb-pinmap.c | 78 struct out_pin *pout; in brcmstb_usb_pinmap_ovr_isr() local 84 pout = pdata->out_pins; in brcmstb_usb_pinmap_ovr_isr() 87 if (val & pout->changed_mask) { in brcmstb_usb_pinmap_ovr_isr() 88 pinmap_set(pdata->regs, pout->clr_changed_mask); in brcmstb_usb_pinmap_ovr_isr() 89 pinmap_unset(pdata->regs, pout->clr_changed_mask); in brcmstb_usb_pinmap_ovr_isr() 90 bit = val & pout->value_mask; in brcmstb_usb_pinmap_ovr_isr() 91 gpiod_set_value(pout->gpiod, bit ? 1 : 0); in brcmstb_usb_pinmap_ovr_isr() 93 __func__, pout->name, bit ? 1 : 0); in brcmstb_usb_pinmap_ovr_isr() 133 struct out_pin *pout; in parse_pins() local 171 pout = pdata->out_pins; in parse_pins() [all …]
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_pixpll.c | 145 * @pout: point to where the parameters to store if found 151 struct lsdc_pixpll_parms *pout) in lsdc_pixpll_find() argument 161 pout->div_ref = pt->div_ref; in lsdc_pixpll_find() 162 pout->loopc = pt->loopc; in lsdc_pixpll_find() 163 pout->div_out = pt->div_out; in lsdc_pixpll_find() 187 * @pout: point to the out struct of lsdc_pixpll_parms 194 struct lsdc_pixpll_parms *pout) in lsdc_pixel_pll_compute() argument 203 if (!lsdc_pixpll_find(this, clock, pout)) in lsdc_pixel_pll_compute() 230 *pout = *pparms; in lsdc_pixel_pll_compute() 240 *pout = *pparms; in lsdc_pixel_pll_compute()
|
H A D | lsdc_pixpll.h | 56 struct lsdc_pixpll_parms *pout);
|
/linux/Documentation/hwmon/ |
H A D | isl68137.rst | 462 power[2-3]_label "pout[1-2]" 507 power2_label "pout" 552 power[3-4]_label "pout[1-2]" 597 power[4-6]_label "pout[1-3]"
|
H A D | mp2888.rst | 91 - indexes 2 for "pout";
|
H A D | inspur-ipsps1.rst | 63 power2_label "pout"
|
H A D | mp2856.rst | 80 - indexes 2, 3 for "pout";
|
H A D | acbel-fsg032.rst | 72 power2_label "pout"
|
H A D | xdpe12284.rst | 86 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
H A D | pxe1610.rst | 99 power[2-4]_label "pout[1-3]"
|
H A D | xdpe152c4.rst | 94 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
H A D | stpddc60.rst | 55 The following attributes are supported. Vin, iout, pout and temp limits
|
H A D | ir35221.rst | 80 power[2-3]_label "pout[1-2]"
|
H A D | lt7182s.rst | 84 power[1-2]_label "pout[1-2]"
|
H A D | bel-pfe.rst | 102 power[3-4]_label "pout[1-2]"
|
H A D | mp2975.rst | 107 - indexes n+1, n+2 for "pout";
|
H A D | max16601.rst | 126 power3_label "pout"
|
H A D | tps53679.rst | 144 power[N]_label "pout[1-2]".
|
H A D | ucd9200.rst | 104 power[2-5]_label "pout[1-4]"
|
/linux/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 119 u32 * FOut, u32 * ROut, u32 * POut) in ProgramClock() argument 232 *POut = 3; in ProgramClock() 234 *POut = ulBestOD; in ProgramClock()
|
H A D | STG4000Interface.h | 37 extern u32 ProgramClock(u32 refClock, u32 coreClock, u32 *FOut, u32 *ROut, u32 *POut);
|
/linux/drivers/hwmon/pmbus/ |
H A D | mp2891.c | 241 * is linear11 format, But the pout scale is set to 1A/Lsb(using in mp2891_read_word_data() 257 * format, But the pout scale is set to 1W/Lsb(using r/m/b scale). in mp2891_read_word_data() 270 * exponent is not a constant value. But the pout scale is set to in mp2891_read_word_data() 271 * 1W/Lsb(using r/m/b scale). As a result, the pout read from MP2891 in mp2891_read_word_data()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 150 s8 pout = -6; in query_rxphystatus() local 154 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus() 157 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus() 160 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus() 163 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus() 166 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | capella,cm3605.yaml | 35 Connected to the POUT (proximity sensor out) line. The edge
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | debug.c | 193 seq_printf(seq, "Target Pout: %d.%02d dBm\n", tmp / 4, (tmp % 4) * 25); in wfx_tx_power_loop_show() 195 seq_printf(seq, "FEM Pout: %d.%02d dBm\n", tmp / 4, (tmp % 4) * 25); in wfx_tx_power_loop_show()
|