Home
last modified time | relevance | path

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

/drivers/usb/serial/
Doti6858.c100 u8 pin_state; member
529 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ in oti6858_open()
615 unsigned pin_state; in oti6858_tiocmget() local
619 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()
623 if ((pin_state & PIN_RTS) != 0) in oti6858_tiocmget()
625 if ((pin_state & PIN_CTS) != 0) in oti6858_tiocmget()
627 if ((pin_state & PIN_DSR) != 0) in oti6858_tiocmget()
629 if ((pin_state & PIN_DTR) != 0) in oti6858_tiocmget()
631 if ((pin_state & PIN_RI) != 0) in oti6858_tiocmget()
633 if ((pin_state & PIN_DCD) != 0) in oti6858_tiocmget()
[all …]
/drivers/mmc/host/
Drenesas_sdhi_core.c256 struct pinctrl_state *pin_state; in renesas_sdhi_start_signal_voltage_switch() local
261 pin_state = priv->pins_default; in renesas_sdhi_start_signal_voltage_switch()
264 pin_state = priv->pins_uhs; in renesas_sdhi_start_signal_voltage_switch()
274 if (IS_ERR(priv->pinctrl) || IS_ERR(pin_state)) in renesas_sdhi_start_signal_voltage_switch()
282 return pinctrl_select_state(priv->pinctrl, pin_state); in renesas_sdhi_start_signal_voltage_switch()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c275 u8 *pin_state, *pin_usg; in bnxt_ptp_cfg_pin() local
292 pin_state = &req->pin0_state; in bnxt_ptp_cfg_pin()
295 *(pin_state + (pin * 2)) = state; in bnxt_ptp_cfg_pin()