Searched refs:syncs (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/staging/tidspbridge/core/ |
D | msg_sm.c | 247 struct sync_object *syncs[2]; in bridge_msg_get() local 283 syncs[0] = msg_queue_obj->sync_event; in bridge_msg_get() 284 syncs[1] = msg_queue_obj->sync_done; in bridge_msg_get() 285 status = sync_wait_on_multiple_events(syncs, 2, utimeout, &index); in bridge_msg_get() 327 struct sync_object *syncs[2]; in bridge_msg_put() local 369 syncs[0] = hmsg_mgr->sync_event; in bridge_msg_put() 370 syncs[1] = msg_queue_obj->sync_done; in bridge_msg_put() 371 status = sync_wait_on_multiple_events(syncs, 2, utimeout, &index); in bridge_msg_put()
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvd0_display.c | 970 u32 syncs, magic, *push; in nvd0_dac_mode_set() local 972 syncs = 0x00000001; in nvd0_dac_mode_set() 974 syncs |= 0x00000008; in nvd0_dac_mode_set() 976 syncs |= 0x00000010; in nvd0_dac_mode_set() 987 evo_data(push, syncs); in nvd0_dac_mode_set() 1448 u32 syncs, magic, *push; in nvd0_sor_mode_set() local 1451 syncs = 0x00000001; in nvd0_sor_mode_set() 1453 syncs |= 0x00000008; in nvd0_sor_mode_set() 1455 syncs |= 0x00000010; in nvd0_sor_mode_set() 1511 syncs |= 0x00000140; in nvd0_sor_mode_set() [all …]
|
/linux-3.4.99/drivers/hid/ |
D | hid-debug.c | 622 static const char *syncs[3] = { variable 880 [EV_SYN] = syncs, [EV_KEY] = keys,
|