Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/base/circbuf/interface/
Dia_css_circbuf.h104 OP___assert(elem); in ia_css_circbuf_elem_set_val()
117 OP___assert(elem); in ia_css_circbuf_elem_init()
131 OP___assert(src); in ia_css_circbuf_elem_cpy()
132 OP___assert(dest); in ia_css_circbuf_elem_cpy()
153 OP___assert(cb); in ia_css_circbuf_get_pos_at_offset()
154 OP___assert(cb->desc); in ia_css_circbuf_get_pos_at_offset()
155 OP___assert(cb->desc->size > 0); in ia_css_circbuf_get_pos_at_offset()
186 OP___assert(cb); in ia_css_circbuf_get_offset()
187 OP___assert(cb->desc); in ia_css_circbuf_get_offset()
207 OP___assert(cb); in ia_css_circbuf_get_size()
[all …]
Dia_css_circbuf_desc.h41 OP___assert(cb_desc); in ia_css_circbuf_desc_is_empty()
58 OP___assert(cb_desc); in ia_css_circbuf_desc_is_full()
72 OP___assert(cb_desc); in ia_css_circbuf_desc_init()
92 OP___assert(cb_desc); in ia_css_circbuf_desc_get_pos_at_offset()
93 OP___assert(cb_desc->size > 0); in ia_css_circbuf_desc_get_pos_at_offset()
125 OP___assert(cb_desc); in ia_css_circbuf_desc_get_offset()
145 OP___assert(cb_desc); in ia_css_circbuf_desc_get_num_elems()
166 OP___assert(cb_desc); in ia_css_circbuf_desc_get_free_elems()
/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dtimed_ctrl.c32 OP___assert(ID == TIMED_CTRL0_ID); in timed_ctrl_snd_commnd()
33 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address)-1); in timed_ctrl_snd_commnd()
54 OP___assert(SP_ID < N_SP_ID); in timed_ctrl_snd_sp_commnd()
55 OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1); in timed_ctrl_snd_sp_commnd()
70 OP___assert(GPIO_ID < N_GPIO_ID); in timed_ctrl_snd_gpio_commnd()
71 OP___assert(GPIO_BASE[GPIO_ID] != (hrt_address)-1); in timed_ctrl_snd_gpio_commnd()
Dgpio_private.h30 OP___assert(ID < N_GPIO_ID); in gpio_reg_store()
31 OP___assert(GPIO_BASE[ID] != (hrt_address) - 1); in gpio_reg_store()
40 OP___assert(ID < N_GPIO_ID); in gpio_reg_load()
41 OP___assert(GPIO_BASE[ID] != (hrt_address) - 1); in gpio_reg_load()
Dtimed_ctrl_private.h30 OP___assert(ID < N_TIMED_CTRL_ID); in timed_ctrl_reg_store()
31 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address) - 1); in timed_ctrl_reg_store()
Dirq.c213 OP___assert(ID == IRQ0_ID); in irq_raise()
214 OP___assert(IRQ_BASE[ID] != (hrt_address)-1); in irq_raise()
215 OP___assert(irq_id < N_IRQ_SW_CHANNEL_ID); in irq_raise()
/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/
Dassert_support.h64 #define OP___assert(cnd) assert(cnd) macro
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/event/src/
Devent.c52 OP___assert(nr > 0 && nr <= MAX_NR_OF_PAYLOADS_PER_SW_EVENT); in ia_css_event_encode()
/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css_mipi.c202 OP___assert(port < N_CSI_PORTS); in ia_css_mipi_frame_enable_check_on_size()
203 OP___assert(size_mem_words != 0); in ia_css_mipi_frame_enable_check_on_size()
Dsh_css.c4719 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
4720 OP___assert(idx < IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT); in sh_css_get_mipi_sizes_for_check()
/linux-5.19.10/drivers/staging/media/atomisp/pci/base/circbuf/src/
Dcircbuf.c78 OP___assert(desc); in ia_css_circbuf_create()