Home
last modified time | relevance | path

Searched refs:bound (Results 101 – 125 of 556) sorted by relevance

12345678910>>...23

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/
H A Dboard-0-fan-0.yaml45 bound: true
56 bound: true
H A Dboard-0-fan-4.yaml45 bound: true
56 bound: true
H A Dboard-1-fan-6.yaml45 bound: true
56 bound: true
H A Dboard-0-fan-9.yaml45 bound: true
56 bound: true
H A Dboard-0-fan-8.yaml45 bound: true
56 bound: true
H A Dboard-1-fan-2.yaml45 bound: true
56 bound: true
H A Dboard-1-fan-10.yaml45 bound: true
56 bound: true
H A Dboard-1-fan-3.yaml45 bound: true
56 bound: true
H A Dboard-1-fan-11.yaml45 bound: true
56 bound: true
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselections-common.rst12 and is bound to a sub-device's pad. On the V4L2 interface the selection
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-coordinator-Fix-strncpy-range-warning.patch7 error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
/openbmc/linux/Documentation/hwmon/
H A Dadt7470.rst63 - point1: Set the pwm speed at a lower temperature bound.
64 - point2: Set the pwm speed at a higher temperature bound.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0002-Fix-building-with-libc.patch32 nping_print(VB_1, "Server bound to port %d", port);
49 nping_print(VB_1, "Server bound to port %d", port);
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dregulator.txt24 Use case: a regulator named "regulator@1" to be bound to a driver named
25 "LDO_DRV" and a regulator named "regualator@11" to be bound to an other driver
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dda9062.txt55 The DA9062 regulators are bound using their names listed below:
66 The DA9061 regulators are bound using their names listed below:
/openbmc/linux/include/rdma/
H A Dib_umem_odp.h100 u64 bound);
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-rec-carrier.rst39 sets the upper bound frequency that will be recognized by the device.
/openbmc/linux/net/netlink/
H A Daf_netlink.h38 bool bound; member
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst283 Each object in the DPRC is a Linux "device" and is bound to a driver.
285 scenario and the objects bound to each driver. A brief description
348 The DPRC driver is bound to DPRC objects and does runtime management
363 and those objects are bound to the allocator when the bus is probed.
369 The DPIO driver is bound to DPIO objects and provides services that allow
392 The Ethernet driver is bound to a DPNI and implements the kernel
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst95 period is 1ms. There is also an upper bound on the period length of 1s.
178 For highly-threaded, non-cpu bound applications this non-expiration nuance
195 The interaction between cpu-bound and non-cpu-bound-interactive applications
198 on the same CPU it is theoretically possible that the non-cpu bound application
200 cpu-bound application from fully using its quota by that same amount. In these
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script39 renew|bound)
/openbmc/linux/Documentation/devicetree/bindings/virtio/
H A Dvirtio-device.yaml14 are bound to, like mmio or pci.
/openbmc/qemu/scripts/qapi/
H A Dsource.py34 T = TypeVar('T', bound='QAPISourceInfo')
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py201 self.bound = kw.pop("bound")
213 a = str(self.bound)
828 self.bound = kw.pop("bound")
838 self.bound = TrivialArgument(type=self.type, value=self.bound)
849 self.bound = kw.pop("bound")
859 self.bound = TrivialArgument(type=self.type, value=self.bound)
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c686 int bound[15], range[4], i; in mt7915_ampdu_stat_read_phy() local
693 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
694 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy()
698 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy()
699 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy()
701 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy()
704 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()

12345678910>>...23