Home
last modified time | relevance | path

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

/system/banjo/ddk-protocol-usb-dci/
A Dusb-dci.banjo27 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
/system/public/
A DREADME.md9 API/ABI surface or a header needed by a large number of public
/system/banjo/ddk-protocol-usb-hci/
A Dusb-hci.banjo44 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
/system/banjo/ddk-protocol-usb/
A Dusb.banjo95 /// the amount of space needed to hold the actual UTF-8 encoded string lenth, and
107 /// Returns the size needed for a |usb_request_t|, including private storage needed by
/system/dev/input/hid/
A Dhid.c276 input_report_size_t needed = hid_get_report_size_by_id(hid->base, id, type); in fidl_GetReport() local
277 if (needed == 0) { in fidl_GetReport()
281 uint8_t report[needed]; in fidl_GetReport()
283 zx_status_t status = hid_op_get_report(hid->base, type, id, report, needed, &actual); in fidl_GetReport()
290 input_report_size_t needed = hid_get_report_size_by_id(hid->base, id, type); in fidl_SetReport() local
291 if (needed < report_len) { in fidl_SetReport()
/system/utest/core/
A DREADME.md25 Since these tests can't use fdio core/main.c stubs out the needed
/system/fidl/fuchsia-sysmem/
A Dusages.fidl39 // TODO(ZX-2259): Add more specific HwDecoder flags if needed.
/system/banjo/ddk-protocol-usb-function/
A Dusb-function.banjo42 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
/system/dev/nand/aml-rawnand/
A DREADME22 following patch is needed to be able to do this.
/system/dev/misc/cpu-trace/
A Dintel-pm.md25 Allocate various resources needed to perform a trace.
A Dintel-pt.md39 Request the kernel allocate the needed internal data structures for
/system/uapp/disk-pave/
A Dpave-lib.cpp495 size_t needed = reserved + ext->slice_count; in ZxcryptCreate() local
496 if (allocated >= needed) { in ZxcryptCreate()
503 req.length = needed - allocated; in ZxcryptCreate()
/system/banjo/ddk-protocol-ethernet/
A Dethernet.banjo143 /// Get the BTI handle (needed to pin DMA memory) for this device.
/system/fidl/fuchsia-hardware-vsock/
A Dvsock.fidl72 // Query the current context id of the driver. The local CID is never needed
/system/ulib/fit/
A DREADME.md40 - Is the feature needed by a Fuchsia SDK library?
/system/fidl/fuchsia-io/
A Dio.fidl141 // Space needed to store node (possibly larger than size), in bytes.
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc168 …"L1D miss, FB full", "Number of times a request needed an FB entry but no entry was availab…

Completed in 13 milliseconds