Searched refs:bound (Results 101 - 125 of 136) sorted by relevance

123456

/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c445 .bound = csi_async_notifier_bound,
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c639 .bound = rzg2l_csi2_notify_bound,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h764 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
765 enum kfd_pdd_bound bound; member in struct:kfd_process_device
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h272 * @view_list: List of views bound to this surface.
372 bool bound; member in struct:vmw_ttm_tt
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c2904 u32 i, j, diff, simubitmap, bound = 0; local
2909 bound = 8;
2911 bound = 4;
2915 for (i = 0; i < bound; i++) {
2934 for (i = 0; i < (bound / 4); i++) {
2958 u32 i, j, diff, simubitmap, bound = 0; local
2964 bound = 8;
2966 bound = 4;
2970 for (i = 0; i < bound; i++) {
3003 for (i = 0; i < (bound /
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c953 U32 const bound = idx + kMaxMatchStartPositionsToUpdate; local
954 ZSTD_row_update_internalImpl(ms, idx, bound, mls, rowLog, rowMask, useCache);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c1426 .bound = subdev_notifier_bound,
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c859 .bound = cal_async_notifier_bound,
/linux-master/drivers/media/i2c/
H A Dds90ub953.c772 .bound = ub953_notify_bound,
H A Dmax9286.c736 .bound = max9286_notify_bound,
982 * format of the first bound link. All links must have the same format,
/linux-master/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c611 dev_dbg(csis->dev, "Out-of-bound lane rate %u\n", lane_rate);
1242 .bound = mipi_csis_notify_bound,
H A Dimx7-media-csi.c2075 .bound = imx7_csi_notify_bound,
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c1453 .bound = ceu_notify_bound,
H A Drcar_drif.c1098 /* Sub-device bound callback */
1108 rdrif_dbg(sdr, "bound asd %s\n", subdev->name);
1122 rdrif_err(sdr, "subdev %s is not bound\n", subdev->name);
1179 .bound = rcar_drif_notify_bound,
1336 * is already probed, bound and complete will be called immediately
/linux-master/drivers/media/platform/atmel/
H A Datmel-isi.c1142 dev_dbg(isi->dev, "subdev %s bound\n", subdev->name);
1150 .bound = isi_graph_notify_bound,
/linux-master/drivers/tty/vt/
H A Dvt.c1163 * negative and it eventually leads to out-of-bound
4107 * con_is_bound - checks if driver is bound to the console
4110 * RETURNS: zero if unbound, nonzero if bound
4117 int i, bound = 0; local
4123 bound = 1;
4128 return bound;
4303 /* cannot unregister a bound driver */
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S125 | This bound will be used in Step 4.
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.c2242 .bound = isp_subdev_notifier_bound,
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1766 cam_err(cam, "sensor already bound\n");
1797 cam_dbg(cam, "sensor %s bound\n", subdev->name);
1810 cam_err(cam, "sensor %s not bound\n", subdev->name);
1838 .bound = mccic_notify_bound,
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c1925 .bound = imx_csi_notify_bound,
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c1937 .bound = isc_async_bound,
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1849 .bound = isc_async_bound,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1022 brcms_b_txstatus(struct brcms_hardware *wlc_hw, bool bound, bool *fatal) argument
1032 uint max_tx_num = bound ? TXSBND : -1;
6764 /* range bound the fragthreshold */
7596 * Param 'bound' indicates max. # frames to process before break out.
7649 * Param 'bound' indicates max. # frames to process before break out.
7652 brcms_b_recv(struct brcms_hardware *wlc_hw, uint fifo, bool bound) argument
7659 uint bound_limit = bound ? RXBND : -1;
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_capture.c1482 .bound = vpif_async_bound,
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c1668 * Locate the entity corresponding to the bound subdev and store the
1684 dev_dbg(vi->dev, "subdev %s bound\n", subdev->name);
1692 .bound = tegra_vi_graph_notify_bound,

Completed in 408 milliseconds

123456