Searched refs:LDC_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
46 #define LDC_STATE_INIT 0x01 macro
180 case LDC_STATE_INIT: in state_to_str()1173 ldc_set_state(lp, LDC_STATE_INIT); in ldc_alloc()1240 (lp->state != LDC_STATE_INIT)) in ldc_bind()1391 ldc_set_state(lp, LDC_STATE_INIT); in ldc_disconnect()
748 if (state == LDC_STATE_INIT) { in vio_port_up()