Home
last modified time | relevance | path

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

/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()
/linux/drivers/firmware/arm_scmi/
H A Ddriver.c491 * - exactly 'next_token' may be NOT available so pick xfer_id >= next_token
492 * using find_next_zero_bit() starting from candidate next_token bit
508 * |- next_token
518 * |- next_token
529 * |- next_token
538 unsigned long xfer_id, next_token; in scmi_xfer_token_set() local
548 next_token = (xfer->transfer_id & (MSG_TOKEN_MAX - 1)); in scmi_xfer_token_set()
550 /* Pick the next available xfer_id >= next_token */ in scmi_xfer_token_set()
552 MSG_TOKEN_MAX, next_token); in scmi_xfer_token_set()
[all...]
/linux/drivers/block/
H A Drbd.c6203 static inline size_t next_token(const char **buf) in next_token() function
6237 len = next_token(buf); in dup_token()
6441 len = next_token(&buf); in rbd_add_parse_args()
6483 len = next_token(&buf); in rbd_add_parse_args()