Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 4380) sorted by relevance

12345678910>>...176

/Linux-v5.15/tools/perf/
Dbuiltin-evlist.c29 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument
36 .force = details->force, in __cmd_evlist()
53 evsel__fprintf(pos, details, stdout); in __cmd_evlist()
59 if (has_tracepoint && !details->trace_fields) in __cmd_evlist()
68 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local
71 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
72 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
73 "Show all event attr details"), in cmd_evlist()
74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
[all …]
/Linux-v5.15/drivers/cpufreq/
DKconfig.x8629 For details, take a look at:
49 For details, take a look at <file:Documentation/cpu-freq/>.
76 For details, take a look at <file:Documentation/cpu-freq/>.
86 For details, take a look at <file:Documentation/cpu-freq/>.
98 For details, take a look at <file:Documentation/cpu-freq/>.
108 For details, take a look at <file:Documentation/cpu-freq/>.
129 For details, take a look at <file:Documentation/cpu-freq/>.
155 For details, take a look at <file:Documentation/cpu-freq/>.
174 For details, take a look at <file:Documentation/cpu-freq/>.
197 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-host1x.txt17 See ../clocks/clock-bindings.txt for details.
19 See ../reset/reset.txt for details.
37 See ../clocks/clock-bindings.txt for details.
39 See ../reset/reset.txt for details.
56 See ../clocks/clock-bindings.txt for details.
59 See ../reset/reset.txt for details.
82 See ../clocks/clock-bindings.txt for details.
139 See ../clocks/clock-bindings.txt for details.
141 See ../reset/reset.txt for details.
158 See ../clocks/clock-bindings.txt for details.
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
Dia_css_xnr3_types.h13 * more details.
25 * \details The define specifies which fixed-point value represents 1.0.
31 * \details The define specifies which fixed-point value represents 1.0.
37 * \details The define specifies which fixed-point value represents 1.0.
43 * \details Sigma parameters define the strength of the XNR filter.
60 * \details Coring parameters define the "coring" strength, which is a soft
75 * \details Blending parameters define the blending strength of filtered
89 * \details Struct with all parameters for the XNR3 kernel that can be set
/Linux-v5.15/Documentation/trace/coresight/
Dcoresight.rst133 See Documentation/devicetree/bindings/arm/coresight.txt for details.
258 <file details> cti_cpu0 -> ../../../23020000.cti/cti_cpu0
259 <file details> nr_links
260 <file details> out:0 -> ../../../230c0000.funnel/funnel2
265 <file details> in:0 -> ../../../23040000.etm/etm0
266 <file details> in:1 -> ../../../23140000.etm/etm3
267 <file details> in:2 -> ../../../23240000.etm/etm4
268 <file details> in:3 -> ../../../23340000.etm/etm5
269 <file details> nr_links
270 <file details> out:0 -> ../../../20040000.funnel/funnel0
[all …]
/Linux-v5.15/include/drm/
Ddrm_simple_kms_helper.h117 * more details.
133 * more details.
143 * more details.
152 * more details.
160 * documentation for the &drm_crtc_funcs.reset hook for more details.
169 * hook for more details.
178 * hook for more details.
187 * documentation for the &drm_plane_funcs.reset hook for more details.
196 * hook for more details.
205 * hook for more details.
/Linux-v5.15/drivers/staging/media/atomisp/pci/base/circbuf/src/
Dcircbuf.c13 * more details.
69 * Refer to "ia_css_circbuf.h" for details.
94 * Refer to "ia_css_circbuf.h" for details.
105 * Refer to "ia_css_circbuf.h" for details.
122 * Refer to "ia_css_circbuf.h" for details.
172 * Refer to "ia_css_circbuf.h" for details.
186 * Refer to "ia_css_circbuf.h" for details.
201 * Please refer to "ia_css_circbuf.h" for details.
259 * Refer to "Forward declarations" for details.
269 * Refer to "Forward declarations" for details.
[all …]
/Linux-v5.15/Documentation/sphinx/
Dmaintainers_include.py13 :license: GPL Version 2, June 1991 see linux/COPYING for details.
122 field, details = line.split(':', 1)
123 details = details.strip()
129 if not ':doc:' in details:
130 details = '``%s``' % (details)
141 field_content = field_content + "\n\t%s" % (details)
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-i3c52 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
112 length, etc. See the I3C specification for more details.
120 specification for more details.
130 See the I3C specification for more details.
140 See the I3C specification for more details about these HDR
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_adminq.c574 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.15/Documentation/devicetree/bindings/media/
Dmediatek-jpeg-decoder.txt14 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.
Dmediatek-jpeg-encoder.txt12 Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
15 Documentation/devicetree/bindings/power/power_domain.txt for details.
18 for details.
21 for details.
Dmediatek-mdp.txt8 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.15/drivers/staging/media/atomisp/pci/css_2401_system/host/
Disys_stream2mmio_private.h13 * more details.
41 * Refer to "stream2mmio_public.h" for details.
60 * Refer to "stream2mmio_public.h" for details.
91 * Refer to "stream2mmio_public.h" for details.
107 * Refer to "stream2mmio_public.h" for details.
134 * Refer to "stream2mmio_public.h" for details.
152 * Refer to "stream2mmio_public.h" for details.
Dcsi_rx_private.h13 * more details.
35 * Refer to "csi_rx_public.h" for details.
49 * Refer to "ibuf_ctrl_public.h" for details.
65 * Refer to "csi_rx_public.h" for details.
79 * Refer to "ibuf_ctrl_public.h" for details.
102 * Refer to "csi_rx_public.h" for details.
117 * Refer to "csi_rx_public.h" for details.
156 * Refer to "csi_rx_public.h" for details.
194 * Refer to "csi_rx_public.h" for details.
257 * Refer to "csi_rx_public.h" for details.
/Linux-v5.15/samples/bpf/
Ddo_hbm_test.sh88 details=0
141 details=1
311 if [ $details -ne 0 ] ; then
313 echo "Details for HBM in cgroup $id"
328 if [ $details -ne 0 ] ; then
330 echo "Details for cgroup $id, flow $flow_cnt"
335 if [ $details -ne 0 ] ; then
350 if [ $details -ne 0 ] ; then
352 echo "Details for HBM in cgroup $id"
376 if [ $details -ne 0 ] ; then
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c724 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
730 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
735 if (details->callback) { in i40e_clean_asq()
737 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq()
742 memset(details, 0, sizeof(*details)); in i40e_clean_asq()
747 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
777 * @cmd_details: pointer to command details structure
790 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local
815 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
817 *details = *cmd_details; in i40e_asq_send_command()
[all …]
/Linux-v5.15/tools/perf/Documentation/
Dperf-c2c.txt28 - 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.
131 (check perf record man page for details)
160 - store access details for each cacheline
166 2) offsets details for each cacheline
294 through cachelines list and to display offset details.
296 For details please refer to the help window by pressing '?' key.
/Linux-v5.15/Documentation/trace/postprocess/
Dtrace-vmscan-postprocess.pl132 # (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.15/Documentation/devicetree/bindings/sound/
Dfsl-asoc-card.txt80 - bitclock-master : Indicates dai-link bit clock master; for details see simple-card.yaml.
81 - frame-master : Indicates dai-link frame master; for details see simple-card.yaml.
82 - dai-format : audio format, for details see simple-card.yaml.
83 - frame-inversion : dai-link uses frame clock inversion, for details see simple-card.yaml.
84 - bitclock-inversion : dai-link uses bit clock inversion, for details see simple-card.yaml.
Dnvidia,tegra20-i2s.txt8 See ../reset/reset.txt for details.
12 See ../dma/dma.txt for details.
17 See ../clocks/clock-bindings.txt for details.
/Linux-v5.15/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt17 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.15/arch/mips/jazz/
DKconfig8 kernel that runs on these, say Y here. For details about Linux on
19 kernel that runs on these, say Y here. For details about Linux on
29 kernel that runs on these, say Y here. For details about Linux on
/Linux-v5.15/drivers/platform/x86/
Dthink-lmi.h24 /* password configuration details */
34 /* password setting details */
47 /* Attribute setting details */
/Linux-v5.15/Documentation/hwmon/
Ducd9200.rst36 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.

12345678910>>...176