Lines Matching refs:link_state
186 u32 link_state; in handle_link_state_change() local
189 link_state = BDC_PST(uspc); in handle_link_state_change()
190 switch (link_state) { in handle_link_state_change()
230 dev_dbg(bdc->dev, "link state:%d\n", link_state); in handle_link_state_change()
473 u8 link_state; in bdc_udc_wakeup() local
486 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
487 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()
488 if (link_state != BDC_LINK_STATE_U3) { in bdc_udc_wakeup()
491 link_state); in bdc_udc_wakeup()
504 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
505 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()