Searched refs:bps (Results 51 - 75 of 79) sorted by relevance

1234

/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
400 __u32 rate2quantum; /* bps->quantum divisor */
438 __u32 m1; /* slope of the first segment in bps */
440 __u32 m2; /* slope of the second segment in bps */
/linux-master/net/sched/
H A Dact_police.c266 sample.bps >= p->tcfp_ewma_rate)
/linux-master/sound/soc/codecs/
H A Drt1017-sdca-sdw.c609 stream_config.bps = snd_pcm_format_width(params_format(params));
615 dev_dbg(dai->dev, "frame_rate %d, ch_count %d, bps %d, direction %d, ch_mask %d, port: %d\n",
H A Dhdac_hdmi.c1570 u32 rates, bps; local
1583 &rates, &formats, NULL, &bps);
1616 hdmi_dais[i].playback.sig_bits = bps;
H A Drt712-sdca-dmic.c661 stream_config.bps = snd_pcm_format_width(params_format(params));
H A Drt1318-sdw.c600 stream_config.bps = snd_pcm_format_width(params_format(params));
H A Dwcd938x-sdw.c126 wcd->sconfig.bps = 1;
H A Dwcd939x-sdw.c168 wcd->sconfig.bps = 1;
H A Drt712-sdca.c1053 stream_config.bps = snd_pcm_format_width(params_format(params));
H A Dcs35l56.c722 sconfig.bps = snd_pcm_format_width(params_format(params));
H A Dwsa881x.c1151 wsa881x->sconfig.bps = 1;
H A Dwsa883x.c1398 wsa883x->sconfig.bps = 1;
H A Drt722-sdca.c1205 stream_config.bps = snd_pcm_format_width(params_format(params));
H A Dwcd9335.c1886 wcd->dai[dai->id].sconfig.bps = params_width(params);
1933 wcd->dai[dai->id].sconfig.bps = params_width(params);
H A Dwsa884x.c1886 wsa884x->sconfig.bps = 1;
/linux-master/fs/bcachefs/
H A Dalloc_background.c302 struct bch_backpointer *bp, *bps; local
314 bps = alloc_v4_backpointers(a);
315 for (bp = bps; bp < bps + BCH_ALLOC_V4_NR_BACKPOINTERS(a); bp++) {
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c125 * @bps: number of bits sent over bus for each sample
133 u8 bps; member in struct:ceu_mbus_fmt
1012 mbus_fmt->bps = 8;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c47 #define CHECK_HW_PARAMS(ch, freq, bps, prm_ch, prm_freq, prm_bps) \
48 ((ch == prm_ch) && (bps == prm_bps) && (freq == prm_freq))
634 fmt->channels, fmt->freq, fmt->bps)) {
1824 pipe_fmt->bps, params->s_cont,
1975 fmt->bps = tkn_val;
/linux-master/drivers/soundwire/
H A Dqcom.c963 p_params->bps - 1);
1172 sconfig.bps = 1;
H A Dintel.c723 sconfig.bps = snd_pcm_format_width(params_format(params));
H A Dcadence_master.c1469 u32p_replace_bits(&dpn_config, p_params->bps - 1, CDNS_DPN_CONFIG_WL);
/linux-master/drivers/comedi/
H A Dcomedi_fops.c2451 unsigned int bps = comedi_bytes_per_sample(s); local
2457 comedi_buf_write_n_available(s) >= bps)
/linux-master/drivers/media/i2c/
H A Dtc358743.c673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; local
676 return DIV_ROUND_UP(bps, bps_pr_lane);
1954 * The CSI bps per lane must be between 62.5 Mbps and 1 Gbps.
1959 dev_err(dev, "unsupported bps per lane: %u bps\n", bps_pr_lane);
1974 dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane);
/linux-master/block/
H A Dblk-iocost.c858 * @bps maximum sequential throughput
864 * *@page per-page cost 1s / (@bps / 4096)
868 static void calc_lcoefs(u64 bps, u64 seqiops, u64 randiops, argument
875 if (bps) {
876 u64 bps_pages = DIV_ROUND_UP_ULL(bps, IOC_PAGE_SIZE);
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c1021 wbuf[txn.msg->num_bytes] = rt->bps >> 2 |

Completed in 383 milliseconds

1234