Searched refs:msg_flags (Results 1 – 12 of 12) sorted by relevance
111 static uint32_t rv32m1_lpi2c_convert_flags(int msg_flags) in rv32m1_lpi2c_convert_flags() argument115 if (!(msg_flags & I2C_MSG_STOP)) { in rv32m1_lpi2c_convert_flags()119 if (msg_flags & I2C_MSG_RESTART) { in rv32m1_lpi2c_convert_flags()
129 static uint32_t i2c_mcux_convert_flags(int msg_flags) in i2c_mcux_convert_flags() argument133 if (!(msg_flags & I2C_MSG_STOP)) { in i2c_mcux_convert_flags()137 if (msg_flags & I2C_MSG_RESTART) { in i2c_mcux_convert_flags()
140 static uint32_t nxp_ii2c_convert_flags(int msg_flags) in nxp_ii2c_convert_flags() argument144 if (!(msg_flags & I2C_MSG_STOP)) { in nxp_ii2c_convert_flags()148 if (msg_flags & I2C_MSG_RESTART) { in nxp_ii2c_convert_flags()
123 static uint32_t mcux_lpi2c_convert_flags(int msg_flags) in mcux_lpi2c_convert_flags() argument127 if (!(msg_flags & I2C_MSG_STOP)) { in mcux_lpi2c_convert_flags()131 if (msg_flags & I2C_MSG_RESTART) { in mcux_lpi2c_convert_flags()
31 volatile uint8_t msg_flags; member141 data->msg_flags = msg.flags; in i2c_kb1200_poll_write()198 data->msg_flags = msg.flags; in i2c_kb1200_poll_read()
134 static uint32_t mcux_lpi2c_convert_flags(int msg_flags) in mcux_lpi2c_convert_flags() argument138 if (!(msg_flags & I2C_MSG_STOP)) { in mcux_lpi2c_convert_flags()142 if (msg_flags & I2C_MSG_RESTART) { in mcux_lpi2c_convert_flags()
132 static uint32_t mcux_flexcomm_convert_flags(int msg_flags) in mcux_flexcomm_convert_flags() argument136 if (!(msg_flags & I2C_MSG_STOP)) { in mcux_flexcomm_convert_flags()140 if (msg_flags & I2C_MSG_RESTART) { in mcux_flexcomm_convert_flags()
131 *msg_confirm = (msg.msg_flags & MSG_CONFIRM) != 0; in linux_socketcan_read_data()
127 int msg_flags; /* flags on received message */ member
571 msg.msg_flags = 0; in nsos_adapt_sendmsg()
878 msg_mid.msg_flags = 0; in nsos_sendmsg()
62 uint32_t msg_flags, void *req_buf, in tisci_setup_one_xfer() argument91 hdr->flags = msg_flags; in tisci_setup_one_xfer()
Completed in 38 milliseconds