Home
last modified time | relevance | path

Searched refs:pvr2_std_id_to_str (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c172 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, in pvr2_std_id_to_str() function
289 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id); in pvr2_std_fill()
315 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),id); in pvr2_std_create_enum()
343 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),fmsk); in pvr2_std_create_enum()
Dpvrusb2-std.h23 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
Dpvrusb2-hdw.c859 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val); in ctrl_std_val_to_sym()
1868 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),hdw->std_mask_eeprom); in pvr2_hdw_setup_std()
1877 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std2); in pvr2_hdw_setup_std()
1887 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std1); in pvr2_hdw_setup_std()
1896 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std3); in pvr2_hdw_setup_std()
1914 bcnt = pvr2_std_id_to_str(buf,sizeof(buf), in pvr2_hdw_setup_std()
2504 cnt1 = pvr2_std_id_to_str( in pvr2_hdw_create()