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