Home
last modified time | relevance | path

Searched full:occupied (Results 1 – 25 of 185) sorted by relevance

12345678

/Linux-v6.1/drivers/pci/hotplug/
Dpciehp_core.c159 * occupied slot or bring down an unoccupied slot. This can't be triggered by
167 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-v6.1/Documentation/userspace-api/media/dvb/
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-v6.1/Documentation/driver-api/
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-v6.1/fs/quota/
Dquotaio_v2.h45 __le64 dqb_curspace; /* current space occupied (in bytes) */
58 __le64 dqb_curspace; /* current space occupied (in bytes) */
/Linux-v6.1/sound/soc/fsl/
Dfsl_asrc_common.h30 * @channels: occupied channel number
67 * @channel_avail: non-occupied channel numbers
/Linux-v6.1/drivers/mailbox/
Dstm32-ipcc.c89 /* read 'channel occupied' status from other proc */ in stm32_ipcc_rx_irq()
94 /* search for unmasked 'channel occupied' */ in stm32_ipcc_rx_irq()
153 /* set channel n occupied */ in stm32_ipcc_send_data()
177 /* unmask 'rx channel occupied' interrupt */ in stm32_ipcc_startup()
/Linux-v6.1/drivers/firmware/efi/libstub/
Darm32-stub.c131 * are not used by Linux, so we allow those to be occupied by the in handle_kernel_image()
142 * More than 'slack' bytes are already occupied at the base of in handle_kernel_image()
Driscv-stub.c122 * is occupied by the firmware. So the preferred address for kernel to in handle_kernel_image()
/Linux-v6.1/arch/alpha/boot/
Dbootpz.c327 * 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-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.c358 * @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-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h351 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local
357 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple()
358 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple()
359 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
/Linux-v6.1/arch/s390/boot/
Dkaslr.c98 * 2. we have several memory regions which are occupied and we should not
100 * which all those occupied regions are. We are safe to use anything above
/Linux-v6.1/sound/soc/mediatek/mt2701/
Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member
/Linux-v6.1/include/asm-generic/
Dsections.h98 * memory_intersects - checks if the region occupied by an object intersects
134 * init_section_intersects - checks if the region occupied by an object
/Linux-v6.1/Documentation/input/
Dgameport-programming.rst30 Also, always request_region() on the whole io space occupied by the
39 already occupied by other gameports.
/Linux-v6.1/arch/arm/
DKconfig-nommu45 occupied by read-only memory depending on H/W design.
/Linux-v6.1/include/linux/mailbox/
Dmtk-cmdq-mailbox.h76 size_t cmd_buf_size; /* command occupied size */
/Linux-v6.1/arch/sh/drivers/pci/
Dfixups-sdk7786.c54 /* Warn about forced rerouting if slot#3 is occupied */ in sdk7786_pci_init()
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
Dst,stm32-ipcc.yaml31 - description: rx channel occupied
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Drif_mac_profile_scale.sh6 # MAC address, and checks that eventually the number of occupied RIF MAC
/Linux-v6.1/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h194 * @hqd_is_occupies: Checks if a hqd slot is occupied.
198 * @hqd_sdma_is_occupied: Checks if an SDMA hqd slot is occupied.
/Linux-v6.1/tools/iio/
Diio_utils.h30 * @bytes: number of bytes occupied in buffer output
/Linux-v6.1/Documentation/admin-guide/mm/
Dconcepts.rst175 circumstances, even pages occupied with kernel data structures can be
205 addresses the fragmentation issue. This mechanism moves occupied pages
/Linux-v6.1/Documentation/x86/x86_64/
D5level-paging.rst50 occupied, we look for unmapped area in *full* address space, rather than
/Linux-v6.1/drivers/remoteproc/
Dqcom_pil_info.c13 * occupied by co-processor firmware for post mortem crash analysis.

12345678