/linux-6.12.1/tools/perf/ |
D | builtin-evlist.c | 29 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() 62 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 65 if (has_group && !details->event_group) in __cmd_evlist() 74 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 77 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 78 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 79 "Show all event attr details"), in cmd_evlist() 80 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() [all …]
|
/linux-6.12.1/drivers/cpufreq/ |
D | Kconfig.x86 | 29 For details, take a look at: 49 For details, take a look at: 68 For details, take a look at: 99 For details, take a look at <file:Documentation/cpu-freq/>. 126 For details, take a look at <file:Documentation/cpu-freq/>. 136 For details, take a look at <file:Documentation/cpu-freq/>. 148 For details, take a look at <file:Documentation/cpu-freq/>. 158 For details, take a look at <file:Documentation/cpu-freq/>. 179 For details, take a look at <file:Documentation/cpu-freq/>. 205 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
D | ia_css_xnr3_types.h | 13 * 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-6.12.1/include/drm/ |
D | drm_simple_kms_helper.h | 117 * more details. 133 * more details. 143 * more details. 153 * more details. 163 * more details. 172 * more details. 180 * documentation for the &drm_crtc_funcs.reset hook for more details. 189 * hook for more details. 198 * hook for more details. 207 * documentation for the &drm_plane_funcs.reset hook for more details. [all …]
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight.rst | 133 See ``Documentation/devicetree/bindings/arm/arm,coresight-*.yaml`` 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-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_adminq.c | 559 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local 565 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 570 if (details->callback) { in iavf_clean_asq() 572 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq() 577 memset((void *)details, 0, in iavf_clean_asq() 583 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 612 * @cmd_details: pointer to command details structure 624 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local 650 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command() 652 *details = *cmd_details; in iavf_asq_send_command() [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
D | circbuf.c | 13 * 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-6.12.1/Documentation/sphinx/ |
D | maintainers_include.py | 13 :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-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 692 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 698 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 703 if (details->callback) { in i40e_clean_asq() 705 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 710 memset(details, 0, sizeof(*details)); in i40e_clean_asq() 715 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 745 * @cmd_details: pointer to command details structure 760 struct i40e_asq_cmd_details *details; in i40e_asq_send_command_atomic_exec() local 784 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command_atomic_exec() 786 *details = *cmd_details; in i40e_asq_send_command_atomic_exec() [all …]
|
D | i40e_common.c | 434 * @cmd_details: pointer to command details structure or NULL 462 * @cmd_details: pointer to command details structure or NULL 991 * @mode: 0=off, 0xf=on (else see manual for mode details) 1051 * @cmd_details: pointer to command details structure or NULL 1127 * @cmd_details: pointer to command details structure or NULL 1254 * @cmd_details: pointer to command details structure or NULL 1282 * @cmd_details: pointer to command details structure or NULL 1314 * @cmd_details: pointer to command details structure or NULL 1409 * @cmd_details: pointer to command details structure or NULL 1436 * @cmd_details: pointer to command details structure or NULL [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | snps,dw-pcie-common.yaml | 117 - description: See native 'dbi' clock for details 119 - description: See native 'mstr/slv' clock for details 121 - description: See native 'pipe' clock for details 123 - description: See native 'aux' clock for details 125 - description: See native 'ref' clock for details. 127 - description: See nativs 'phy_reg' clock for details 174 - description: See native 'app' reset for details 176 - description: See native 'phy' reset for details 178 - description: See native 'pwr' reset for details
|
/linux-6.12.1/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 127 length, etc. See the I3C specification for more details. 135 specification for more details. 145 See the I3C specification for more details. 155 See the I3C specification for more details about these HDR
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
D | csi_rx_private.h | 13 * 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.
|
D | isys_stream2mmio_private.h | 13 * 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.
|
/linux-6.12.1/samples/bpf/ |
D | do_hbm_test.sh | 88 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-6.12.1/Documentation/trace/postprocess/ |
D | trace-vmscan-postprocess.pl | 132 # (process_pid) (cpus ) ( time ) (tpoint ) (details) 271 my $details; 308 $details = $6; 309 if ($details !~ /$regex_direct_begin/o) { 311 print " $details\n"; 331 $details = $6; 332 if ($details !~ /$regex_kswapd_wake/o) { 334 print " $details\n"; 365 $details = $6; 366 if ($details !~ /$regex_wakeup_kswapd/o) { [all …]
|
/linux-6.12.1/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-6.12.1/Documentation/virt/coco/ |
D | tdx-guest.rst | 11 device to allow userspace to get certain TDX guest-specific details. 19 :Input parameters: Parameters passed to the IOCTL and related details. 20 :Output: Details about output data and return value (with details about
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-riscv-imsic-state.h | 19 /* Fixed details of the vector */ 22 /* Details saved by driver in the vector */ 24 /* Details accessed using local lock held */ 46 /* Device details */
|
/linux-6.12.1/fs/smb/client/ |
D | compress.h | 8 * See compress/ for implementation details of each algorithm. 11 * MS-SMB2 "3.1.4.4 Compressing the Message" - for compression details 12 * MS-SMB2 "3.1.5.3 Decompressing the Chained Message" - for decompression details 13 * MS-XCA - for details of the supported algorithms
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-c2c.txt | 33 - type of the access (load and store details) 36 The c2c tool provide means to record this data and report back access details 95 Please refer to perf-report man page for details. 145 (check perf record man page for details) 178 - store access details for each cacheline 184 2) offsets details for each cacheline 329 through cachelines list and to display offset details. 331 For details please refer to the help window by pressing '?' key.
|
/linux-6.12.1/arch/mips/jazz/ |
D | Kconfig | 8 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-6.12.1/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-6.12.1/Documentation/devicetree/bindings/media/ |
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.
|
/linux-6.12.1/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
|