Home
last modified time | relevance | path

Searched refs:pin_state (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/serial/
A Doti6858.c100 u8 pin_state; member
527 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ in oti6858_open()
613 unsigned pin_state; in oti6858_tiocmget() local
617 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()
621 if ((pin_state & PIN_RTS) != 0) in oti6858_tiocmget()
623 if ((pin_state & PIN_CTS) != 0) in oti6858_tiocmget()
625 if ((pin_state & PIN_DSR) != 0) in oti6858_tiocmget()
627 if ((pin_state & PIN_DTR) != 0) in oti6858_tiocmget()
629 if ((pin_state & PIN_RI) != 0) in oti6858_tiocmget()
631 if ((pin_state & PIN_DCD) != 0) in oti6858_tiocmget()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
A Ddpll.c19 enum dpll_pin_state pin_state; member
339 enum dpll_pin_state pin_state; in mlx5_dpll_periodic_work() local
346 pin_state = mlx5_dpll_pin_state_get(&synce_status); in mlx5_dpll_periodic_work()
353 if (mdpll->last.pin_state != pin_state) in mlx5_dpll_periodic_work()
358 mdpll->last.pin_state = pin_state; in mlx5_dpll_periodic_work()
/drivers/mmc/host/
A Drenesas_sdhi_core.c258 struct pinctrl_state *pin_state; in renesas_sdhi_start_signal_voltage_switch() local
263 pin_state = priv->pins_default; in renesas_sdhi_start_signal_voltage_switch()
266 pin_state = priv->pins_uhs; in renesas_sdhi_start_signal_voltage_switch()
276 if (IS_ERR(priv->pinctrl) || IS_ERR(pin_state)) in renesas_sdhi_start_signal_voltage_switch()
284 return pinctrl_select_state(priv->pinctrl, pin_state); in renesas_sdhi_start_signal_voltage_switch()
/drivers/dpll/zl3073x/
A Ddpll.c52 enum dpll_pin_state pin_state; member
2019 if (pin->pin_state == DPLL_PIN_STATE_CONNECTED) { in zl3073x_dpll_pin_phase_offset_check()
2187 if (state != pin->pin_state) { in zl3073x_dpll_changes_check()
2189 pin->pin_state, state); in zl3073x_dpll_changes_check()
2190 pin->pin_state = state; in zl3073x_dpll_changes_check()
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ptp.c313 u8 *pin_state, *pin_usg; in bnxt_ptp_cfg_pin() local
330 pin_state = &req->pin0_state; in bnxt_ptp_cfg_pin()
333 *(pin_state + (pin * 2)) = state; in bnxt_ptp_cfg_pin()

Completed in 22 milliseconds