OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wr_buf_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c
493
uint32_t
wr_buf_count
= 0;
local in function:dp_phy_test_pattern_debugfs_write
536
while ((*wr_buf_ptr != 0xa) && (
wr_buf_count
< wr_buf_size)) {
538
while (isspace(*wr_buf_ptr) && (
wr_buf_count
< wr_buf_size)) {
540
wr_buf_count
++;
543
if (
wr_buf_count
== wr_buf_size)
547
while ((!isspace(*wr_buf_ptr)) && (
wr_buf_count
< wr_buf_size)) {
549
wr_buf_count
++;
554
if (
wr_buf_count
== wr_buf_size)
563
wr_buf_count
= 0; /* number of char already checked */
565
while (isspace(*wr_buf_ptr) && (
wr_buf_count
< wr_buf_size))
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025