Searched refs:pin_state (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c19 enum dpll_pin_state pin_state; member in struct:mlx5_dpll::__anon673
258 enum dpll_pin_state pin_state; local
265 pin_state = mlx5_dpll_pin_state_get(&synce_status);
272 if (mdpll->last.pin_state != pin_state)
277 mdpll->last.pin_state = pin_state;
/linux-master/drivers/usb/serial/
H A Doti6858.c100 u8 pin_state; member in struct:oti6858_control_pkt
528 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */
614 unsigned pin_state; local
618 pin_state = priv->status.pin_state & PIN_MASK;
622 if ((pin_state & PIN_RTS) != 0)
624 if ((pin_state & PIN_CTS) != 0)
626 if ((pin_state & PIN_DSR) != 0)
628 if ((pin_state & PIN_DTR) != 0)
630 if ((pin_state
[all...]
/linux-master/sound/pci/hda/
H A Dcirrus_scodec_test.c16 unsigned int pin_state; member in struct:cirrus_scodec_test_gpio
42 return !!(gpio_priv->pin_state & BIT(offset));
223 priv->gpio_priv->pin_state =
228 "get_speaker_id failed amp:%d pin_state:%#x\n",
229 i, priv->gpio_priv->pin_state);
H A Dhda_generic.c4136 int pin_state, int stream_state)
4151 if (pin_state >= 0)
4152 path->pin_enabled = pin_state;
4135 set_path_power(struct hda_codec *codec, hda_nid_t nid, int pin_state, int stream_state) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c963 mpin[i].pin_state == SKL_PIN_UNBIND) {
975 mpin[i].pin_state == SKL_PIN_UNBIND) {
994 mpin[q_index].pin_state = SKL_PIN_UNBIND;
1007 if (mpin[i].pin_state == SKL_PIN_UNBIND)
1111 src_pin_state = src_mcfg->m_out_pin[src_index].pin_state;
1112 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state;
1218 src_mcfg->m_out_pin[src_index].pin_state = SKL_PIN_BIND_DONE;
1219 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE;
H A Dskl-debug.c47 m_pin[i].pin_state, i);
H A Dskl-topology.h260 enum skl_module_pin_state pin_state; member in struct:skl_module_pin
H A Dskl-topology.c761 if (mcfg->m_out_pin[i].pin_state != SKL_PIN_BIND_DONE)
766 if (mcfg->m_in_pin[i].pin_state != SKL_PIN_BIND_DONE)
1155 if (sink_mconfig->m_in_pin[i].pin_state == SKL_PIN_BIND_DONE) {
1256 if (src_mconfig->m_out_pin[i].pin_state == SKL_PIN_BIND_DONE) {
2148 m_pin[pin_count].pin_state = SKL_PIN_UNBIND;
2747 m_pin[i].pin_state = SKL_PIN_UNBIND;
2949 mconfig->m_in_pin[i].pin_state = SKL_PIN_UNBIND;
2953 mconfig->m_out_pin[i].pin_state = SKL_PIN_UNBIND;
/linux-master/drivers/mmc/host/
H A Drenesas_sdhi_core.c256 struct pinctrl_state *pin_state; local
261 pin_state = priv->pins_default;
264 pin_state = priv->pins_uhs;
274 if (IS_ERR(priv->pinctrl) || IS_ERR(pin_state))
282 return pinctrl_select_state(priv->pinctrl, pin_state);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c275 u8 *pin_state, *pin_usg; local
292 pin_state = &req->pin0_state;
295 *(pin_state + (pin * 2)) = state;

Completed in 206 milliseconds