Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp367 struct handle_entry *the_entry; in inv_pending_flush() local
369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry)); in inv_pending_flush()
370 if (the_entry != NULL) { in inv_pending_flush()
372 the_entry->handle = handle; in inv_pending_flush()
373 SIMPLEQ_INSERT_TAIL(&pending_flush_items_head, the_entry, entries); in inv_pending_flush()