Home
last modified time | relevance | path

Searched refs:st_offset (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/etnaviv/
Detnaviv_cmd_parser.c109 unsigned int st_offset = state_offset, buf_offset; in etnaviv_validate_load_state() local
111 for_each_set_bit_from(st_offset, etnaviv_states, size) { in etnaviv_validate_load_state()
113 st_offset - state_offset) * 4; in etnaviv_validate_load_state()
115 etnaviv_warn_if_non_sensitive(state, buf_offset, st_offset * 4); in etnaviv_validate_load_state()
125 __func__, st_offset * 4, buf_offset); in etnaviv_validate_load_state()
131 etnaviv_warn_if_non_sensitive(state, buf_offset, st_offset * 4 + in etnaviv_validate_load_state()
/linux-6.6.21/arch/arm/mach-omap2/
Dprm.h141 u16 offset, u16 st_offset);
155 u16 offset, u16 st_offset);
Dprm2xxx_3xxx.h105 u16 st_offset);
Dprm2xxx_3xxx.c83 s16 prm_mod, u16 rst_offset, u16 st_offset) in omap2_prm_deassert_hardreset() argument
Dprm_common.c424 u16 offset, u16 st_offset) in omap_prm_deassert_hardreset() argument
433 offset, st_offset); in omap_prm_deassert_hardreset()
/linux-6.6.21/net/openvswitch/
Dflow_netlink.c2537 int st_offset) in add_nested_action_end() argument
2540 st_offset); in add_nested_action_end()
2542 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()