Home
last modified time | relevance | path

Searched refs:srvstate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.c232 srvstate_names[service->srvstate], in vchiq_set_service_state()
234 service->srvstate = newstate; in vchiq_set_service_state()
1673 srvstate_names[service->srvstate]); in parse_message()
2533 srvstate_names[service->srvstate], in vchiq_open_service_internal()
2630 switch (service->srvstate) { in close_service_complete()
2700 switch (service->srvstate) { in vchiq_close_service_internal()
2714 if (service->srvstate == in vchiq_close_service_internal()
2827 switch (service->srvstate) { in vchiq_free_service_internal()
2939 srvstate_names[service->srvstate]); in vchiq_close_service()
3000 srvstate_names[service->srvstate]); in vchiq_remove_service()
[all …]
A Dvchiq_dev.c147 int srvstate; in vchiq_ioc_create_service() local
158 srvstate = VCHIQ_SRVSTATE_OPENING; in vchiq_ioc_create_service()
160 srvstate = instance->connected ? in vchiq_ioc_create_service()
172 srvstate, instance, in vchiq_ioc_create_service()
1250 if (WARN_ON(service->srvstate != VCHIQ_SRVSTATE_FREE)) { in vchiq_release()
A Dvchiq_core.h195 int srvstate; member
471 int srvstate, struct vchiq_instance *instance,
A Dvchiq_arm.c775 int srvstate; in vchiq_add_service() local
779 srvstate = vchiq_is_connected(instance) in vchiq_add_service()
783 service = vchiq_add_service_internal(state, params, srvstate, instance, NULL); in vchiq_add_service()
1640 if (service_ptr->srvstate == VCHIQ_SRVSTATE_FREE) in vchiq_dump_service_use_state()

Completed in 23 milliseconds