Searched refs:i3c_ibi_enable (Results 1 – 6 of 6) sorted by relevance
186 if (i3c_ibi_enable(lps2xdf->i3c_dev) != 0) { in lps2xdf_init_interrupt()
236 if (i3c_ibi_enable(lps22hh->i3c_dev) != 0) { in lps22hh_init_interrupt()
414 if (i3c_ibi_enable(lsm6dsv16x->i3c_dev) != 0) { in lsm6dsv16x_init_interrupt()
145 * :c:func:`i3c_ibi_enable` to enable IBI of a target device.151 * If the hardware has IBI slots, :c:func:`i3c_ibi_enable`
1716 static inline int i3c_ibi_enable(struct i3c_device_desc *target) in i3c_ibi_enable() function
2030 ret = i3c_ibi_enable(desc); in cmd_i3c_ibi_enable()