Lines Matching +full:- +full:30000
1 // SPDX-License-Identifier: GPL-2.0-only
7 #include "pvrusb2-std.h"
8 #include "pvrusb2-debug.h"
113 if (strlen(p->name) != bufSize) continue; in find_std_name()
114 if (!memcmp(bufPtr,p->name,bufSize)) return p; in find_std_name()
134 while ((cnt < bufSize) && (bufPtr[cnt] != '-')) cnt++; in pvr2_std_str_to_id()
141 bufSize -= cnt; in pvr2_std_str_to_id()
143 cmsk = sp->id; in pvr2_std_str_to_id()
159 t = sp->id & cmsk; in pvr2_std_str_to_id()
164 bufSize -= cnt; in pvr2_std_str_to_id()
186 if (!(gp->id & ip->id & id)) continue; in pvr2_std_id_to_str()
191 bufSize -= c2; in pvr2_std_id_to_str()
196 "%s-",gp->name); in pvr2_std_id_to_str()
202 bufSize -= c2; in pvr2_std_id_to_str()
205 ip->name); in pvr2_std_id_to_str()
207 bufSize -= c2; in pvr2_std_id_to_str()
242 .denominator= 30000
251 .denominator= 30000
260 .denominator= 30000
285 idx = std->index; in pvr2_std_fill()
287 std->index = idx; in pvr2_std_fill()
288 std->id = id; in pvr2_std_fill()
289 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id); in pvr2_std_fill()
290 std->name[bcnt] = 0; in pvr2_std_fill()
292 std->index,std->name); in pvr2_std_fill()