Searched refs:line_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/serial/ |
D | kl5kusb105.c | 117 unsigned long line_state; /* modem line settings */ member 231 priv->line_state = 0; in klsi_105_port_probe() 258 unsigned long line_state; in klsi_105_open() local 317 rc = klsi_105_get_line_state(port, &line_state); in klsi_105_open() 320 priv->line_state = line_state; in klsi_105_open() 322 dev_dbg(&port->dev, "%s - read line state 0x%lx\n", __func__, line_state); in klsi_105_open() 585 unsigned long line_state; in klsi_105_tiocmget() local 587 rc = klsi_105_get_line_state(port, &line_state); in klsi_105_tiocmget() 596 priv->line_state = line_state; in klsi_105_tiocmget() 598 dev_dbg(&port->dev, "%s - read line state 0x%lx\n", __func__, line_state); in klsi_105_tiocmget() [all …]
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-mxs-usb.c | 344 unsigned int line_state; in mxs_phy_is_low_speed_connection() local 359 regmap_read(mxs_phy->regmap_anatop, reg, &line_state); in mxs_phy_is_low_speed_connection() 361 if ((line_state & (dp_bit | dm_bit)) == dm_bit) in mxs_phy_is_low_speed_connection()
|
D | phy-msm-usb.c | 952 u32 line_state; in msm_chg_check_dcd() local 957 line_state = ulpi_read(phy, 0x15); in msm_chg_check_dcd() 958 ret = !(line_state & 1); in msm_chg_check_dcd() 961 line_state = ulpi_read(phy, 0x87); in msm_chg_check_dcd() 962 ret = line_state & 2; in msm_chg_check_dcd()
|