Home
last modified time | relevance | path

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

12345678910

/openbmc/linux/drivers/pci/hotplug/
H A 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()
/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/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/sound/soc/fsl/
H A Dfsl_asrc_common.h30 * @channels: occupied channel number
67 * @channel_avail: non-occupied channel numbers
/openbmc/linux/fs/quota/
H A Dquotaio_v2.h45 __le64 dqb_curspace; /* current space occupied (in bytes) */
58 __le64 dqb_curspace; /* current space occupied (in bytes) */
/openbmc/linux/drivers/firmware/efi/libstub/
H A Darm32-stub.c94 * 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()
/openbmc/linux/drivers/mailbox/
H A Dstm32-ipcc.c90 /* 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()
/openbmc/linux/arch/alpha/boot/
H A 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()
/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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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 …]
/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/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/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/
H A Dsetup-static-endpoints4 # the gpio pin is occupied by gpio-monitor, read the value from
/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member
/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/include/asm-generic/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dst,stm32-ipcc.yaml31 - description: rx channel occupied
/openbmc/linux/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c54 /* Warn about forced rerouting if slot#3 is occupied */ in sdk7786_pci_init()
/openbmc/linux/include/linux/mailbox/
H A Dmtk-cmdq-mailbox.h76 size_t cmd_buf_size; /* command occupied size */
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profile_scale.sh6 # MAC address, and checks that eventually the number of occupied RIF MAC
/openbmc/qemu/tests/qemu-iotests/
H A D01384 # Some odd offset (1 sector), so tests will write to areas occupied partly
H A D02390 # Some odd offset (1 sector), so tests will write to areas occupied partly
/openbmc/u-boot/include/
H A Dapi_public.h14 #define API_EBUSY 4 /* busy, occupied etc. */

12345678910