Searched refs:read_write (Results 1 – 5 of 5) sorted by relevance
/include/trace/events/ |
D | smbus.h | 26 char read_write, u8 command, int protocol, 28 TP_ARGS(adap, addr, flags, read_write, command, protocol, data), 29 TP_CONDITION(read_write == I2C_SMBUS_WRITE || 94 char read_write, u8 command, int protocol), 95 TP_ARGS(adap, addr, flags, read_write, command, protocol), 96 TP_CONDITION(!(read_write == I2C_SMBUS_WRITE || 136 char read_write, u8 command, int protocol, 138 TP_ARGS(adap, addr, flags, read_write, command, protocol, data, res), 139 TP_CONDITION(res >= 0 && read_write == I2C_SMBUS_READ), 202 char read_write, u8 command, int protocol, [all …]
|
/include/uapi/linux/ |
D | isst_if.h | 77 __u32 read_write; /* Read:0, Write:1 */ member 146 __u32 read_write; /* Read:0, Write:1 */ member
|
D | i2c-dev.h | 58 __u8 read_write; member
|
/include/linux/ |
D | i2c.h | 130 unsigned short flags, char read_write, u8 command, 135 unsigned short flags, char read_write, u8 command, 541 unsigned short flags, char read_write, 544 unsigned short flags, char read_write,
|
/include/linux/qed/ |
D | fcoe_common.h | 350 struct fcoe_tstorm_fcoe_task_st_ctx_read_write read_write; member
|