Searched refs:needed (Results 1 – 17 of 17) sorted by relevance
| /system/banjo/ddk-protocol-usb-dci/ |
| A D | usb-dci.banjo | 27 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
|
| /system/public/ |
| A D | README.md | 9 API/ABI surface or a header needed by a large number of public
|
| /system/banjo/ddk-protocol-usb-hci/ |
| A D | usb-hci.banjo | 44 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
|
| /system/banjo/ddk-protocol-usb/ |
| A D | usb.banjo | 95 /// 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 D | hid.c | 276 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 D | README.md | 25 Since these tests can't use fdio core/main.c stubs out the needed
|
| /system/fidl/fuchsia-sysmem/ |
| A D | usages.fidl | 39 // TODO(ZX-2259): Add more specific HwDecoder flags if needed.
|
| /system/banjo/ddk-protocol-usb-function/ |
| A D | usb-function.banjo | 42 /// Returns the size needed for a |usb_request_t|, including private storage needed by the
|
| /system/dev/nand/aml-rawnand/ |
| A D | README | 22 following patch is needed to be able to do this.
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pm.md | 25 Allocate various resources needed to perform a trace.
|
| A D | intel-pt.md | 39 Request the kernel allocate the needed internal data structures for
|
| /system/uapp/disk-pave/ |
| A D | pave-lib.cpp | 495 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 D | ethernet.banjo | 143 /// Get the BTI handle (needed to pin DMA memory) for this device.
|
| /system/fidl/fuchsia-hardware-vsock/ |
| A D | vsock.fidl | 72 // Query the current context id of the driver. The local CID is never needed
|
| /system/ulib/fit/ |
| A D | README.md | 40 - Is the feature needed by a Fuchsia SDK library?
|
| /system/fidl/fuchsia-io/ |
| A D | io.fidl | 141 // Space needed to store node (possibly larger than size), in bytes.
|
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | skylake-pm-events.inc | 168 …"L1D miss, FB full", "Number of times a request needed an FB entry but no entry was availab…
|
Completed in 19 milliseconds