Searched refs:DWC_DEBUGFS_BUF_MAX (Results 1 – 1 of 1) sorted by relevance
45 #define DWC_DEBUGFS_BUF_MAX 128 macro191 char debugfs_buf[DWC_DEBUGFS_BUF_MAX]; in lane_detect_read()198 pos = scnprintf(debugfs_buf, DWC_DEBUGFS_BUF_MAX, "Lane Detected\n"); in lane_detect_read()229 char debugfs_buf[DWC_DEBUGFS_BUF_MAX]; in rx_valid_read()236 pos = scnprintf(debugfs_buf, DWC_DEBUGFS_BUF_MAX, "RX Valid\n"); in rx_valid_read()238 pos = scnprintf(debugfs_buf, DWC_DEBUGFS_BUF_MAX, "RX Invalid\n"); in rx_valid_read()326 char debugfs_buf[DWC_DEBUGFS_BUF_MAX]; in counter_enable_read()390 char debugfs_buf[DWC_DEBUGFS_BUF_MAX]; in counter_lane_read()399 pos = scnprintf(debugfs_buf, DWC_DEBUGFS_BUF_MAX, "Lane: %d\n", val); in counter_lane_read()433 char debugfs_buf[DWC_DEBUGFS_BUF_MAX]; in counter_value_read()[all …]
Completed in 5 milliseconds