Home
last modified time | relevance | path

Searched refs:next_token (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/platform/chrome/ !
Dcros_ec_ishtp.c167 static u8 next_token; in ish_send() local
180 client_data->response.token = next_token++; in ish_send()
/linux-6.1.9/drivers/firmware/arm_scmi/ !
Ddriver.c278 unsigned long xfer_id, next_token; in scmi_xfer_token_set() local
288 next_token = (xfer->transfer_id & (MSG_TOKEN_MAX - 1)); in scmi_xfer_token_set()
292 MSG_TOKEN_MAX, next_token); in scmi_xfer_token_set()
311 if (xfer_id != next_token) in scmi_xfer_token_set()
312 atomic_add((int)(xfer_id - next_token), &transfer_last_id); in scmi_xfer_token_set()
/linux-6.1.9/drivers/block/ !
Drbd.c6184 static inline size_t next_token(const char **buf) in next_token() function
6218 len = next_token(buf); in dup_token()
6422 len = next_token(&buf); in rbd_add_parse_args()
6464 len = next_token(&buf); in rbd_add_parse_args()
/linux-6.1.9/tools/lib/traceevent/ !
Devent-parse.c2194 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim() argument
2211 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim()