| /kernel/linux/linux-4.19/net/mac80211/ |
| D | rc80211_minstrel_debugfs.c | 60 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local 62 ms = file->private_data; in minstrel_stats_read() 63 return simple_read_from_buffer(buf, len, ppos, ms->buf, ms->len); in minstrel_stats_read() 77 struct minstrel_debugfs_info *ms; in minstrel_stats_open() local 81 ms = kmalloc(2048, GFP_KERNEL); in minstrel_stats_open() 82 if (!ms) in minstrel_stats_open() 85 file->private_data = ms; in minstrel_stats_open() 86 p = ms->buf; in minstrel_stats_open() 117 tp_max / 10, tp_max % 10, in minstrel_stats_open() 118 tp_avg / 10, tp_avg % 10, in minstrel_stats_open() [all …]
|
| D | rc80211_minstrel_ht_debugfs.c | 42 static const int bitrates[4] = { 10, 20, 55, 110 }; in minstrel_ht_stats_dump() 76 p += sprintf(p, " %2u.%1uM", r / 10, r % 10); in minstrel_ht_stats_dump() 93 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump() 94 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump() 95 eprob / 10, eprob % 10, in minstrel_ht_stats_dump() 96 prob_ewmsd / 10, prob_ewmsd % 10, in minstrel_ht_stats_dump() 112 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local 124 ms = kmalloc(32768, GFP_KERNEL); in minstrel_ht_stats_open() 125 if (!ms) in minstrel_ht_stats_open() 128 file->private_data = ms; in minstrel_ht_stats_open() [all …]
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | rc80211_minstrel_debugfs.c | 61 struct minstrel_debugfs_info *ms; in minstrel_stats_open() local 65 ms = kmalloc(2048, GFP_KERNEL); in minstrel_stats_open() 66 if (!ms) in minstrel_stats_open() 69 file->private_data = ms; in minstrel_stats_open() 70 p = ms->buf; in minstrel_stats_open() 99 tp_max / 10, tp_max % 10, in minstrel_stats_open() 100 tp_avg / 10, tp_avg % 10, in minstrel_stats_open() 101 eprob / 10, eprob % 10, in minstrel_stats_open() 112 ms->len = p - ms->buf; in minstrel_stats_open() 114 WARN_ON(ms->len + sizeof(*ms) > 2048); in minstrel_stats_open() [all …]
|
| D | rc80211_minstrel_ht_debugfs.c | 18 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local 20 ms = file->private_data; in minstrel_stats_read() 21 return simple_read_from_buffer(buf, len, ppos, ms->buf, ms->len); in minstrel_stats_read() 55 static const int bitrates[4] = { 10, 20, 55, 110 }; in minstrel_ht_stats_dump() 89 p += sprintf(p, " %2u.%1uM", r / 10, r % 10); in minstrel_ht_stats_dump() 107 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump() 108 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump() 109 eprob / 10, eprob % 10, in minstrel_ht_stats_dump() 125 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local 137 ms = kmalloc(32768, GFP_KERNEL); in minstrel_ht_stats_open() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | stmpe.txt | 14 0 -> 10 us 18 4 -> 1 ms 19 5 -> 5 ms 20 6 -> 10 ms 21 7 -> 50 ms 23 0 -> 10 us 26 3 -> 1 ms 27 4 -> 5 ms 28 5 -> 10 ms 29 6 -> 50 ms [all …]
|
| D | brcm,iproc-touchscreen.txt | 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | stmpe.txt | 11 - st,mod-12b: ADC Bit mode (0 -> 10bit ADC, 1 -> 12bit ADC) 17 - st,touch-det-delay: Touch detect interrupt delay (0 -> 10 us, 1 -> 50 us, 2 -> 18 100 us, 3 -> 500 us, 4-> 1 ms, 5 -> 5 ms, 6 -> 10 ms, 7 -> 50 ms) recommended 20 - st,settling: Panel driver settling time (0 -> 10 us, 1 -> 100 us, 2 -> 500 us, 3 21 -> 1 ms, 4 -> 5 ms, 5 -> 10 ms, 6 for 50 ms, 7 -> 100 ms) recommended is 2
|
| D | brcm,iproc-touchscreen.txt | 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms [all …]
|
| /kernel/linux/linux-4.19/drivers/leds/trigger/ |
| D | ledtrig-activity.c | 71 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function() 98 * (typically 10ms every second, or 10ms ON, 990ms OFF). Then we want in led_activity_function() 101 * core systems. At this point it should reach 10 Hz with a 10/90 duty in led_activity_function() 102 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function() 103 * remains stable (10 Hz) and only the duty cycle increases to report in led_activity_function() 104 * the activity, up to the point where we have 90ms ON, 10ms OFF when in led_activity_function() 110 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function() 111 * (10ms ON, 90ms OFF) in led_activity_function() 113 * ON_ms = 10 in led_activity_function() 116 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function() [all …]
|
| /kernel/linux/linux-5.10/drivers/leds/trigger/ |
| D | ledtrig-activity.c | 72 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function() 99 * (typically 10ms every second, or 10ms ON, 990ms OFF). Then we want in led_activity_function() 102 * core systems. At this point it should reach 10 Hz with a 10/90 duty in led_activity_function() 103 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function() 104 * remains stable (10 Hz) and only the duty cycle increases to report in led_activity_function() 105 * the activity, up to the point where we have 90ms ON, 10ms OFF when in led_activity_function() 111 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function() 112 * (10ms ON, 90ms OFF) in led_activity_function() 114 * ON_ms = 10 in led_activity_function() 117 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function() [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 15 # Sync Width 3.813 us 0.064 ms 17 # Front Porch 0.636 us 0.318 ms 18 # 2 chars 10 lines 19 # Back Porch 1.907 us 1.048 ms 21 # Active Time 25.422 us 15.253 ms 23 # Blank Time 6.356 us 1.430 ms 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 40 # Sync Width 2.032 us 0.080 ms 42 # Front Porch 0.508 us 0.027 ms 44 # Back Porch 3.810 us 0.427 ms [all …]
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.modes | 15 # Sync Width 3.813 us 0.064 ms 17 # Front Porch 0.636 us 0.318 ms 18 # 2 chars 10 lines 19 # Back Porch 1.907 us 1.048 ms 21 # Active Time 25.422 us 15.253 ms 23 # Blank Time 6.356 us 1.430 ms 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 40 # Sync Width 2.032 us 0.080 ms 42 # Front Porch 0.508 us 0.027 ms 44 # Back Porch 3.810 us 0.427 ms [all …]
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | pd.h | 25 PD_CTRL_PR_SWAP = 10, 65 PD_EXT_FW_UPDATE_REQUEST = 10, 145 #define PD_EXT_HDR_REQ_CHUNK BIT(10) 230 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 231 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 234 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) 243 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 255 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */ 256 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 260 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) [all …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/common/ |
| D | sst-dsp.c | 154 * Phase 1(first 5ms): min sleep 0.5ms; max sleep 1ms. in sst_dsp_register_poll() 155 * Phase 2:( 5ms to 10ms) : min sleep 0.5ms; max sleep 10ms in sst_dsp_register_poll() 157 * both possible in this phase depending on whether k > 10 or not). in sst_dsp_register_poll() 158 * Phase 3: (beyond 10 ms) min sleep 5ms; max sleep 10ms. in sst_dsp_register_poll() 165 if (k > 10) in sst_dsp_register_poll()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | rohm,bd71847-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 75 - 10 92 rohm,long-press-ms: 96 - 10 146 rohm,short-press-ms = <10>; 147 rohm,long-press-ms = <2000>;
|
| D | rohm,bd71837-pmic.yaml | 59 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 61 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 65 rohm,short-press-ms: 69 - 10 85 rohm,long-press-ms: 89 - 10 136 rohm,short-press-ms = <10>; 137 rohm,long-press-ms = <2000>;
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | phy-fsl-usb.h | 87 #define PORTSC_LINE_STATUS_BITS (0x3<<10) 99 /* bit 11-10 are line status */ 100 #define PORTSC_LINE_STATUS_SE0 (0x0<<10) 101 #define PORTSC_LINE_STATUS_JSTATE (0x1<<10) 102 #define PORTSC_LINE_STATUS_KSTATE (0x2<<10) 103 #define PORTSC_LINE_STATUS_UNDEF (0x3<<10) 104 #define PORTSC_LINE_STATUS_BIT_POS (10) 155 #define OTGSC_STS_A_SESSION_VALID (0x1<<10) 234 #define TA_WAIT_VRISE (100) /* a_wait_vrise 100 ms, section: 6.6.5.1 */ 244 /* It is necessary for this timer to be more than 750 ms because of a bug in OPT [all …]
|
| /kernel/linux/linux-4.19/include/linux/usb/ |
| D | pd.h | 34 PD_CTRL_PR_SWAP = 10, 73 PD_EXT_FW_UPDATE_REQUEST = 10, 153 #define PD_EXT_HDR_REQ_CHUNK BIT(10) 236 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 237 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 240 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) 249 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 261 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */ 262 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 266 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 33 0 - 0ms, 34 1 - 125ms, 35 2 - 250ms, 36 3 - 500ms, 37 4 - 750ms, 45 0 - 0ms, 46 1 - 125ms, 47 2 - 250ms, 48 3 - 500ms, 49 4 - 750ms, [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 33 0 - 0ms, 34 1 - 125ms, 35 2 - 250ms, 36 3 - 500ms, 37 4 - 750ms, 45 0 - 0ms, 46 1 - 125ms, 47 2 - 250ms, 48 3 - 500ms, 49 4 - 750ms, [all …]
|
| /kernel/linux/linux-4.19/samples/bpf/ |
| D | tracex3_user.c | 74 printf("|1ns |10ns |100ns |1us |10us |100us" in print_banner() 75 " |1ms |10ms |100ms |1s |10s\n"); in print_banner() 77 printf("|1us |10us |100us |1ms |10ms " in print_banner() 78 "|100ms |1s |10s\n"); in print_banner()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | tracex3_user.c | 68 printf("|1ns |10ns |100ns |1us |10us |100us" in print_banner() 69 " |1ms |10ms |100ms |1s |10s\n"); in print_banner() 71 printf("|1us |10us |100us |1ms |10ms " in print_banner() 72 "|100ms |1s |10s\n"); in print_banner()
|
| /kernel/linux/linux-4.19/drivers/usb/phy/ |
| D | phy-fsl-usb.h | 87 #define PORTSC_LINE_STATUS_BITS (0x3<<10) 99 /* bit 11-10 are line status */ 100 #define PORTSC_LINE_STATUS_SE0 (0x0<<10) 101 #define PORTSC_LINE_STATUS_JSTATE (0x1<<10) 102 #define PORTSC_LINE_STATUS_KSTATE (0x2<<10) 103 #define PORTSC_LINE_STATUS_UNDEF (0x3<<10) 104 #define PORTSC_LINE_STATUS_BIT_POS (10) 155 #define OTGSC_STS_A_SESSION_VALID (0x1<<10) 234 #define TA_WAIT_VRISE (100) /* a_wait_vrise 100 ms, section: 6.6.5.1 */ 244 /* It is necessary for this timer to be more than 750 ms because of a bug in OPT [all …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | ds1621 | 92 DS1621 - 750ms (older devices may take up to 1000ms) 93 DS1625 - 500ms 94 DS1631 - 93ms..750ms for 9..12 bits resolution, respectively. 95 DS1721 - 93ms..750ms for 9..12 bits resolution, respectively. 96 DS1731 - 93ms..750ms for 9..12 bits resolution, respectively. 99 On the DS1621, internal access to non-volatile registers may last for 10ms 107 DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees) 108 DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees) 121 1 0 => 10 bits, 0.25 degrees Celsius 187 -> 93.75ms = minimum conversion time
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-feiyang-fy07024di26a30d.c | 58 /* T1 (dvdd start + dvdd rise) 0 < T1 <= 10ms */ in feiyang_prepare() 59 msleep(10); in feiyang_prepare() 65 /* T3 (dvdd rise + avdd start + avdd rise) T3 >= 20ms */ in feiyang_prepare() 72 * T5 >= 10ms, 0 < T6 <= 10ms in feiyang_prepare() 78 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_prepare() 98 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_enable() 126 /* T13 (backlight fall + video & logic signal fall) T13 >= 200ms */ in feiyang_unprepare() 133 /* T11 (dvdd rise to fall) 0 < T11 <= 10ms */ in feiyang_unprepare() 134 msleep(10); in feiyang_unprepare()
|