Searched refs:CHELSIO_T4_GET_I2C (Results 1 – 3 of 3) sorted by relevance
| /trueos/tools/tools/cxgbetool/ |
| HD | cxgbetool.c | 1646 rc = doit(CHELSIO_T4_GET_I2C, &i2cd); in read_i2c() 1888 rc = doit(CHELSIO_T4_GET_I2C, &i2cd); in modinfo_raw() 1950 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 1961 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 1970 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 1979 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 1988 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 1995 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 2006 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() 2018 if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0) in modinfo() [all …]
|
| /trueos/sys/dev/cxgbe/ |
| HD | t4_ioctl.h | 330 #define CHELSIO_T4_GET_I2C _IOWR('f', T4_GET_I2C, struct t4_i2c_data) macro
|
| HD | t4_main.c | 8028 case CHELSIO_T4_GET_I2C: in t4_ioctl()
|