Home
last modified time | relevance | path

Searched refs:bound (Results 326 – 350 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/openbmc/linux/Documentation/driver-api/usb/
H A Dpower-management.rst119 non-supporting driver is bound to a device, the device won't be
338 USB drivers are bound to interfaces, so their ``suspend`` and ``resume``
376 runtime suspend should the interface be bound to a driver again. On
628 device. Also, leave hub interface drivers bound. If the driver for the usb
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2402 u32 i, j, diff, simularity_bitmap, bound; in _rtl92ee_phy_simularity_compare() local
2408 bound = 8; in _rtl92ee_phy_simularity_compare()
2412 for (i = 0; i < bound; i++) { in _rtl92ee_phy_simularity_compare()
2445 for (i = 0; i < (bound / 4); i++) { in _rtl92ee_phy_simularity_compare()
/openbmc/qemu/target/sh4/
H A Dtranslate.c2191 int bound; in sh4_tr_init_disas_context() local
2229 bound = -(ctx->base.pc_next | TARGET_PAGE_MASK) / 2; in sh4_tr_init_disas_context()
2230 ctx->base.max_insns = MIN(ctx->base.max_insns, bound); in sh4_tr_init_disas_context()
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c760 unsigned long long bound = 0; in ZSTD_decompressBound() local
771 bound += decompressedBound; in ZSTD_decompressBound()
773 return bound; in ZSTD_decompressBound()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst219 connections are bound as matching async sub-devices are found, one by one.
271 registered subdevices to them. If a match is detected the ``.bound()`` notifier
272 callback is called. After all connections have been bound the .complete()
/openbmc/u-boot/doc/
H A DREADME.virtio191 (virtio_net.c, virtio_blk.c) is bound if there is a match on the device ID.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only25 You may convey a covered work under sections 3 and 4 of this License without being bound by section…
H A DLGPL-3.0-or-later57 being bound by section 3 of the GNU GPL.
H A DCC-BY-SA-4.061 to be bound by the terms and conditions of this Creative Commons
376 a. The Licensor shall not be bound by any additional or different
H A DCC-BY-NC-4.015 By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms an…
142 …a. The Licensor shall not be bound by any additional or different terms or conditions communicated…
H A DCC-BY-NC-SA-4.015 By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms an…
154 …a. The Licensor shall not be bound by any additional or different terms or conditions communicated…
H A DCC-BY-NC-ND-4.015 By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms an…
139 …a. The Licensor shall not be bound by any additional or different terms or conditions communicated…
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst67 key hierarchy are bound to the physical platform. However live migration
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py107 _T = TypeVar('_T', bound='QEMUMachine')
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c628 .bound = rzg2l_csi2_notify_bound,
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst209 bound to devices. A lookup can be made during runtime when a handle to the
/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c701 .bound = sun6i_csi_bridge_notifier_bound,
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst105 Finally, GPIOs can be bound to devices and functions using platform data. Board
/openbmc/linux/drivers/staging/media/imx/
H A Dimx6-mipi-csi2.c670 .bound = csi2_notify_bound,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2063 u32 i, j, diff, sim_bitmap, bound; in _rtl92d_phy_simularity_compare() local
2069 bound = 8; in _rtl92d_phy_simularity_compare()
2071 bound = 4; in _rtl92d_phy_simularity_compare()
2073 for (i = 0; i < bound; i++) { in _rtl92d_phy_simularity_compare()
2090 for (i = 0; i < (bound / 4); i++) { in _rtl92d_phy_simularity_compare()
/openbmc/linux/LICENSES/dual/
H A DCC-BY-4.074 to be bound by the terms and conditions of this Creative Commons
358 a. The Licensor shall not be bound by any additional or different
/openbmc/linux/Documentation/scheduler/
H A Dsched-energy.rst282 involving a light/medium CPU utilization. Whenever long CPU-bound tasks are
307 wake-up and load balance under CPU-bound conditions. This provides a better
/openbmc/linux/Documentation/networking/
H A Dcan.rst325 on a socket that is bound to 'any' interface sendto(2) is needed to
328 Reading CAN frames from a bound CAN_RAW socket (see above) consists
354 When the CAN interface is bound to 'any' existing CAN interface
373 To write CAN frames on sockets bound to 'any' CAN interface the
750 Note a CAN_BCM socket must be connected instead of bound after socket
775 When the broadcast manager socket is bound to 'any' CAN interface (=> the
/openbmc/qemu/target/alpha/
H A Dtranslate.c2875 int64_t bound; in alpha_tr_init_disas_context() local
2904 bound = -(ctx->base.pc_first | TARGET_PAGE_MASK) / 4; in alpha_tr_init_disas_context()
2905 ctx->base.max_insns = MIN(ctx->base.max_insns, bound); in alpha_tr_init_disas_context()

1...<<11121314151617181920>>...23