Searched refs:wr_buf_count (Results 1 – 1 of 1) sorted by relevance
493 uint32_t wr_buf_count = 0; in dp_phy_test_pattern_debugfs_write() local536 while ((*wr_buf_ptr != 0xa) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()538 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()540 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()543 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()547 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()549 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()554 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()563 wr_buf_count = 0; /* number of char already checked */ in dp_phy_test_pattern_debugfs_write()565 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()[all …]