Home
last modified time | relevance | path

Searched refs:OP___assert (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf.h95 OP___assert(elem); in ia_css_circbuf_elem_set_val()
108 OP___assert(elem); in ia_css_circbuf_elem_init()
122 OP___assert(src); in ia_css_circbuf_elem_cpy()
123 OP___assert(dest); in ia_css_circbuf_elem_cpy()
144 OP___assert(cb); in ia_css_circbuf_get_pos_at_offset()
145 OP___assert(cb->desc); in ia_css_circbuf_get_pos_at_offset()
146 OP___assert(cb->desc->size > 0); in ia_css_circbuf_get_pos_at_offset()
177 OP___assert(cb); in ia_css_circbuf_get_offset()
178 OP___assert(cb->desc); in ia_css_circbuf_get_offset()
198 OP___assert(c in ia_css_circbuf_get_size()
[all...]
H A Dia_css_circbuf_desc.h32 OP___assert(cb_desc); in ia_css_circbuf_desc_is_empty()
49 OP___assert(cb_desc); in ia_css_circbuf_desc_is_full()
63 OP___assert(cb_desc); in ia_css_circbuf_desc_init()
83 OP___assert(cb_desc); in ia_css_circbuf_desc_get_pos_at_offset()
84 OP___assert(cb_desc->size > 0); in ia_css_circbuf_desc_get_pos_at_offset()
116 OP___assert(cb_desc); in ia_css_circbuf_desc_get_offset()
136 OP___assert(cb_desc); in ia_css_circbuf_desc_get_num_elems()
157 OP___assert(cb_desc); in ia_css_circbuf_desc_get_free_elems()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl.c23 OP___assert(ID == TIMED_CTRL0_ID); in timed_ctrl_snd_commnd()
24 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address)-1); in timed_ctrl_snd_commnd()
45 OP___assert(SP_ID < N_SP_ID); in timed_ctrl_snd_sp_commnd()
46 OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1); in timed_ctrl_snd_sp_commnd()
61 OP___assert(GPIO_ID < N_GPIO_ID); in timed_ctrl_snd_gpio_commnd()
62 OP___assert(GPIO_BASE[GPIO_ID] != (hrt_address)-1); in timed_ctrl_snd_gpio_commnd()
H A Dgpio_private.h18 OP___assert(ID < N_GPIO_ID); in gpio_reg_store()
19 OP___assert(GPIO_BASE[ID] != (hrt_address) - 1); in gpio_reg_store()
28 OP___assert(ID < N_GPIO_ID); in gpio_reg_load()
29 OP___assert(GPIO_BASE[ID] != (hrt_address) - 1); in gpio_reg_load()
H A Dtimed_ctrl_private.h21 OP___assert(ID < N_TIMED_CTRL_ID); in timed_ctrl_reg_store()
22 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address) - 1); in timed_ctrl_reg_store()
H A Dirq.c204 OP___assert(ID == IRQ0_ID); in irq_raise()
205 OP___assert(IRQ_BASE[ID] != (hrt_address)-1); in irq_raise()
206 OP___assert(irq_id < N_IRQ_SW_CHANNEL_ID); in irq_raise()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dassert_support.h30 /* Deprecated OP___assert, this is still used in ~1000 places
34 #define OP___assert(cnd) assert(cnd) macro
/linux/drivers/staging/media/atomisp/pci/runtime/event/src/
H A Devent.c43 OP___assert(nr > 0 && nr <= MAX_NR_OF_PAYLOADS_PER_SW_EVENT); in ia_css_event_encode()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c4278 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
4279 OP___assert(idx < IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT); in sh_css_get_mipi_sizes_for_check()