Searched refs:g_state (Results 1 – 2 of 2) sorted by relevance
124 extern VCHIQ_STATE_T g_state;130 VCHIQ_STATE_T *state = &g_state; in bcm_vchiq_intr()
154 VCHIQ_STATE_T g_state; variable211 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()1818 vchiq_dump_state(&context, &g_state); in vchiq_read()1830 if (g_state.remote == NULL) in vchiq_get_state()1832 else if (g_state.remote->initialised != 1) in vchiq_get_state()1834 __func__, g_state.remote->initialised); in vchiq_get_state()1836 return ((g_state.remote != NULL) && in vchiq_get_state()1837 (g_state.remote->initialised == 1)) ? &g_state : NULL; in vchiq_get_state()[all …]