Home
last modified time | relevance | path

Searched refs:update_flags (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1233 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1240 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1241 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1242 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1243 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1244 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1245 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
1246 new_pipe->update_flags.bits.scaler = 1; in dcn20_detect_pipe_changes()
1247 new_pipe->update_flags.bits.viewport = 1; in dcn20_detect_pipe_changes()
1249 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_csum.c100 params_new->update_flags = parm->update_flags; in tcf_csum_init()
384 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument
398 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
404 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
410 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
416 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
422 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4()
428 if ((update_flags & TCA_CSUM_UPDATE_FLAG_SCTP) && in tcf_csum_ipv4()
434 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4()
483 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument
[all …]
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_csum.h10 u32 update_flags; member
32 u32 update_flags; in tcf_csum_update_flags() local
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
38 return update_flags; in tcf_csum_update_flags()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dcon3270.c51 unsigned long update_flags; /* Update indication bits. */ member
98 cp->update_flags |= CON_UPDATE_STATUS; in con3270_update_status()
162 cp->update_flags |= CON_UPDATE_LIST; in con3270_rebuild_update()
231 if (cp->update_flags & CON_UPDATE_ALL) { in con3270_update()
234 cp->update_flags = CON_UPDATE_ERASE | CON_UPDATE_LIST | in con3270_update()
237 if (cp->update_flags & CON_UPDATE_ERASE) { in con3270_update()
250 if (cp->update_flags & CON_UPDATE_STATUS) in con3270_update()
255 if (cp->update_flags & CON_UPDATE_LIST) { in con3270_update()
280 cp->update_flags &= ~updated; in con3270_update()
281 if (cp->update_flags) in con3270_update()
[all …]
H A Dtty3270.c75 unsigned long update_flags; /* Update indication bits. */ member
160 tp->update_flags |= TTY_UPDATE_INPUT; in tty3270_update_prompt()
202 tp->update_flags |= TTY_UPDATE_STATUS; in tty3270_update_status()
268 tp->update_flags |= TTY_UPDATE_LIST; in tty3270_rebuild_update()
354 tp->update_flags = TTY_UPDATE_ALL; in tty3270_write_callback()
383 if (tp->update_flags & TTY_UPDATE_ALL) { in tty3270_update()
386 tp->update_flags = TTY_UPDATE_ERASE | TTY_UPDATE_LIST | in tty3270_update()
389 if (tp->update_flags & TTY_UPDATE_ERASE) { in tty3270_update()
402 if (tp->update_flags & TTY_UPDATE_STATUS) in tty3270_update()
410 if (tp->update_flags & TTY_UPDATE_INPUT) in tty3270_update()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1710 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local
1717 update_flags->bits.color_space_change = 1; in get_plane_info_update_type()
1722 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type()
1727 update_flags->bits.rotation_change = 1; in get_plane_info_update_type()
1732 update_flags->bits.pixel_format_change = 1; in get_plane_info_update_type()
1737 update_flags->bits.stereo_format_change = 1; in get_plane_info_update_type()
1742 update_flags->bits.per_pixel_alpha_change = 1; in get_plane_info_update_type()
1747 update_flags->bits.global_alpha_change = 1; in get_plane_info_update_type()
1754 update_flags->bits.dcc_change = 1; in get_plane_info_update_type()
1763 update_flags->bits.bpp_change = 1; in get_plane_info_update_type()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2426 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2485 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2540 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2557 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2558 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
2561 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2562 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
2563 plane_state->update_flags.bits.global_alpha_change) in dcn10_update_dchubp_dpp()
2566 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2567 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Dgina20_dsp.c33 static int update_flags(struct echoaudio *chip);
195 static int update_flags(struct echoaudio *chip) in update_flags() function
214 return update_flags(chip); in set_professional_spdif()
H A Dmia_dsp.c34 static int update_flags(struct echoaudio *chip);
203 static int update_flags(struct echoaudio *chip) in update_flags() function
223 return update_flags(chip); in set_professional_spdif()
H A Dlayla20_dsp.c36 static int update_flags(struct echoaudio *chip);
269 static int update_flags(struct echoaudio *chip) in update_flags() function
288 return update_flags(chip); in set_professional_spdif()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c335 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce60_program_front_end_for_pipe()
336 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce60_program_front_end_for_pipe()
337 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce60_program_front_end_for_pipe()
340 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce60_program_front_end_for_pipe()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h96 __field(u32, update_flags)
137 __entry->update_flags = flags;
153 __entry->update_flags, __entry->pid)
/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_csum.h30 __u32 update_flags; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/tc_act/
H A Dtc_csum.h32 __u32 update_flags; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/tc_act/
H A Dtc_csum.h32 __u32 update_flags; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c5161 test_bit(BNX2X_Q_UPDATE_IN_VLAN_REM, &params->update_flags); in bnx2x_q_fill_update_data()
5164 &params->update_flags); in bnx2x_q_fill_update_data()
5168 test_bit(BNX2X_Q_UPDATE_OUT_VLAN_REM, &params->update_flags); in bnx2x_q_fill_update_data()
5171 &params->update_flags); in bnx2x_q_fill_update_data()
5177 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF, &params->update_flags); in bnx2x_q_fill_update_data()
5179 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF_CHNG, &params->update_flags); in bnx2x_q_fill_update_data()
5183 test_bit(BNX2X_Q_UPDATE_ACTIVATE, &params->update_flags); in bnx2x_q_fill_update_data()
5185 test_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &params->update_flags); in bnx2x_q_fill_update_data()
5189 test_bit(BNX2X_Q_UPDATE_DEF_VLAN_EN, &params->update_flags); in bnx2x_q_fill_update_data()
5192 &params->update_flags); in bnx2x_q_fill_update_data()
[all …]
H A Dbnx2x_sriov.c2383 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2386 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2389 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2912 &update_params->update_flags); in bnx2x_set_vf_vlan()
2914 &update_params->update_flags); in bnx2x_set_vf_vlan()
2921 &update_params->update_flags); in bnx2x_set_vf_vlan()
2923 &update_params->update_flags); in bnx2x_set_vf_vlan()
2929 &update_params->update_flags); in bnx2x_set_vf_vlan()
2931 &update_params->update_flags); in bnx2x_set_vf_vlan()
3002 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.h60 bool update_flags; member
H A Ddelayed-ref.c690 if (update->extent_op->update_flags) { in update_existing_head_ref()
693 existing->extent_op->update_flags = true; in update_existing_head_ref()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1587 int rc, ssize, update_flags = 0; in hash_preload() local
1647 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload()
1653 update_flags, ssize); in hash_preload()
1656 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h332 union pipe_update_flags update_flags; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h232 union stream_update_flags update_flags; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-metadata.c563 static void update_flags(struct cache_disk_superblock *disk_super, in update_flags() function
626 update_flags(disk_super, mutator); in __begin_transaction_flags()
694 update_flags(disk_super, mutator); in __commit_transaction()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2603 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2604 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce110_program_front_end_for_pipe()
2605 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce110_program_front_end_for_pipe()
2608 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2409 __be32 update_flags; member
2520 config_dev.update_flags = cpu_to_be32(MLX4_VXLAN_UDP_DPORT); in mlx4_config_vxlan_port()
2533 config_dev.update_flags = cpu_to_be32(MLX4_DISABLE_RX_PORT); in mlx4_disable_rx_port_check()
2546 config_dev.update_flags = cpu_to_be32(MLX4_ROCE_V2_UDP_DPORT); in mlx4_config_roce_v2_port()

12