[go: nahoru, domu]

Searched refs:pt_value_str (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/android/
H A Dsync.h49 * @pt_value_str: fill str with the value of the sync_pt
77 void (*pt_value_str)(struct sync_pt *pt, char *str, int size); member in struct:sync_timeline_ops
H A Dsync_debug.c104 parent->ops->pt_value_str) {
107 parent->ops->pt_value_str(pt, value, sizeof(value));
H A Dsw_sync.c111 .pt_value_str = sw_sync_pt_value_str,
H A Dsync.c485 if (!parent->ops->pt_value_str) {
490 parent->ops->pt_value_str(pt, str, size);

Completed in 59 milliseconds