Lines Matching refs:link_state
181 u32 link_state; in handle_link_state_change() local
184 link_state = BDC_PST(uspc); in handle_link_state_change()
185 switch (link_state) { in handle_link_state_change()
225 dev_dbg(bdc->dev, "link state:%d\n", link_state); in handle_link_state_change()
469 u8 link_state; in bdc_udc_wakeup() local
482 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
483 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()
484 if (link_state != BDC_LINK_STATE_U3) { in bdc_udc_wakeup()
487 link_state); in bdc_udc_wakeup()
500 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
501 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()