Searched refs:tier (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | twfw.c | 43 const struct twfw_tier_value* tier = bpf_map_lookup_elem(&tiers, &key); in twfw_verifier() local 44 if (!tier) in twfw_verifier() 53 unsigned long mask = tier->mask[rule->seqnum / 64]; in twfw_verifier()
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | brcm,systemport.txt | 19 - systemport,num-tier2-arb: number of tier 2 arbiters, an integer 20 - systemport,num-tier1-arb: number of tier 1 arbiters, an integer
|
| /linux/drivers/media/platform/allegro-dvt/ |
| A D | nal-hevc.h | 355 static inline int nal_hevc_tier(enum v4l2_mpeg_video_hevc_tier tier) in nal_hevc_tier() argument 357 switch (tier) { in nal_hevc_tier()
|
| A D | allegro-core.c | 1136 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) in hevc_tier_to_mcu_tier() argument 1138 switch (tier) { in hevc_tier_to_mcu_tier() 1225 enum v4l2_mpeg_video_hevc_tier tier; in fill_create_channel_param() local 1229 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in fill_create_channel_param() 1233 param->tier = hevc_tier_to_mcu_tier(tier); in fill_create_channel_param() 1730 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_vps() local 1743 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_vps() 1772 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_sps() local 1783 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_sps()
|
| A D | allegro-mail.h | 65 u16 tier; member
|
| A D | allegro-mail.c | 111 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) | in allegro_encode_config_blob()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | switch.rst | 54 The lower tier consists of a single dm multipath device for each member. 61 The upper tier consists of a single dm-switch device. This device uses 63 lower tier device to route the I/O. By using a bitmap we are able to
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-kernel-mm-numa | 18 when the fast tier is under pressure. This migration
|
| /linux/include/clocksource/ |
| A D | timer-ti-dm.h | 79 u32 tier; member
|
| /linux/drivers/clocksource/ |
| A D | timer-ti-dm.c | 94 writel_relaxed(timer->context.tier, timer->irq_ena); in omap_timer_restore_context() 112 timer->context.tier = readl_relaxed(timer->irq_ena); in omap_timer_save_context()
|
| /linux/drivers/media/platform/s5p-mfc/ |
| A D | s5p_mfc_common.h | 441 u8 tier; member
|
| A D | s5p_mfc_opr_v6.c | 1463 p_hevc->tier = 0; in s5p_mfc_set_enc_params_hevc() 1475 reg |= (p_hevc->tier << 16); in s5p_mfc_set_enc_params_hevc()
|
| A D | s5p_mfc_enc.c | 2088 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-codec.rst | 2440 .. _v4l2-hevc-tier: 2448 rate. Setting the flag to 0 selects HEVC tier as Main tier and setting 2449 this flag to 1 indicates High tier. High tier is for applications requiring 2453 ``V4L2_MPEG_VIDEO_HEVC_TIER_MAIN`` Main tier. 2454 ``V4L2_MPEG_VIDEO_HEVC_TIER_HIGH`` High tier.
|
| /linux/lib/zstd/compress/ |
| A D | zstd_compress.c | 1323 int tier = 0; in ZSTD_estimateCCtxSize_internal() local 1326 for (; tier < 4; ++tier) { in ZSTD_estimateCCtxSize_internal() 1328 …s const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAtt… in ZSTD_estimateCCtxSize_internal()
|
Completed in 56 milliseconds