Searched refs:bufSize (Results 1 – 11 of 11) sorted by relevance
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-std.c | 107 unsigned int bufSize) in find_std_name() argument 121 unsigned int bufSize) in pvr2_std_str_to_id() argument 131 while (bufSize) { in pvr2_std_str_to_id() 141 bufSize -= cnt; in pvr2_std_str_to_id() 147 while (cnt < bufSize) { in pvr2_std_str_to_id() 162 if (cnt < bufSize) cnt++; in pvr2_std_str_to_id() 164 bufSize -= cnt; in pvr2_std_str_to_id() 191 bufSize -= c2; in pvr2_std_id_to_str() 202 bufSize -= c2; in pvr2_std_id_to_str() 204 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str() [all …]
|
| A D | pvrusb2-std.h | 17 unsigned int bufSize); 23 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
|
| A D | pvrusb2-hdw.c | 856 char *bufPtr,unsigned int bufSize, in ctrl_std_val_to_sym() argument 859 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val); in ctrl_std_val_to_sym() 864 const char *bufPtr,unsigned int bufSize, in ctrl_std_sym_to_val() argument 868 if (!pvr2_std_str_to_id(&id, bufPtr, bufSize)) in ctrl_std_sym_to_val()
|
| /drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer_debug.c | 79 unsigned int remaining_buffer = bufSize; in dcn10_get_hubbub_state() 107 return bufSize - remaining_buffer; in dcn10_get_hubbub_state() 117 unsigned int remaining_buffer = bufSize; in dcn10_get_hubp_states() 186 return bufSize - remaining_buffer; in dcn10_get_hubp_states() 228 return bufSize - remaining_buffer; in dcn10_get_rq_states() 285 return bufSize - remaining_buffer; in dcn10_get_dlg_states() 325 return bufSize - remaining_buffer; in dcn10_get_ttu_states() 380 return bufSize - remaining_buffer; in dcn10_get_cm_states() 411 return bufSize - remaining_buffer; in dcn10_get_mpcc_states() 467 return bufSize - remaining_buffer; in dcn10_get_otg_states() [all …]
|
| A D | dcn10_hw_sequencer_debug.h | 40 unsigned int bufSize,
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| A D | dcn10_hwseq.h | 165 unsigned int bufSize,
|
| /drivers/gpu/drm/amd/display/dc/inc/hw/ |
| A D | clk_mgr.h | 179 unsigned int bufSize; member
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dm_services.h | 146 unsigned int snprintf_count(char *pBuf, unsigned int bufSize, const char *fmt, ...);
|
| /drivers/gpu/drm/amd/display/dc/hwss/ |
| A D | hw_sequencer.h | 365 unsigned int bufSize, unsigned int mask);
|
| /drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
| A D | rn_clk_mgr.c | 311 unsigned int remaining_buffer = log_info->bufSize; in rn_dump_clk_registers()
|
| /drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
| A D | vg_clk_mgr.c | 243 unsigned int remaining_buffer = log_info->bufSize; in vg_dump_clk_registers()
|
Completed in 46 milliseconds