HomeSort by: relevance | last modified time | path
    Searched refs:remote_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_2835_arm.c 402 * Store the BULKINFO_T address in remote_data, which isn't used by the
405 bulk->remote_data = bi;
444 if (bulk && bulk->remote_data && bulk->actual) {
446 BULKINFO_T *bi = bulk->remote_data;
vchiq_core.c 1196 if (bulk->remote_data) {
1382 bulk->remote_data);
1394 bulk->remote_data);
1423 bulk->remote_data = NULL;
1844 uint32_t remote_data, remote_size; local
1857 remote_data = ((uint32_t *)header->data)[0];
1858 bulk->remote_data =
1859 (void *)(uintptr_t)le32toh(remote_data);
1870 bulk->remote_data);
vchiq_core.h 252 void *remote_data; member in struct:vchiq_bulk_struct

Completed in 18 milliseconds