Searched refs:pvr2_std_id_to_str (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 182 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, in pvr2_std_id_to_str() function 299 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id); in pvr2_std_fill() 325 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),id); in pvr2_std_create_enum() 353 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),fmsk); in pvr2_std_create_enum()
|
D | pvrusb2-std.h | 33 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
|
D | pvrusb2-hdw.c | 865 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val); in ctrl_std_val_to_sym() 1875 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),hdw->std_mask_eeprom); in pvr2_hdw_setup_std() 1884 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std2); in pvr2_hdw_setup_std() 1894 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std1); in pvr2_hdw_setup_std() 1903 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std3); in pvr2_hdw_setup_std() 1921 bcnt = pvr2_std_id_to_str(buf,sizeof(buf), in pvr2_hdw_setup_std() 2494 cnt1 = pvr2_std_id_to_str( in pvr2_hdw_create()
|