/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_pagevec.h | 121 bool *occupied) in z_erofs_pagevec_ctor_enqueue() argument 123 *occupied = false; in z_erofs_pagevec_ctor_enqueue() 138 *occupied = true; in z_erofs_pagevec_ctor_enqueue()
|
D | unzip_vle.c | 225 bool occupied; in z_erofs_vle_work_add_page() local 234 page, type, &occupied); in z_erofs_vle_work_add_page()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | pciehp_core.c | 216 u8 occupied; in pciehp_check_presence() local 221 pciehp_get_adapter_status(slot, &occupied); in pciehp_check_presence() 222 if ((occupied && (slot->state == OFF_STATE || in pciehp_check_presence() 224 (!occupied && (slot->state == ON_STATE || in pciehp_check_presence()
|
D | pciehp_hpc.c | 860 u8 occupied, poweron; in pcie_init() local 920 pciehp_get_adapter_status(ctrl->slot, &occupied); in pcie_init() 922 if (!occupied && poweron) { in pcie_init()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 265 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local 271 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple() 272 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple() 273 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-querybuf.rst | 48 ``bytesused`` the number of bytes occupied by data in the buffer (payload). 55 and the ``bytesused`` the number of bytes occupied by data in the buffer
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 399 u8 occupied; member 729 desc->occupied = 1; in brcmf_fws_macdesc_init() 745 desc->occupied = 0; in brcmf_fws_macdesc_deinit() 762 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) in brcmf_fws_macdesc_lookup() 824 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) { in brcmf_fws_macdesc_cleanup() 826 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup() 1023 if (entry->occupied) { in brcmf_fws_macdesc_indicate() 1037 if (!entry->occupied) { in brcmf_fws_macdesc_indicate() 1079 if (!entry->occupied) { in brcmf_fws_macdesc_state_indicate() 1117 if (!entry->occupied) { in brcmf_fws_interface_state_indicate() [all …]
|
/Linux-v4.19/sound/soc/mediatek/mt2701/ |
D | mt2701-afe-common.h | 96 int occupied[MTK_STREAM_NUM]; member
|
D | mt2701-afe-pcm.c | 136 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_shutdown() 137 i2s_path->occupied[substream->stream] = 0; in mt2701_afe_i2s_shutdown() 224 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_prepare() 231 i2s_path->occupied[substream->stream] = 1; in mt2701_afe_i2s_prepare()
|
/Linux-v4.19/Documentation/console/ |
D | console.txt | 14 that is currently occupied by another modular driver. (Exception: Drivers that 17 occupied by the system driver. In the same token, if the modular driver is 75 hand, will bind the driver to the consoles that are currently occupied by a
|
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/ |
D | stm32-ipcc.txt | 18 - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel
|
/Linux-v4.19/arch/arm/ |
D | Kconfig-nommu | 43 occupied by read-only memory depending on H/W design.
|
/Linux-v4.19/Documentation/input/ |
D | gameport-programming.rst | 30 Also, always request_region() on the whole io space occupied by the 39 already occupied by other gameports.
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | 5level-paging.txt | 43 occupied, we look for unmapped area in *full* address space, rather than
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.txt | 57 occupied by the redistributors. Required if more than one such
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | concepts.rst | 175 circumstances, even pages occupied with kernel data structures can be 205 addresses the fragmentation issue. This mechanism moves occupied pages
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_com.c | 87 bool occupied; member 197 comp_ctx->occupied = false; in comp_ctxt_release() 210 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt() 217 queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 134 If this is 2, the two DWORDs occupied by the MAC address
|
/Linux-v4.19/Documentation/serial/ |
D | moxa-smartio | 402 If major number 30 and 35 had been occupied, you may have to select 407 In /proc/devices, you may find all the major numbers occupied
|
/Linux-v4.19/Documentation/ia64/ |
D | aliasing.txt | 150 or occupied by firmware do not appear in kern_memmap).
|
/Linux-v4.19/Documentation/core-api/ |
D | assoc_array.rst | 438 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-v4.19/Documentation/media/v4l-drivers/ |
D | philips.rst | 181 - If a device node is already occupied, registration will fail and
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | object.txt | 134 (1) Threads may be completely occupied for very long periods of time by a
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | buffer.rst | 190 - The number of bytes occupied by the data in the buffer. It depends 333 - The number of bytes occupied by data in the plane (its payload).
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 185 of the mapping exceeds the size of the slab object currently occupied by the
|