HomeSort by: relevance | last modified time | path
    Searched defs:g_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 156 VCHIQ_STATE_T g_state; variable in typeref:typename:VCHIQ_STATE_T
236 DEBUG_INITIALISE(g_state.local)
309 DEBUG_INITIALISE(g_state.local)
457 DEBUG_INITIALISE(g_state.local)
1572 vchiq_dump_state(&context, &g_state);
1586 if (g_state.remote == NULL)
1587 printk(KERN_ERR "%s: g_state.remote == NULL\n", __func__);
1588 else if (g_state.remote->initialised != 1)
1589 printk(KERN_NOTICE "%s: g_state.remote->initialised != 1 (%d)\n",
1590 __func__, g_state.remote->initialised)
    [all...]
vchiq_arm.c 156 VCHIQ_STATE_T g_state; variable in typeref:typename:VCHIQ_STATE_T
236 DEBUG_INITIALISE(g_state.local)
309 DEBUG_INITIALISE(g_state.local)
457 DEBUG_INITIALISE(g_state.local)
1572 vchiq_dump_state(&context, &g_state);
1586 if (g_state.remote == NULL)
1587 printk(KERN_ERR "%s: g_state.remote == NULL\n", __func__);
1588 else if (g_state.remote->initialised != 1)
1589 printk(KERN_NOTICE "%s: g_state.remote->initialised != 1 (%d)\n",
1590 __func__, g_state.remote->initialised)
    [all...]

Completed in 23 milliseconds