Searched refs:wr_buf_count (Results 1 – 1 of 1) sorted by relevance
485 uint32_t wr_buf_count = 0; in dp_phy_test_pattern_debugfs_write() local528 while ((*wr_buf_ptr != 0xa) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()530 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()532 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()535 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()539 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()541 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()546 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()555 wr_buf_count = 0; /* number of char already checked */ in dp_phy_test_pattern_debugfs_write()557 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()[all …]