Searched refs:pin_state (Results 1 – 6 of 6) sorted by relevance
100 u8 pin_state; member527 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ in oti6858_open()613 unsigned pin_state; in oti6858_tiocmget() local617 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 …]
21 enum dpll_pin_state pin_state; member341 enum dpll_pin_state pin_state; in mlx5_dpll_periodic_work() local348 pin_state = mlx5_dpll_pin_state_get(&synce_status); in mlx5_dpll_periodic_work()355 if (mdpll->last.pin_state != pin_state) in mlx5_dpll_periodic_work()360 mdpll->last.pin_state = pin_state; in mlx5_dpll_periodic_work()
25 unsigned int pin_state; member51 return !!(gpio_priv->pin_state & BIT(offset)); in cirrus_scodec_test_gpio_get()224 priv->gpio_priv->pin_state = in cirrus_scodec_test_spkid_parse()230 i, priv->gpio_priv->pin_state); in cirrus_scodec_test_spkid_parse()
58 enum dpll_pin_state pin_state; member1666 if (pin->pin_state == DPLL_PIN_STATE_CONNECTED) in zl3073x_dpll_pin_phase_offset_check()1848 if (state != pin->pin_state) { in zl3073x_dpll_changes_check()1850 pin->pin_state, state); in zl3073x_dpll_changes_check()1851 pin->pin_state = state; in zl3073x_dpll_changes_check()
313 u8 *pin_state, *pin_usg; in bnxt_ptp_cfg_pin() local330 pin_state = &req->pin0_state; in bnxt_ptp_cfg_pin()333 *(pin_state + (pin * 2)) = state; in bnxt_ptp_cfg_pin()
4125 int pin_state, int stream_state) in set_path_power() argument 4140 if (pin_state >= 0) in set_path_power() 4141 path->pin_enabled = pin_state; in set_path_power()