Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/pci/hotplug/
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()
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
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
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ring.h365 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local
371 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple()
372 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple()
373 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
/linux-6.3-rc2/sound/soc/mediatek/mt2701/
A Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member
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()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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 …]
/linux-6.3-rc2/Documentation/driver-api/
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
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dst,stm32-ipcc.yaml31 - description: rx channel occupied
/linux-6.3-rc2/arch/arm/
A DKconfig-nommu45 occupied by read-only memory depending on H/W design.
/linux-6.3-rc2/Documentation/input/
A Dgameport-programming.rst30 Also, always request_region() on the whole io space occupied by the
39 already occupied by other gameports.
/linux-6.3-rc2/drivers/infiniband/hw/efa/
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()
/linux-6.3-rc2/Documentation/x86/x86_64/
A D5level-paging.rst50 occupied, we look for unmapped area in *full* address space, rather than
/linux-6.3-rc2/Documentation/devicetree/bindings/net/wireless/
A Dmediatek,mt76.yaml130 power, time that a channel can be occupied, and different
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dconcepts.rst172 circumstances, even pages occupied with kernel data structures can be
202 addresses the fragmentation issue. This mechanism moves occupied pages
A Dnommu-mmap.rst185 of the mapping exceeds the size of the slab object currently occupied by the
/linux-6.3-rc2/include/net/
A Dnexthop.h76 bool occupied; member
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Darm,gic-v3.yaml104 The number of independent contiguous regions occupied by the
/linux-6.3-rc2/drivers/net/ethernet/amazon/ena/
A Dena_com.c61 bool occupied; member
175 comp_ctx->occupied = false; in comp_ctxt_release()
195 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
203 admin_queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dkeystone-netcp.txt151 If this is 2, the two DWORDs occupied by the MAC address
/linux-6.3-rc2/Documentation/ia64/
A Daliasing.rst164 or occupied by firmware do not appear in kern_memmap).
/linux-6.3-rc2/Documentation/core-api/
A Dassoc_array.rst438 space. The leaves can be in any slot not occupied by a metadata pointer. It
439 is guaranteed that none of the leaves in a node will match a slot occupied by a
/linux-6.3-rc2/net/ipv4/
A Dnexthop.c1426 if (bucket->occupied) { in nh_res_bucket_unset_nh()
1429 bucket->occupied = false; in nh_res_bucket_unset_nh()
1438 bucket->occupied = true; in nh_res_bucket_set_nh()
1451 if (!bucket->occupied) { in nh_res_bucket_should_migrate()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dphilips.rst183 - If a device node is already occupied, registration will fail and
/linux-6.3-rc2/Documentation/dev-tools/
A Dkfence.rst289 pool eventually being fully occupied by allocated objects yet ensure diverse
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dbuffer.rst186 - The number of bytes occupied by the data in the buffer. It depends
326 - The number of bytes occupied by data in the plane (its payload).

Completed in 44 milliseconds

12