Home
last modified time | relevance | path

Searched full:chan1 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c69 * [19] chan1 tx_hs_en control selection.
71 * [18] register bit for chan1 tx_hs_en.
72 * [17] chan1 tx_lp_en control selection.
74 * [16] register bit from chan1 tx_lp_en.
91 * [1] chan1 power down.
103 * [8:5] chan1 state. {0, tx_stop, tx_ulps, tx_hs_active}
/linux/drivers/iio/adc/
H A Dti-ads8344.c45 #define ADS8344_VOLTAGE_CHANNEL_DIFF(chan1, chan2, addr) \ argument
49 .channel = (chan1), \
H A Dmcp320x.c243 #define MCP320X_VOLTAGE_CHANNEL_DIFF(chan1, chan2) \ argument
247 .channel = (chan1), \
249 .address = (chan1), \
H A Dti-adc0832.c57 #define ADC0832_VOLTAGE_CHANNEL_DIFF(chan1, chan2, si) \ argument
61 .channel = (chan1), \
H A Dti-ads131m02.c66 * Response = index 0..2, Chan0 = index 3..5, Chan1 = index 6..8, ...
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c138 struct ieee80211_channel *chan0 = NULL, *chan1 = NULL; in wfx_get_ps_timeout() local
154 chan1 = vif_ch1->bss_conf.chanreq.oper.chan; in wfx_get_ps_timeout()
156 if (chan0 && chan1 && vif->type != NL80211_IFTYPE_AP) { in wfx_get_ps_timeout()
157 if (chan0->hw_value == chan1->hw_value) { in wfx_get_ps_timeout()
/linux/drivers/comedi/drivers/
H A Dni_labpc_common.c423 unsigned int chan1; in labpc_ai_scan_mode() local
433 chan1 = CR_CHAN(cmd->chanlist[1]); in labpc_ai_scan_mode()
435 if (chan0 < chan1) in labpc_ai_scan_mode()
438 if (chan0 > chan1) in labpc_ai_scan_mode()
/linux/Documentation/devicetree/bindings/mfd/
H A Dti-lmu.txt188 chan1 {
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922d.c2350 const struct rtw89_chan *chan0, *chan1; in rtw8922d_digital_pwr_comp() local
2355 chan1 = conf.chans[1]; in rtw8922d_digital_pwr_comp()
2360 rtw8922d_set_digital_pwr_comp(rtwdev, chan1, 1, RF_PATH_A, RTW89_PHY_1); in rtw8922d_digital_pwr_comp()
2361 rtw8922d_set_digital_pwr_comp(rtwdev, chan1, 1, RF_PATH_B, RTW89_PHY_1); in rtw8922d_digital_pwr_comp()
2364 rtw8922d_set_digital_pwr_comp(rtwdev, chan1, 0, RF_PATH_B, RTW89_PHY_1); in rtw8922d_digital_pwr_comp()
/linux/drivers/dma/
H A Ddma-jz4780.c967 * Enabling then disabling chan1 will magically make chan0 work in jz4780_dma_probe()