Searched refs:IIC_DONTWAIT (Results 1 – 5 of 5) sorted by relevance
263 (ioflag & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicuio()327 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicrdwr()376 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicioctl()406 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicioctl()
42 #define IIC_DONTWAIT 0 macro
56 # data: pointer to int containing IIC_WAIT or IIC_DONTWAIT and either IIC_INTR or IIC_NOINTR
232 IIC_DONTWAIT); in cambria_gpio_read()253 IIC_DONTWAIT); in cambria_gpio_write()
383 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT); in smi_acquire()