str_p               5 drivers/staging/fbtft/fbtft-sysfs.c static int get_next_ulong(char **str_p, unsigned long *val, char *sep, int base)
str_p               9 drivers/staging/fbtft/fbtft-sysfs.c 	if (!str_p || !(*str_p))
str_p              12 drivers/staging/fbtft/fbtft-sysfs.c 	p_val = strsep(str_p, sep);
str_p              23 drivers/staging/fbtft/fbtft-sysfs.c 	char *str_p, *curve_p = NULL;
str_p              41 drivers/staging/fbtft/fbtft-sysfs.c 	str_p = tmp;
str_p              42 drivers/staging/fbtft/fbtft-sysfs.c 	while (*str_p) {
str_p              43 drivers/staging/fbtft/fbtft-sysfs.c 		if (*str_p == ',')
str_p              44 drivers/staging/fbtft/fbtft-sysfs.c 			*str_p = ' ';
str_p              45 drivers/staging/fbtft/fbtft-sysfs.c 		if (*str_p == ';')
str_p              46 drivers/staging/fbtft/fbtft-sysfs.c 			*str_p = '\n';
str_p              47 drivers/staging/fbtft/fbtft-sysfs.c 		str_p++;
str_p              50 drivers/staging/fbtft/fbtft-sysfs.c 	str_p = strim(tmp);
str_p              53 drivers/staging/fbtft/fbtft-sysfs.c 	while (str_p) {
str_p              59 drivers/staging/fbtft/fbtft-sysfs.c 		curve_p = strsep(&str_p, "\n");
str_p             518 net/sctp/stream.c 	__be16 *str_p = NULL;
str_p             549 net/sctp/stream.c 	str_p = outreq->list_of_streams;
str_p             551 net/sctp/stream.c 		if (ntohs(str_p[i]) >= stream->incnt) {
str_p             583 net/sctp/stream.c 			SCTP_SI(stream, ntohs(str_p[i]))->mid = 0;
str_p             591 net/sctp/stream.c 		SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC);
str_p             610 net/sctp/stream.c 	__be16 *str_p;
str_p             635 net/sctp/stream.c 	str_p = inreq->list_of_streams;
str_p             637 net/sctp/stream.c 		if (ntohs(str_p[i]) >= stream->outcnt) {
str_p             643 net/sctp/stream.c 	if (!sctp_stream_outq_is_empty(stream, nums, str_p)) {
str_p             649 net/sctp/stream.c 	chunk = sctp_make_strreset_req(asoc, nums, str_p, 1, 0);
str_p             655 net/sctp/stream.c 			SCTP_SO(stream, ntohs(str_p[i]))->state =
str_p             937 net/sctp/stream.c 		__be16 *str_p;
str_p             940 net/sctp/stream.c 		str_p = outreq->list_of_streams;
str_p             948 net/sctp/stream.c 					sout = SCTP_SO(stream, ntohs(str_p[i]));
str_p             967 net/sctp/stream.c 			nums, str_p, GFP_ATOMIC);
str_p             970 net/sctp/stream.c 		__be16 *str_p;
str_p             977 net/sctp/stream.c 		str_p = inreq->list_of_streams;
str_p             984 net/sctp/stream.c 			nums, str_p, GFP_ATOMIC);