Searched refs:bound (Results 51 - 75 of 138) sorted by relevance

123456

/linux-master/net/netlink/
H A Daf_netlink.c578 if (nlk_sk(sk)->bound)
604 WRITE_ONCE(nlk_sk(sk)->bound, portid);
785 if (nlk->portid && nlk->bound) {
1009 bool bound; local
1031 bound = READ_ONCE(nlk->bound);
1032 if (bound) {
1056 * using any of the bound attributes.
1059 if (!bound) {
1118 * using any of the bound attribute
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c33 if (!n->ops || !n->ops->bound)
36 return n->ops->bound(n, subdev, asc);
278 * sub-devices have been bound; v4l2_device is also available then.
382 dev_dbg(notifier_dev(notifier), "v4l2-async: %s bound (ret %d)\n",
842 * Complete failed. Unbind the sub-devices bound through registering
/linux-master/drivers/usb/gadget/legacy/
H A Dmulti.c347 * 2) since the interface is shared it must not be bound
356 ecm_opts->bound = true;
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-core.c130 .bound = rzg2l_cru_group_notify_bound,
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.c111 .bound = sun4i_csi_notify_bound,
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-camss.c221 .bound = stfcamss_subdev_notifier_bound,
/linux-master/drivers/usb/gadget/function/
H A Df_ecm.c691 if (!ecm_opts->bound) {
693 ecm_opts->bound = true;
847 if (opts->bound)
H A Df_ncm.c1454 if (!ncm_opts->bound) {
1463 ncm_opts->bound = true;
1668 if (opts->bound)
H A Df_uac1_legacy.c712 if (!audio_opts->bound) {
716 audio_opts->bound = true;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c395 u64 bound; local
399 * data rate. This is an absolute lower bound if we don't want SBL
406 * This is a soft lower bound to achieve a frame rate equal or higher
413 bound = div_u64(area * timeperframe->denominator,
415 value = min_t(u64, bound, l3_ick);
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c112 long bound = mdp->vpu.config_size; local
131 if ((long)cfg_n - (long)mdp->vpu.config > bound) {
132 dev_err(dev, "config offset %ld OOB %ld\n", (long)cfg_n, bound);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1138 u32 i, j, diff, simularity_bitmap, bound; local
1145 bound = 8;
1147 bound = 4;
1151 for (i = 0; i < bound; i++) {
1172 for (i = 0; i < (bound / 4); i++) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c662 bool bound; member in struct:amdgpu_ttm_tt
888 gtt->bound = true;
909 if (gtt->bound)
953 gtt->bound = true;
1049 if (!gtt->bound)
1057 gtt->bound = false;
1127 /* user pages are bound by amdgpu_ttm_tt_pin_userptr() */
/linux-master/arch/sparc/lib/
H A DM7memset.S144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound?
/linux-master/arch/m68k/fpsp040/
H A Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
/linux-master/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
/linux-master/drivers/media/platform/
H A Dvideo-mux.c328 .bound = video_mux_notify_bound,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1081 u32 i, j, diff, simularity_bitmap, bound; local
1086 bound = 4;
1090 for (i = 0; i < bound; i++) {
1111 for (i = 0; i < (bound / 4); i++) {
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_proc.c448 .bound = sun6i_isp_proc_notifier_bound,
/linux-master/drivers/media/platform/renesas/
H A Drcar-isp.c363 .bound = risp_notify_bound,
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c83 dev_dbg(isi->dev, "All subdevs bound\n");
96 .bound = mxc_isi_async_notifier_bound,
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c3331 bool bound = false; local
3355 bound = mlx5_ib_bind_slave_port(dev, mpi);
3358 if (bound) {
3361 mlx5_ib_dbg(dev, "port %d bound\n", i + 1);
3366 if (!bound)
4358 bool bound = false; local
4376 bound = mlx5_ib_bind_slave_port(dev, mpi);
4378 if (bound) {
4385 if (!bound) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1616 u32 i, j, diff, simularity_bitmap, bound; local
1623 bound = 8;
1625 bound = 4;
1629 for (i = 0; i < bound; i++) {
1650 for (i = 0; i < (bound / 4); i++) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c212 u32 bound; local
235 bound = wde_size_cfg->srt_ofst / DLE_BOUND_UNIT;
236 val = u32_replace_bits(val, bound, B_BE_WDE_START_BOUND_MASK);
258 bound = ple_size_cfg->srt_ofst / DLE_BOUND_UNIT;
259 val = u32_replace_bits(val, bound, B_BE_PLE_START_BOUND_MASK);
/linux-master/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1238 u32 i, j, diff, SimularityBitMap, bound = 0; local
1243 bound = 8;
1246 for (i = 0; i < bound; i++) {
1279 for (i = 0; i < (bound/4); i++) {

Completed in 298 milliseconds

123456