Searched refs:str_p (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/fbtft/ |
H A 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 38 str_p = tmp; in fbtft_gamma_parse_str() 39 while (*str_p) { in fbtft_gamma_parse_str() 40 if (*str_p == ',') in fbtft_gamma_parse_str() 41 *str_p = ' '; in fbtft_gamma_parse_str() 42 if (*str_p == ';') in fbtft_gamma_parse_str() 43 *str_p = '\n'; in fbtft_gamma_parse_str() [all …]
|
/linux/net/sctp/ |
H A D | stream.c | 524 __be16 *str_p = NULL; in sctp_process_strreset_outreq() local 555 str_p = outreq->list_of_streams; in sctp_process_strreset_outreq() 557 if (ntohs(str_p[i]) >= stream->incnt) { in sctp_process_strreset_outreq() 589 SCTP_SI(stream, ntohs(str_p[i]))->mid = 0; in sctp_process_strreset_outreq() 597 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_outreq() 616 __be16 *str_p; in sctp_process_strreset_inreq() local 641 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq() 643 if (ntohs(str_p[i]) >= stream->outcnt) { in sctp_process_strreset_inreq() 649 if (!sctp_stream_outq_is_empty(stream, nums, str_p)) { in sctp_process_strreset_inreq() 655 chunk = sctp_make_strreset_req(asoc, nums, str_p, 1, 0); in sctp_process_strreset_inreq() [all …]
|