/linux/drivers/pci/hotplug/ |
H A D | pciehp_core.c | 160 * occupied slot or bring down an unoccupied slot. This can't be triggered by 168 int occupied; in pciehp_check_presence() local 173 occupied = pciehp_card_present_or_link_active(ctrl); in pciehp_check_presence() 174 if ((occupied > 0 && (ctrl->state == OFF_STATE || in pciehp_check_presence() 176 (!occupied && (ctrl->state == ON_STATE || in pciehp_check_presence()
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-querybuf.rst | 49 ``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/Documentation/driver-api/ |
H A D | console.rst | 17 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/fs/quota/ |
H A D | quotaio_v2.h | 45 __le64 dqb_curspace; /* current space occupied (in bytes) */ 58 __le64 dqb_curspace; /* current space occupied (in bytes) */
|
/linux/drivers/mailbox/ |
H A D | stm32-ipcc.c | 90 /* read 'channel occupied' status from other proc */ in stm32_ipcc_rx_irq() 95 /* search for unmasked 'channel occupied' */ in stm32_ipcc_rx_irq() 154 /* set channel n occupied */ in stm32_ipcc_send_data() 178 /* unmask 'rx channel occupied' interrupt */ in stm32_ipcc_startup()
|
/linux/drivers/firmware/efi/libstub/ |
H A D | arm32-stub.c | 94 * are not used by Linux, so we allow those to be occupied by the in handle_kernel_image() 105 * More than 'slack' bytes are already occupied at the base of in handle_kernel_image()
|
/linux/arch/alpha/boot/ |
H A D | bootpz.c | 327 * pages occupied by that image do NOT overlap the physical in start_kernel() 339 /* First, check to see if the range of addresses occupied by in start_kernel() 355 /* Next, check to see if the range of addresses occupied by in start_kernel() 372 occupied by the compressed kernel/INITRD part of in start_kernel()
|
/linux/sound/soc/fsl/ |
H A D | fsl_asrc_common.h | 50 * @channels: occupied channel number 106 * @channel_avail: non-occupied channel numbers
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 358 * @occupied: slot is in use. 378 u8 occupied; member 417 * @state: entry is either free or occupied. 574 brcmf_err("all slots occupied\n"); in brcmf_fws_hanger_get_free_slot() 705 desc->occupied = 1; in brcmf_fws_macdesc_init() 721 desc->occupied = 0; in brcmf_fws_macdesc_deinit() 738 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) in brcmf_fws_macdesc_lookup() 800 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) { in brcmf_fws_macdesc_cleanup() 802 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup() 999 if (entry->occupied) { in brcmf_fws_macdesc_indicate() [all …]
|
/linux/include/linux/ |
H A D | refcount.h | 91 * acquire and release ordering for cases when the memory occupied by the 142 * This function should be used when memory occupied by the object might be 261 * This function should be used when memory occupied by the object might be 350 * This function should be used when memory occupied by the object might be
|
/linux/sound/soc/mediatek/mt2701/ |
H A D | mt2701-afe-common.h | 75 int occupied[MTK_STREAM_NUM]; member
|
/linux/Documentation/input/ |
H A D | gameport-programming.rst | 30 Also, always request_region() on the whole io space occupied by the 39 already occupied by other gameports.
|
/linux/arch/arm/ |
H A D | Kconfig-nommu | 45 occupied by read-only memory depending on H/W design.
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 489 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local 491 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple() 492 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple() 499 memcpy(&ring->ring[occupied], src, chunk1); in amdgpu_ring_write_multiple()
|
H A D | amdgpu_ring.c | 134 uint32_t occupied, chunk1, chunk2; in amdgpu_ring_insert_nop() local 136 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_insert_nop() 137 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_insert_nop() 142 memset32(&ring->ring[occupied], ring->funcs->nop, chunk1); in amdgpu_ring_insert_nop()
|
/linux/include/linux/mailbox/ |
H A D | mtk-cmdq-mailbox.h | 76 size_t cmd_buf_size; /* command occupied size */
|
/linux/arch/sh/drivers/pci/ |
H A D | fixups-sdk7786.c | 54 /* Warn about forced rerouting if slot#3 is occupied */ in sdk7786_pci_init()
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | st,stm32-ipcc.yaml | 31 - description: rx channel occupied
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rif_mac_profile_scale.sh | 6 # MAC address, and checks that eventually the number of occupied RIF MAC
|
/linux/Documentation/admin-guide/mm/ |
H A D | concepts.rst | 172 circumstances, even pages occupied with kernel data structures can be 202 addresses the fragmentation issue. This mechanism moves occupied pages
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | 5level-paging.rst | 41 occupied, we look for unmapped area in *full* address space, rather than
|
/linux/tools/iio/ |
H A D | iio_utils.h | 30 * @bytes: number of bytes occupied in buffer output
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_kfd_interface.h | 185 * @hqd_is_occupies: Checks if a hqd slot is occupied. 189 * @hqd_sdma_is_occupied: Checks if an SDMA hqd slot is occupied.
|
/linux/drivers/remoteproc/ |
H A D | qcom_pil_info.c | 13 * occupied by co-processor firmware for post mortem crash analysis.
|
/linux/drivers/net/ovpn/ |
H A D | crypto.h | 98 /* when both key slots are occupied but no matching key ID is found, ks in ovpn_crypto_key_id_to_slot()
|