Searched defs:syncs (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/tidspbridge/core/
H A Dmsg_sm.c247 struct sync_object *syncs[2]; local
283 syncs[0] = msg_queue_obj->sync_event;
284 syncs[1] = msg_queue_obj->sync_done;
285 status = sync_wait_on_multiple_events(syncs, 2, utimeout, &index);
327 struct sync_object *syncs[2]; local
369 syncs[0] = hmsg_mgr->sync_event;
370 syncs[1] = msg_queue_obj->sync_done;
371 status = sync_wait_on_multiple_events(syncs, 2, utimeout, &index);
/drivers/hid/
H A Dhid-debug.c622 static const char *syncs[3] = { variable
880 [EV_SYN] = syncs, [EV_KEY] = keys,
/drivers/gpu/drm/nouveau/
H A Dnvd0_display.c970 u32 syncs, magic, *push; local
972 syncs = 0x00000001;
974 syncs |= 0x00000008;
976 syncs |= 0x00000010;
987 evo_data(push, syncs);
1448 u32 syncs, magic, *push; local
1451 syncs = 0x00000001;
1453 syncs |= 0x00000008;
1455 syncs |= 0x00000010;
1511 syncs |
[all...]

Completed in 194 milliseconds