Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_ishtp.c167 static u8 next_token; in ish_send() local
180 client_data->response.token = next_token++; in ish_send()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Ddriver.c367 unsigned long xfer_id, next_token; in scmi_xfer_token_set() local
377 next_token = (xfer->transfer_id & (MSG_TOKEN_MAX - 1)); in scmi_xfer_token_set()
381 MSG_TOKEN_MAX, next_token); in scmi_xfer_token_set()
400 if (xfer_id != next_token) in scmi_xfer_token_set()
401 atomic_add((int)(xfer_id - next_token), &transfer_last_id); in scmi_xfer_token_set()
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1188 next_token = feed.peek_next()
1192 if next_token != T_EQUAL and next_token != T_UNEQUAL:
/openbmc/linux/drivers/block/
H A Drbd.c6210 static inline size_t next_token(const char **buf) in next_token() function
6244 len = next_token(buf); in dup_token()
6448 len = next_token(&buf); in rbd_add_parse_args()
6490 len = next_token(&buf); in rbd_add_parse_args()