Home
last modified time | relevance | path

Searched refs:str_p (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/fbtft/
Dfbtft-sysfs.c5 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-5.19.10/net/sctp/
Dstream.c513 __be16 *str_p = NULL; in sctp_process_strreset_outreq() local
544 str_p = outreq->list_of_streams; in sctp_process_strreset_outreq()
546 if (ntohs(str_p[i]) >= stream->incnt) { in sctp_process_strreset_outreq()
578 SCTP_SI(stream, ntohs(str_p[i]))->mid = 0; in sctp_process_strreset_outreq()
586 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_outreq()
605 __be16 *str_p; in sctp_process_strreset_inreq() local
630 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()
632 if (ntohs(str_p[i]) >= stream->outcnt) { in sctp_process_strreset_inreq()
638 if (!sctp_stream_outq_is_empty(stream, nums, str_p)) { in sctp_process_strreset_inreq()
644 chunk = sctp_make_strreset_req(asoc, nums, str_p, 1, 0); in sctp_process_strreset_inreq()
[all …]