Searched defs:slot (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A Datexit.c16 static int slot; variable
[all...]
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dtas57xx.cpp62 zx_status_t Tas57xx::Init(uint8_t slot) { argument
/fuchsia/zircon/kernel/lib/fbl/
H A Darena.cpp194 char* slot = top_; variable
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Darena.h63 void* slot; member in struct:fbl::Arena::Node
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-transfer.c24 xhci_slot_t* slot = &xhci->slots[slot_id]; local
50 xhci_slot_t* slot = &xhci->slots[slot_id]; local
163 static zx_status_t xhci_start_transfer_locked(xhci_t* xhci, xhci_slot_t* slot, uint32_t ep_index, argument
217 xhci_continue_transfer_locked(xhci_t* xhci, xhci_slot_t* slot, uint32_t ep_index, usb_request_t* req) argument
305 xhci_process_transactions_locked(xhci_t* xhci, xhci_slot_t* slot, uint8_t ep_index, list_node_t* completed_reqs) argument
374 xhci_slot_t* slot = &xhci->slots[slot_id]; local
438 xhci_slot_t* slot = &xhci->slots[slot_id]; local
593 xhci_slot_t* slot = &xhci->slots[slot_id]; local
[all...]
H A Dxhci-device-manager.c67 xhci_slot_t* slot = &xhci->slots[slot_id]; local
277 xhci_slot_t* slot = &xhci->slots[slot_id]; local
385 xhci_slot_t* slot = &xhci->slots[slot_id]; local
433 xhci_slot_t* slot = NULL; local
599 xhci_slot_t* slot = &xhci->slots[slot_id]; local
[all...]
H A Dxhci.c323 xhci_slot_t* slot = &xhci->slots[i]; local
354 int xhci_get_slot_ctx_state(xhci_slot_t* slot) { argument
359 int xhci_get_ep_ctx_state(xhci_slot_t* slot, xhci_endpoint_t* ep) { argument
466 static void xhci_slot_stop(xhci_slot_t* slot) { argument
505 xhci_slot_t* slot = &xhci->slots[i]; local
[all...]
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp185 zx_status_t Volume::Unlock(fbl::unique_fd fd, const crypto::Secret& key, key_slot_t slot, argument
250 zx_status_t Volume::Enroll(const crypto::Secret& key, key_slot_t slot) { argument
269 zx_status_t Volume::Revoke(key_slot_t slot) { argument
314 Unlock(zx_device_t* dev, const crypto::Secret& key, key_slot_t slot, fbl::unique_ptr<Volume>* out) argument
473 DeriveSlotKeys(const crypto::Secret& key, key_slot_t slot) argument
588 SealBlock(const crypto::Secret& key, key_slot_t slot) argument
620 Unseal(const crypto::Secret& key, key_slot_t slot) argument
636 UnsealBlock(const crypto::Secret& key, key_slot_t slot) argument
[all...]
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c190 static bool ahci_port_cmd_busy(ahci_port_t* port, int slot) { argument
234 static zx_status_t ahci_do_txn(ahci_device_t* dev, ahci_port_t* port, int slot, sata_txn_t* txn) { argument
523 unsigned slot = 32 - __builtin_clz(port->completed) - 1; local
625 unsigned slot = 32 - __builtin_clz(pending) - 1; local
[all...]
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_caps.h318 PcieCapChunk slot; member in class:PciCapPcie
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h2622 uint8_t slot; /* Slot to read from */ member in struct:ec_params_vstore_read
2635 uint8_t slot; /* Slot to write to */ member in struct:ec_params_vstore_write

Completed in 191 milliseconds