Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c110 unsigned int st_offset = state_offset, buf_offset; in etnaviv_validate_load_state() local
112 for_each_set_bit_from(st_offset, etnaviv_states, size) { in etnaviv_validate_load_state()
114 st_offset - state_offset) * 4; in etnaviv_validate_load_state()
116 etnaviv_warn_if_non_sensitive(state, buf_offset, st_offset * 4); in etnaviv_validate_load_state()
126 __func__, st_offset * 4, buf_offset); in etnaviv_validate_load_state()
132 etnaviv_warn_if_non_sensitive(state, buf_offset, st_offset * 4 + in etnaviv_validate_load_state()
/linux/arch/arm/mach-omap2/
H A Dprm.h142 u16 offset, u16 st_offset);
156 u16 offset, u16 st_offset);
H A Dprm2xxx_3xxx.h105 u16 st_offset);
H A Dprm2xxx_3xxx.c83 s16 prm_mod, u16 rst_offset, u16 st_offset) in omap2_prm_deassert_hardreset() argument
H A Dprm_common.c430 u16 offset, u16 st_offset) in omap_prm_deassert_hardreset() argument
439 offset, st_offset); in omap_prm_deassert_hardreset()
/linux/net/openvswitch/
H A Dflow_netlink.c2500 int st_offset) in add_nested_action_end() argument
2505 if (WARN_ON_ONCE(st_offset < 0 || in add_nested_action_end()
2506 (u32)st_offset > sfa->actions_len)) in add_nested_action_end()
2509 attr_len = sfa->actions_len - (u32)st_offset; in add_nested_action_end()
2516 a = (struct nlattr *)((u8 *)sfa->actions + st_offset); in add_nested_action_end()