Searched refs:pvr2_std_id_to_str (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 186 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, in pvr2_std_id_to_str() function 303 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id); in pvr2_std_fill() 329 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),id); in pvr2_std_create_enum() 357 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),fmsk); in pvr2_std_create_enum()
|
D | pvrusb2-std.h | 37 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
|
D | pvrusb2-hdw.c | 869 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val); in ctrl_std_val_to_sym() 1888 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),hdw->std_mask_eeprom); in pvr2_hdw_setup_std() 1898 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std2); in pvr2_hdw_setup_std() 1909 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std1); in pvr2_hdw_setup_std() 1918 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std3); in pvr2_hdw_setup_std() 1936 bcnt = pvr2_std_id_to_str(buf,sizeof(buf), in pvr2_hdw_setup_std() 2548 cnt1 = pvr2_std_id_to_str( in pvr2_hdw_create()
|