Home
last modified time | relevance | path

Searched refs:IIC_DONTWAIT (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/iicbus/
HDiic.c263 (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()
HDiiconf.h42 #define IIC_DONTWAIT 0 macro
HDiicbus_if.m56 # data: pointer to int containing IIC_WAIT or IIC_DONTWAIT and either IIC_INTR or IIC_NOINTR
/NextBSD/sys/arm/xscale/ixp425/
HDcambria_gpio.c232 IIC_DONTWAIT); in cambria_gpio_read()
253 IIC_DONTWAIT); in cambria_gpio_write()
/NextBSD/sys/dev/etherswitch/rtl8366/
HDrtl8366rb.c383 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT); in smi_acquire()