Searched defs:bno055_ser_priv (Results 1 – 1 of 1) sorted by relevance
119 struct bno055_ser_priv { struct120 enum {124 } expect_response;125 int expected_data_len;126 u8 *response_buf;134 enum {138 } cmd_status;165 static int bno055_ser_send_chunk(struct bno055_ser_priv *priv, const u8 *data, int len) in bno055_ser_send_chunk() argument