Searched refs:str_p (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/fbtft/ |
D | fbtft-sysfs.c | 5 static int get_next_ulong(char **str_p, unsigned long *val, char *sep, int base) in get_next_ulong() argument 9 if (!str_p || !(*str_p)) in get_next_ulong() 12 p_val = strsep(str_p, sep); in get_next_ulong() 23 char *str_p, *curve_p = NULL; in fbtft_gamma_parse_str() local 42 str_p = tmp; in fbtft_gamma_parse_str() 43 while (*str_p) { in fbtft_gamma_parse_str() 44 if (*str_p == ',') in fbtft_gamma_parse_str() 45 *str_p = ' '; in fbtft_gamma_parse_str() 46 if (*str_p == ';') in fbtft_gamma_parse_str() 47 *str_p = '\n'; in fbtft_gamma_parse_str() [all …]
|
/Linux-v5.10/net/sctp/ |
D | stream.c | 526 __be16 *str_p = NULL; in sctp_process_strreset_outreq() local 557 str_p = outreq->list_of_streams; in sctp_process_strreset_outreq() 559 if (ntohs(str_p[i]) >= stream->incnt) { in sctp_process_strreset_outreq() 591 SCTP_SI(stream, ntohs(str_p[i]))->mid = 0; in sctp_process_strreset_outreq() 599 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_outreq() 618 __be16 *str_p; in sctp_process_strreset_inreq() local 643 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq() 645 if (ntohs(str_p[i]) >= stream->outcnt) { in sctp_process_strreset_inreq() 651 if (!sctp_stream_outq_is_empty(stream, nums, str_p)) { in sctp_process_strreset_inreq() 657 chunk = sctp_make_strreset_req(asoc, nums, str_p, 1, 0); in sctp_process_strreset_inreq() [all …]
|