Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_core.c167 int occupied; in pciehp_check_presence() local
172 occupied = pciehp_card_present_or_link_active(ctrl); in pciehp_check_presence()
173 if ((occupied > 0 && (ctrl->state == OFF_STATE || in pciehp_check_presence()
175 (!occupied && (ctrl->state == ON_STATE || in pciehp_check_presence()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-querybuf.rst49 ``bytesused`` the number of bytes occupied by data in the buffer (payload).
56 and the ``bytesused`` the number of bytes occupied by data in the buffer
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DProcess.interface.yaml8 `True`, if object is occupied by active process, `False` otherwise.
/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member
H A Dmt2701-afe-pcm.c157 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_shutdown()
158 i2s_path->occupied[substream->stream] = 0; in mt2701_afe_i2s_shutdown()
245 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_prepare()
252 i2s_path->occupied[substream->stream] = 1; in mt2701_afe_i2s_prepare()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/
H A DPartition.interface.yaml15 Classification of memory occupied by the given memory region.
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h383 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local
389 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple()
390 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple()
391 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c378 u8 occupied; member
705 desc->occupied = 1; in brcmf_fws_macdesc_init()
721 desc->occupied = 0; in brcmf_fws_macdesc_deinit()
802 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup()
999 if (entry->occupied) { in brcmf_fws_macdesc_indicate()
1013 if (!entry->occupied) { in brcmf_fws_macdesc_indicate()
1055 if (!entry->occupied) { in brcmf_fws_macdesc_state_indicate()
1093 if (!entry->occupied) { in brcmf_fws_interface_state_indicate()
1129 if (!entry->occupied) { in brcmf_fws_request_indicate()
1344 if (!entry->occupied || in brcmf_fws_deq()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb1 SUMMARY = "Text::CharWidth - Get number of occupied columns of a string on terminal."
/openbmc/linux/Documentation/driver-api/
H A Dconsole.rst17 that is currently occupied by another modular driver. (Exception: Drivers that
20 occupied by the system driver. In the same token, if the modular driver is
81 hand, will bind the driver to the consoles that are currently occupied by a
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dst,stm32-ipcc.yaml31 - description: rx channel occupied
/openbmc/linux/arch/arm/
H A DKconfig-nommu45 occupied by read-only memory depending on H/W design.
/openbmc/linux/Documentation/input/
H A Dgameport-programming.rst30 Also, always request_region() on the whole io space occupied by the
39 already occupied by other gameports.
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com.c34 u8 occupied; member
273 comp_ctx->occupied = 0; in efa_com_put_comp_ctx()
282 if (aq->comp_ctx[ctx_id].occupied && capture) { in efa_com_get_comp_ctx()
291 aq->comp_ctx[ctx_id].occupied = 1; in efa_com_get_comp_ctx()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A D5level-paging.rst50 occupied, we look for unmapped area in *full* address space, rather than
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst103 be occupied, and they need not be occupied in a contiguous fashion.
/openbmc/linux/Documentation/arch/arm64/
H A Dkdump.rst47 fail if already occupied.
/openbmc/linux/include/net/
H A Dnexthop.h76 bool occupied; member
/openbmc/linux/Documentation/admin-guide/mm/
H A Dconcepts.rst172 circumstances, even pages occupied with kernel data structures can be
202 addresses the fragmentation issue. This mechanism moves occupied pages
/openbmc/docs/designs/
H A Decc-dbus-sel.md109 and BMC memory will also be occupied.
H A Dvirtual-media.md348 "UnixSocket": "/tmp/nbd.sock", # defines which Unix socket will be occupied by connection
372 | Active | Property | - | BOOLEAN | `True`, if object is occupied by active process, `False` …
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dmediatek,mt76.yaml145 power, time that a channel can be occupied, and different
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,gic-v3.yaml104 The number of independent contiguous regions occupied by the
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.c63 bool occupied; member
173 comp_ctx->occupied = false; in comp_ctxt_release()
192 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
199 admin_queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt151 If this is 2, the two DWORDs occupied by the MAC address

12