Home
last modified time | relevance | path

Searched refs:I2CRPTSTART (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diic.h67 #define I2CRPTSTART _IOW('i', 7, struct iiccmd) /* repeated start */ macro
H A Diic.c589 case I2CRPTSTART: in iicioctl()
/freebsd/usr.sbin/i2c/
H A Di2c.c113 i = ioctl(fd, I2CRPTSTART, cmd); in i2c_do_repeatstart()