/Linux-v5.4/tools/perf/ |
D | builtin-evlist.c | 21 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 28 .force = details->force, in __cmd_evlist() 37 perf_evsel__fprintf(pos, details, stdout); in __cmd_evlist() 43 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 52 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 55 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 56 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 57 "Show all event attr details"), in cmd_evlist() 58 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 17 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details. 33 See ../clocks/clock-bindings.txt for details. 35 See ../reset/reset.txt for details. 46 See ../clocks/clock-bindings.txt for details. 48 See ../reset/reset.txt for details. 59 See ../clocks/clock-bindings.txt for details. 61 See ../reset/reset.txt for details. 72 See ../clocks/clock-bindings.txt for details. 74 See ../reset/reset.txt for details. [all …]
|
/Linux-v5.4/drivers/cpufreq/ |
D | Kconfig.x86 | 27 For details, take a look at: 47 For details, take a look at <file:Documentation/cpu-freq/>. 84 For details, take a look at <file:Documentation/cpu-freq/>. 94 For details, take a look at <file:Documentation/cpu-freq/>. 106 For details, take a look at <file:Documentation/cpu-freq/>. 116 For details, take a look at <file:Documentation/cpu-freq/>. 137 For details, take a look at <file:Documentation/cpu-freq/>. 163 For details, take a look at <file:Documentation/cpu-freq/>. 182 For details, take a look at <file:Documentation/cpu-freq/>. 205 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
D | Kconfig | 16 For details, take a look at <file:Documentation/cpu-freq>. 139 For details, take a look at <file:Documentation/cpu-freq/>. 157 For details, take a look at linux/Documentation/cpu-freq. 181 For details, take a look at linux/Documentation/cpu-freq. 245 For details, take a look at <file:Documentation/cpu-freq/>. 270 For details, take a look at <file:Documentation/cpu-freq/>. 281 For details, take a look at <file:Documentation/cpu-freq/>. 292 For details, take a look at <file:Documentation/cpu-freq>. 301 For details, take a look at <file:Documentation/cpu-freq>. 317 For details, take a look at <file:Documentation/cpu-freq>.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-i3c | 52 length, etc. See the I3C specification for more details. 62 specification for more details. 74 See the I3C specification for more details. 85 See the I3C specification for more details about these HDR 111 length, etc. See the I3C specification for more details. 119 specification for more details. 129 See the I3C specification for more details. 138 See the I3C specification for more details about these HDR
|
D | sysfs-class-net-grcan | 10 core library documentation for details. The default value is 0 22 core library documentation for details. The default value is 0 33 library documentation for details. The default value is 0 or is
|
/Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_adminq.c | 574 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local 580 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 585 if (details->callback) { in iavf_clean_asq() 587 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq() 592 memset((void *)details, 0, in iavf_clean_asq() 598 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 627 * @cmd_details: pointer to command details structure 639 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local 665 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command() 667 *details = *cmd_details; in iavf_asq_send_command() [all …]
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 672 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 678 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 683 if (details->callback) { in i40e_clean_asq() 685 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 690 memset(details, 0, sizeof(*details)); in i40e_clean_asq() 695 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 725 * @cmd_details: pointer to command details structure 738 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local 763 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command() 765 *details = *cmd_details; in i40e_asq_send_command() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/media/ |
D | mediatek-jpeg-decoder.txt | 14 Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 17 Documentation/devicetree/bindings/power/power_domain.txt for details. 20 for details. 23 for details.
|
D | mediatek-mdp.txt | 8 Documentation/devicetree/bindings/media/mediatek-vpu.txt for details. 18 Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 20 Documentation/devicetree/bindings/power/power_domain.txt for details. 29 for details. 32 for details.
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-c2c.txt | 28 - type of the access (load and store details) 31 The c2c tool provide means to record this data and report back access details 89 Please refer to perf-report man page for details. 120 (check perf record man page for details) 149 - store access details for each cacheline 155 2) offsets details for each cacheline 281 through cachelines list and to display offset details. 283 For details please refer to the help window by pressing '?' key.
|
/Linux-v5.4/samples/bpf/ |
D | do_hbm_test.sh | 88 details=0 131 details=1 300 if [ $details -ne 0 ] ; then 302 echo "Details for HBM in cgroup $id" 317 if [ $details -ne 0 ] ; then 319 echo "Details for cgroup $id, flow $flow_cnt" 324 if [ $details -ne 0 ] ; then 339 if [ $details -ne 0 ] ; then 341 echo "Details for HBM in cgroup $id" 365 if [ $details -ne 0 ] ; then [all …]
|
/Linux-v5.4/Documentation/trace/postprocess/ |
D | trace-vmscan-postprocess.pl | 132 # (process_pid) (cpus ) ( time ) (tpoint ) (details) 273 my $details; 310 $details = $6; 311 if ($details !~ /$regex_direct_begin/o) { 313 print " $details\n"; 333 $details = $6; 334 if ($details !~ /$regex_kswapd_wake/o) { 336 print " $details\n"; 367 $details = $6; 368 if ($details !~ /$regex_wakeup_kswapd/o) { [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 17 See ../clocks/clock-bindings.txt for details. 35 See ../clocks/clock-bindings.txt for details. 39 See ../reset/reset.txt for details. 52 See ../reset/reset.txt for details. 81 See ../clocks/clock-bindings.txt for details. 94 See ../clocks/clock-bindings.txt for details. 108 See ../clocks/clock-bindings.txt for details. 112 See ../reset/reset.txt for details.
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra20-i2s.txt | 8 See ../reset/reset.txt for details. 12 See ../dma/dma.txt for details. 17 See ../clocks/clock-bindings.txt for details.
|
D | nvidia,tegra20-ac97.txt | 8 See ../reset/reset.txt for details. 12 See ../dma/dma.txt for details. 17 See ../clocks/clock-bindings.txt for details.
|
/Linux-v5.4/Documentation/devicetree/bindings/gpu/ |
D | nvidia,gk20a.txt | 14 See ../interrupt-controller/interrupts.txt for details. 21 See ../clocks/clock-bindings.txt for details. 29 See ../reset/reset.txt for details. 36 - iommus: A reference to the IOMMU. See ../iommu/iommu.txt for details.
|
/Linux-v5.4/arch/mips/jazz/ |
D | Kconfig | 9 kernel that runs on these, say Y here. For details about Linux on 21 kernel that runs on these, say Y here. For details about Linux on 32 kernel that runs on these, say Y here. For details about Linux on
|
/Linux-v5.4/Documentation/hwmon/ |
D | ucd9200.rst | 36 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 44 details. 51 Documentation/hwmon/pmbus.rst for details. 108 rails. See chip datasheets for details. 115 details.
|
/Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra20-i2c.txt | 9 Details of compatible are as follows: 43 See ../clocks/clock-bindings.txt for details. 51 See ../reset/reset.txt for details. 55 See ../dma/dma.txt for details.
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra20-sflash.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../reset/reset.txt for details. 14 See ../dma/dma.txt for details.
|
D | nvidia,tegra20-slink.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../reset/reset.txt for details. 14 See ../dma/dma.txt for details.
|
D | spi-sirf.txt | 10 See ../reset/reset.txt for details. 12 See ../dma/dma.txt for details. 17 See ../clocks/clock-bindings.txt for details.
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | nvidia,tegra20-apbdma.txt | 9 See ../clocks/clock-bindings.txt for details. 11 See ../reset/reset.txt for details. 16 select value for the peripheral. For more details, consult the Tegra TRM's
|
/Linux-v5.4/Documentation/devicetree/bindings/i3c/ |
D | cdns,i3c-master.txt | 13 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 19 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 25 Documentation/devicetree/bindings/i3c/i3c.txt for more details).
|