| /kernel/linux/linux-6.6/drivers/usb/misc/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
| D | dsi_pll_14nm.c | 302 struct dsi_pll_output *pout = &pll->out; in pll_14nm_dec_frac_calc() local 316 pout->dec_start = (u32)dec_start; in pll_14nm_dec_frac_calc() 317 pout->div_frac_start = div_frac_start; in pll_14nm_dec_frac_calc() 332 pout->plllock_cmp = (u32)pll_comp_val; in pll_14nm_dec_frac_calc() 334 pout->pll_txclk_en = 1; in pll_14nm_dec_frac_calc() 335 pout->cmn_ldo_cntrl = 0x3c; in pll_14nm_dec_frac_calc() 355 struct dsi_pll_output *pout = &pll->out; in pll_14nm_calc_vco_count() local 365 pout->pll_vco_div_ref = data; in pll_14nm_calc_vco_count() 370 pout->pll_vco_count = data; in pll_14nm_calc_vco_count() 376 pout->pll_kvco_div_ref = data; in pll_14nm_calc_vco_count() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/pxa/ |
| D | zylonite.c | 31 static struct clk *pout; variable 70 clk_get_rate(pout), 0); in zylonite_wm9713_init() 167 pout = clk_get(NULL, "CLK_POUT"); in zylonite_probe() 168 if (IS_ERR(pout)) { in zylonite_probe() 170 PTR_ERR(pout)); in zylonite_probe() 171 return PTR_ERR(pout); in zylonite_probe() 174 ret = clk_enable(pout); in zylonite_probe() 178 clk_put(pout); in zylonite_probe() 183 clk_get_rate(pout)); in zylonite_probe() 192 clk_disable(pout); in zylonite_remove() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
| 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()
|
| D | lsdc_pixpll.h | 56 struct lsdc_pixpll_parms *pout);
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| 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]"
|
| D | inspur-ipsps1.rst | 63 power2_label "pout"
|
| D | pxe1610.rst | 99 power[2-4]_label "pout[1-3]"
|
| D | xdpe12284.rst | 82 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| 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]"
|
| D | inspur-ipsps1.rst | 63 power2_label "pout"
|
| D | mp2888.rst | 91 - indexes 2 for "pout";
|
| D | acbel-fsg032.rst | 72 power2_label "pout"
|
| D | pxe1610.rst | 99 power[2-4]_label "pout[1-3]"
|
| D | xdpe12284.rst | 86 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
| D | STG4000InitDevice.c | 119 u32 * FOut, u32 * ROut, u32 * POut) in ProgramClock() argument 232 *POut = 3; in ProgramClock() 234 *POut = ulBestOD; in ProgramClock()
|
| D | STG4000Interface.h | 37 extern u32 ProgramClock(u32 refClock, u32 coreClock, u32 *FOut, u32 *ROut, u32 *POut);
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/kyro/ |
| D | STG4000InitDevice.c | 119 u32 * FOut, u32 * ROut, u32 * POut) in ProgramClock() argument 232 *POut = 3; in ProgramClock() 234 *POut = ulBestOD; in ProgramClock()
|
| D | STG4000Interface.h | 37 extern u32 ProgramClock(u32 refClock, u32 coreClock, u32 *FOut, u32 *ROut, u32 *POut);
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | cm3605.txt | 16 the POUT (proximity sensor out) line. The edge detection must
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
| D | capella,cm3605.yaml | 35 Connected to the POUT (proximity sensor out) line. The edge
|
| /kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/staging/wfx/ |
| 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()
|