Searched refs:pout (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/soc/pxa/
H A Dzylonite.c37 static struct clk *pout; variable in typeref:struct:clk
76 clk_get_rate(pout), 0); zylonite_wm9713_init()
176 pout = clk_get(NULL, "CLK_POUT"); zylonite_probe()
177 if (IS_ERR(pout)) { zylonite_probe()
179 PTR_ERR(pout)); zylonite_probe()
180 return PTR_ERR(pout); zylonite_probe()
183 ret = clk_enable(pout); zylonite_probe()
187 clk_put(pout); zylonite_probe()
192 clk_get_rate(pout)); zylonite_probe()
201 clk_disable(pout); zylonite_remove()
202 clk_put(pout); zylonite_remove()
211 clk_disable(pout); zylonite_suspend_post()
221 ret = clk_enable(pout); zylonite_resume_pre()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c173 char pout = -6; query_rxphystatus() local
177 rx_pwr_all = pout - 32 - (2*vga_idx); query_rxphystatus()
180 rx_pwr_all = pout - 24 - (2*vga_idx); query_rxphystatus()
183 rx_pwr_all = pout - 11 - (2*vga_idx); query_rxphystatus()
186 rx_pwr_all = pout + 5 - (2*vga_idx); query_rxphystatus()
189 rx_pwr_all = pout + 21 - (2*vga_idx); query_rxphystatus()
/linux-4.4.14/drivers/isdn/gigaset/
H A Dcapi.c300 char *pout = result; format_ie() local
309 *pout++ = hex_asc_hi(*++ie); format_ie()
310 *pout++ = hex_asc_lo(*ie); format_ie()
311 *pout++ = ' '; format_ie()
314 *pout++ = '.'; format_ie()
315 *pout++ = '.'; format_ie()
316 *pout++ = '.'; format_ie()
318 *--pout = 0; format_ie()
/linux-4.4.14/drivers/hwmon/pmbus/
H A Dpmbus_core.c1400 .label = "pout",

Completed in 179 milliseconds