Searched refs:IIC_DONTWAIT (Results 1 – 5 of 5) sorted by relevance
263 (ioflag & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicuio()336 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicrdwr()385 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicioctl()415 (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
229 IIC_DONTWAIT); in cambria_gpio_read()250 IIC_DONTWAIT); in cambria_gpio_write()
373 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT); in smi_acquire()