/drivers/staging/media/hantro/ |
D | hantro_vp8.c | 52 const struct v4l2_vp8_entropy_header *entropy = &hdr->entropy_header; in hantro_vp8_prob_update() local 69 dst[0] = entropy->y_mode_probs[0]; in hantro_vp8_prob_update() 70 dst[1] = entropy->y_mode_probs[1]; in hantro_vp8_prob_update() 71 dst[2] = entropy->y_mode_probs[2]; in hantro_vp8_prob_update() 72 dst[3] = entropy->y_mode_probs[3]; in hantro_vp8_prob_update() 73 dst[4] = entropy->uv_mode_probs[0]; in hantro_vp8_prob_update() 74 dst[5] = entropy->uv_mode_probs[1]; in hantro_vp8_prob_update() 75 dst[6] = entropy->uv_mode_probs[2]; in hantro_vp8_prob_update() 80 dst[0] = entropy->mv_probs[0][0]; /* is short */ in hantro_vp8_prob_update() 81 dst[1] = entropy->mv_probs[1][0]; in hantro_vp8_prob_update() [all …]
|
/drivers/char/ |
D | random.c | 516 type entropy[CHACHA_BLOCK_SIZE * 3 / (2 * sizeof(type))]; \ 545 if (batch->position >= ARRAY_SIZE(batch->entropy) || \ 547 _get_random_bytes(batch->entropy, sizeof(batch->entropy)); \ 552 ret = batch->entropy[batch->position]; \ 553 batch->entropy[batch->position] = 0; \ 824 unsigned long entropy; in random_init() local 832 i < BLAKE2S_BLOCK_SIZE; i += sizeof(entropy)) { in random_init() 833 if (!arch_get_random_seed_long_early(&entropy) && in random_init() 834 !arch_get_random_long_early(&entropy)) { in random_init() 835 entropy = random_get_entropy(); in random_init() [all …]
|
/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 74 u16 pkey, u16 entropy, u8 sc, u8 rc, in opa_vnic_make_header() argument 81 h[3] = entropy; in opa_vnic_make_header() 461 u8 entropy) in opa_vnic_get_def_port() argument 466 flow_id = ((entropy & 0xf) + (entropy >> 4)); in opa_vnic_get_def_port() 487 u8 def_port, sc, rc, entropy, *hdr; in opa_vnic_encap_skb() local 493 entropy = opa_vnic_calc_entropy(skb); in opa_vnic_encap_skb() 494 def_port = opa_vnic_get_def_port(adapter, entropy); in opa_vnic_encap_skb() 503 mdata->entropy = entropy; in opa_vnic_encap_skb() 511 info->vesw.pkey, entropy, sc, rc, in opa_vnic_encap_skb()
|
D | opa_vnic_netdev.c | 106 mdata->entropy = opa_vnic_calc_entropy(skb); in opa_vnic_select_queue()
|
/drivers/infiniband/hw/hfi1/ |
D | trace_ibhdrs.h | 129 u16 *entropy, u16 *len, u16 *pkey, 135 u8 rc, u8 sc, u8 sl, u16 entropy, 179 __field(u16, entropy) 207 &__entry->entropy, 277 __entry->entropy, 338 __field(u16, entropy) 367 &__entry->entropy, 441 __entry->entropy,
|
D | trace.c | 208 u16 *entropy, u16 *len, u16 *pkey, in hfi1_trace_parse_16b_hdr() argument 217 *entropy = hfi1_16B_get_entropy(hdr); in hfi1_trace_parse_16b_hdr() 231 u8 rc, u8 sc, u8 sl, u16 entropy, in hfi1_trace_fmt_lrh() argument 240 age, becn, fecn, l4, rc, sc, pkey, entropy); in hfi1_trace_fmt_lrh()
|
D | ipoib_tx.c | 51 u8 entropy; member 370 ohdr->u.ud.deth[1] = cpu_to_be32((txp->entropy << in hfi1_ipoib_build_ib_tx_headers() 611 txp.entropy = hfi1_ipoib_calc_entropy(skb); in hfi1_ipoib_send_dma()
|
D | vnic_main.c | 329 sde = sdma_select_engine_vl(vinfo->dd, mdata->entropy, mdata->vl); in hfi1_vnic_select_queue()
|
/drivers/media/platform/sti/hva/ |
D | hva-debugfs.c | 19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local 59 entropy = V4L2_CID_MPEG_VIDEO_H264_ENTROPY_MODE; in format_ctx() 72 v4l2_ctrl_get_menu(entropy)[ctrls->entropy_mode], in format_ctx()
|
/drivers/media/platform/qcom/venus/ |
D | venc.c | 559 struct hfi_h264_entropy_control entropy; in venc_set_properties() local 572 entropy.entropy_mode = venc_v4l2_to_hfi( in venc_set_properties() 575 entropy.cabac_model = HFI_H264_CABAC_MODEL_0; in venc_set_properties() 577 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties()
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 203 randomness into Linux entropy pool (/dev/urandom and /dev/random) 205 Say Y, feeds the entropy directly from the WiFi driver to the input
|
/drivers/char/hw_random/ |
D | Kconfig | 18 kernel's random number generator entropy pool. 488 Generator on ARM SoCs where hardware entropy sources are not 547 attaches itself to the host's /dev/random, supplying as much entropy 552 entropy pool.
|
/drivers/usb/misc/ |
D | Kconfig | 272 kernel entropy pool to ensure a large supply of entropy for
|
/drivers/crypto/caam/ |
D | Kconfig | 152 the hw_random API for supplying the kernel entropy pool.
|
D | regs.h | 476 u32 entropy; /* RTSTENTROPYx - Test entropy */ member
|