Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/iicbus/
Diic.c263 (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()
Diiconf.h42 #define IIC_DONTWAIT 0 macro
Diicbus_if.m56 # data: pointer to int containing IIC_WAIT or IIC_DONTWAIT and either IIC_INTR or IIC_NOINTR
/freebsd-10-stable/sys/arm/xscale/ixp425/
Dcambria_gpio.c229 IIC_DONTWAIT); in cambria_gpio_read()
250 IIC_DONTWAIT); in cambria_gpio_write()
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
Drtl8366rb.c373 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT); in smi_acquire()