Home
last modified time | relevance | path

Searched refs:g_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c102 extern VCHIQ_STATE_T g_state;
108 VCHIQ_STATE_T *state = &g_state; in bcm_vchiq_intr()
H A Dvchiq_arm.c154 VCHIQ_STATE_T g_state; variable
211 DEBUG_INITIALISE(g_state.local) in add_completion()
284 DEBUG_INITIALISE(g_state.local) in service_callback()
433 DEBUG_INITIALISE(g_state.local) in vchiq_ioctl()
1588 vchiq_dump_state(&context, &g_state); in vchiq_read()
1600 if (g_state.remote == NULL) in vchiq_get_state()
1604 __func__, g_state.remote->initialised); in vchiq_get_state()
1606 return ((g_state.remote != NULL) && in vchiq_get_state()
1607 (g_state.remote->initialised == 1)) ? &g_state : NULL; in vchiq_get_state()
2824 err = vchiq_platform_init(&g_state); in vchiq_init()
[all …]