Searched refs:bound (Results 76 - 100 of 138) sorted by relevance

123456

/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c333 .bound = xvip_graph_notify_bound,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c619 /* .bound() notifier callback when a match is found */
666 .bound = atomisp_notifier_bound,
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-csi2dc.c176 * @notifier: Async notifier that is used to bound the underlying
178 * @input_sd: Reference to the underlying subdevice bound to the
519 .bound = csi2dc_async_bound,
725 * otherwise we might bound immediately and request pm_runtime_resume
/linux-master/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.c494 .bound = sun8i_a83t_mipi_csi2_notifier_bound,
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c704 .bound = sun6i_csi_bridge_notifier_bound,
/linux-master/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c457 .bound = sun6i_mipi_csi2_notifier_bound,
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c179 .bound = rkisp1_subdev_notifier_bound,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1933 u32 i, j, diff, simularity_bitmap, bound = 0; local
1939 bound = 8;
1943 for (i = 0; i < bound; i++) {
1975 for (i = 0; i < (bound / 4); i++) {
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c511 .bound = csi2rx_async_bound,
/linux-master/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c553 .bound = mei_csi_notify_bound,
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-core.c266 dev_dbg(dcmipp->dev, "Subdev \"%s\" bound\n", subdev->name);
369 .bound = dcmipp_graph_notify_bound,
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c301 .bound = rvin_group_notify_bound,
639 vin_dbg(vin, "bound subdev %s source pad: %u sink pad: %u\n",
647 .bound = rvin_parallel_notify_bound,
/linux-master/drivers/char/
H A Drandom.c541 * falling back to computing a larger bound, and then rejecting samples
562 u32 bound = -ceil % ceil; local
563 while (unlikely((u32)mult < bound))
/linux-master/io_uring/
H A Dio-wq.c154 static inline struct io_wq_acct *io_get_acct(struct io_wq *wq, bool bound) argument
156 return &wq->acct[bound ? IO_WQ_ACCT_BOUND : IO_WQ_ACCT_UNBOUND];
/linux-master/arch/x86/events/intel/
H A Dcore.c415 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82");
416 EVENT_ATTR_STR(topdown-be-bound, td_be_bound, "event=0x00,umask=0x83");
420 EVENT_ATTR_STR(topdown-mem-bound, td_mem_bound, "event=0x00,umask=0x87");
2105 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound_tnt, "event=0x71,umask=0x0");
2108 EVENT_ATTR_STR(topdown-be-bound, td_be_bound_tnt, "event=0x74,umask=0x0");
5756 EVENT_ATTR_STR_HYBRID(topdown-fe-bound, td_fe_bound_adl, "event=0x71,umask=0x0;event=0x00,umask=0x82", hybrid_big_small);
5757 EVENT_ATTR_STR_HYBRID(topdown-be-bound, td_be_bound_adl, "event=0x74,umask=0x0;event=0x00,umask=0x83", hybrid_big_small);
5761 EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c33 /* modulo inc/dec - assumes x E [0, bound - 1] */
34 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1)
36 /* modulo inc/dec, bound = 2^k */
37 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1))
38 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1))
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1523 u32 i, j, diff, sim_bitmap, bound; local
1529 bound = 8;
1531 bound = 4;
1533 for (i = 0; i < bound; i++) {
1550 for (i = 0; i < (bound / 4); i++) {
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c760 unsigned long long bound = 0; local
771 bound += decompressedBound;
773 return bound;
/linux-master/drivers/scsi/
H A DBusLogic.c572 int last_exchange = probeinfo_cnt - 1, bound, j; local
575 bound = last_exchange;
577 for (j = 0; j < bound; j++) {
/linux-master/drivers/media/i2c/
H A Dds90ub913.c556 .bound = ub913_notify_bound,
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c313 dev_dbg(state->dev, "Out-of-bound lane rate %u\n", lane_rate);
585 .bound = imx8mq_mipi_csi_notify_bound,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2402 u32 i, j, diff, simularity_bitmap, bound; local
2408 bound = 8;
2412 for (i = 0; i < bound; i++) {
2445 for (i = 0; i < (bound / 4); i++) {
/linux-master/drivers/staging/media/imx/
H A Dimx6-mipi-csi2.c670 .bound = csi2_notify_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

Completed in 295 milliseconds

123456