Home
last modified time | relevance | path

Searched refs:bound (Results 251 – 275 of 554) sorted by relevance

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

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCNRI-Python-GPL-Compatible21 …opying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and c…
H A DCNRI-Jython12 …nstalling, copying or otherwise using the Software, Licensee agrees to be bound by the terms and c…
H A DeGenix36 By downloading, copying, installing or otherwise using the Software, Licensee agrees to be bound by…
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dmulti.c356 ecm_opts->bound = true; in multi_bind()
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst86 be created by the user to represent the virtual functions that are bound to
H A Dpci-ntb-howto.rst72 when the device is bound to the driver. The pci-epf-ntb driver populates
H A Dpci-vntb-howto.rst68 when the device is bound to the driver. The pci-epf-vntb driver populates
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dreclaim.rst176 monitoring. This can be used to set lower-bound of the monitoring quality.
186 monitoring. This can be used to set upper-bound of the monitoring overhead.
H A Dlru_sort.rst182 monitoring. This can be used to set lower-bound of the monitoring quality.
193 monitoring. This can be used to set upper-bound of the monitoring overhead.
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1081 u32 i, j, diff, simularity_bitmap, bound; in _rtl8723e_phy_simularity_compare() local
1086 bound = 4; in _rtl8723e_phy_simularity_compare()
1090 for (i = 0; i < bound; i++) { in _rtl8723e_phy_simularity_compare()
1111 for (i = 0; i < (bound / 4); i++) { in _rtl8723e_phy_simularity_compare()
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy/ibm-ac-server/
H A Dthermal-policy.yaml142 bound: 115000
/openbmc/linux/Documentation/bpf/
H A Dmap_cpumap.rst18 kernel thread bound to the given CPU to represent the remote CPU execution unit.
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst215 In order to enable the gadget it must be bound to a UDC (USB Device
383 functions and binds them. This way the whole gadget is bound.
/openbmc/linux/drivers/cpufreq/
H A DKconfig.x86190 the CPUs' workloads are. CPU-bound workloads will be more sensitive
191 -- they will perform better as frequency increases. Memory/IO-bound
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-queryctrl.rst124 - Minimum value, inclusive. This field gives a lower bound for the
130 - Maximum value, inclusive. This field gives an upper bound for the
205 - Minimum value, inclusive. This field gives a lower bound for the
211 - Maximum value, inclusive. This field gives an upper bound for the
/openbmc/linux/drivers/usb/gadget/function/
H A Df_ncm.c1441 if (!ncm_opts->bound) in ncm_bind()
1448 ncm_opts->bound = true; in ncm_bind()
1606 if (opts->bound) in ncm_free_inst()
H A Df_uac1_legacy.c712 if (!audio_opts->bound) { in f_audio_bind()
716 audio_opts->bound = true; in f_audio_bind()
/openbmc/linux/Documentation/driver-api/
H A Ds390-drivers.rst40 * I/O subchannels bound to the vfio-ccw driver. See
/openbmc/linux/drivers/media/platform/
H A Dvideo-mux.c325 .bound = video_mux_notify_bound,
/openbmc/linux/tools/virtio/virtio-trace/
H A DREADME13 2) Create a read/write thread per CPU. Each thread is bound to a CPU.
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst223 bound before the operation takes place.
488 upgrade one bound service to the other if requested by the client. optval
556 (2) A local address can optionally be bound::
667 (3) A local address must then be bound::
679 More than one service ID may be bound to a socket, provided the transport
684 bound and then the following option must be set::
816 the socket is bound to. The call will go to the destination address of a
821 the key bound to the socket with the RXRPC_SECURITY_KEY sockopt. Calls
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1616 u32 i, j, diff, simularity_bitmap, bound; in _rtl88e_phy_simularity_compare() local
1623 bound = 8; in _rtl88e_phy_simularity_compare()
1625 bound = 4; in _rtl88e_phy_simularity_compare()
1629 for (i = 0; i < bound; i++) { in _rtl88e_phy_simularity_compare()
1650 for (i = 0; i < (bound / 4); i++) { in _rtl88e_phy_simularity_compare()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1238 u32 i, j, diff, SimularityBitMap, bound = 0; in phy_SimularityCompare_8723B() local
1243 bound = 8; in phy_SimularityCompare_8723B()
1246 for (i = 0; i < bound; i++) { in phy_SimularityCompare_8723B()
1279 for (i = 0; i < (bound/4); i++) { in phy_SimularityCompare_8723B()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c34 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument
37 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument
38 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
/openbmc/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst63 driver require a struct device to be bound to a struct device_node, but things

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