Home
last modified time | relevance | path

Searched refs:bound (Results 126 – 150 of 554) sorted by relevance

12345678910>>...23

/openbmc/linux/drivers/thermal/tegra/
H A DKconfig10 (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal
/openbmc/linux/Documentation/driver-api/
H A Dwmi.rst14 a :c:type:`struct wmi_driver <wmi_driver>`, which will be bound to compatible
H A Ddevice_link.rst18 dependencies, i.e. that one device must be bound to a driver before
31 supplier is bound to a driver, and they're unbound before the supplier
100 a driver has been bound to the supplier device.
159 not bind before the MMU is bound. To achieve this, a device link with
274 * When a supplier device is bound to a driver, links to its consumers
302 bound to a driver are updated to ``DL_STATE_SUPPLIER_UNBIND``.
308 Consumers that are bound are freed from their driver; consumers that are
/openbmc/linux/drivers/usb/gadget/function/
H A Df_rndis.c691 if (!rndis_opts->bound) { in rndis_bind()
696 rndis_opts->bound = true; in rndis_bind()
827 if (opts->bound) in rndis_borrow_net()
831 opts->borrowed_net = opts->bound = true; in rndis_borrow_net()
889 if (opts->bound) in rndis_free_inst()
H A Df_eem.c263 if (!eem_opts->bound) { in eem_bind()
270 eem_opts->bound = true; in eem_bind()
595 if (opts->bound) in eem_free_inst()
/openbmc/linux/drivers/scsi/aic7xxx/
H A DKconfig.aic79xx22 This is an upper bound value for the number of tagged transactions
32 on some devices. The upper bound is 253. 0 disables tagged queueing.
H A DKconfig.aic7xxx27 This is an upper bound value for the number of tagged transactions
37 on some devices. The upper bound is 253. 0 disables tagged queueing.
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.yaml90 - description: range lower bound
91 - description: range upper bound
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp69 void checkThreshold(Type type, Bound bound, MValue value);
/openbmc/linux/Documentation/core-api/
H A Dcircular-buffers.rst114 they will return a lower bound as the producer controls the head index,
118 To the consumer it will show an upper bound as the producer may be busy
122 will return a lower bound as the consumer controls the tail index, but the
126 To the producer it will show an upper bound as the consumer may be busy
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst53 The socket is then finally bound with a bind() call to a device and a
75 indeed bound to that device and ring number. If not, the packet is
112 system call. A UMEM is bound to a netdev and queue id, via the bind()
235 dropped. E.g. an AF_XDP socket is bound to netdev eth0 and
269 sockets bound to the same netdev and queue id. The UMEM (tied to the
333 case where sockets were bound to the same queue id and
341 created for you and bound to the shared UMEM. You can use this
566 // has an active AF_XDP socket bound to it.
792 of the queues you have not bound to.
818 to sockets bound to the same queue id X. The XSKMAP can contain
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-dsa29 IDXD DSA pmu is bound for access to all dsa pmu
/openbmc/linux/include/media/
H A Dv4l2-async.h96 int (*bound)(struct v4l2_async_notifier *notifier, member
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml152 Used to define the lower bound value.
155 Used to define the upper bound value.
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c708 u8 bound[7]; in mt76x0_phy_get_delta_power() local
711 err = mt76x02_eeprom_copy(dev, MT_EE_TSSI_BOUND1, bound, in mt76x0_phy_get_delta_power()
712 sizeof(bound)); in mt76x0_phy_get_delta_power()
716 for (i = 0; i < ARRAY_SIZE(bound); i++) { in mt76x0_phy_get_delta_power()
717 if (chan->hw_value <= bound[i] || !bound[i]) in mt76x0_phy_get_delta_power()
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c531 uint32_t bound; in rc_bit() local
535 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit()
536 if (rc->code < bound) { in rc_bit()
537 rc->range = bound; in rc_bit()
541 rc->range -= bound; in rc_bit()
542 rc->code -= bound; in rc_bit()
/openbmc/linux/fs/sysfs/
H A DKconfig13 which driver each is bound to. sysfs can also be used to tune devices
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl/
H A D0002-test-test_x509.c-fix-potential-overflow-issue.patch16 …lude/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' specified bound 4294967295 exceeds…
/openbmc/linux/Documentation/usb/
H A Draw-gadget.rst35 having multiple Raw Gadget instances bound to different UDCs.
48 for details. Multiple Raw Gadget instances (bound to different UDCs) can be
/openbmc/linux/net/netfilter/
H A Dnft_immediate.c170 chain->bound = false; in nft_immediate_deactivate()
209 if (chain->bound) { in nft_immediate_destroy()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py459 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
463 if nbound == bound and nprogs == total:
466 … for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, np…
508 def tc_flush_filters(self, bound=0, total=0): argument
511 self.wait_for_flush(bound=bound, total=total)
1121 sim.tc_flush_filters(bound=1, total=1)
1123 sim.tc_flush_filters(bound=1, total=1)
1145 sim.tc_flush_filters(bound=2, total=2)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vm.c155 if (agpmem->bound <= baddr && in drm_vm_fault()
156 agpmem->bound + agpmem->pages * PAGE_SIZE > baddr) in drm_vm_fault()
166 offset = (baddr - agpmem->bound) >> PAGE_SHIFT; in drm_vm_fault()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c679 u32 bound = LDELAY; in wait_for_clk_enable() local
687 if (--bound == 0) { in wait_for_clk_enable()
708 u32 bound = LDELAY; in wait_for_clk_disable() local
714 if (--bound == 0) { in wait_for_clk_disable()
/openbmc/linux/Documentation/spi/
H A Dspidev.rst39 bound when these are defined using a struct spi_board_info with a
43 bound when these are defined using a Device Tree node that has a
47 be bound when these are defined using a ACPI device object with a
69 When the spidev driver is bound to a SPI device, the sysfs node for the
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dda9052-i2c.txt17 bound using their names as listed below:

12345678910>>...23