Lines Matching refs:link_state
182 u32 link_state; in handle_link_state_change() local
185 link_state = BDC_PST(uspc); in handle_link_state_change()
186 switch (link_state) { in handle_link_state_change()
226 dev_dbg(bdc->dev, "link state:%d\n", link_state); in handle_link_state_change()
470 u8 link_state; in bdc_udc_wakeup() local
483 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
484 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()
485 if (link_state != BDC_LINK_STATE_U3) { in bdc_udc_wakeup()
488 link_state); in bdc_udc_wakeup()
501 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
502 dev_dbg(bdc->dev, "link_state =%d portsc=%x", link_state, uspc); in bdc_udc_wakeup()