/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | sense.c | 66 enum mlx4_port_type *defaults) in mlx4_do_sense_ports() argument 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports()
|
/linux/drivers/media/rc/img-ir/ |
A D | img-ir-hw.c | 101 struct img_ir_timing_range *defaults) in img_ir_timing_defaults() argument 104 range->min = defaults->min; in img_ir_timing_defaults() 106 range->max = defaults->max; in img_ir_timing_defaults() 110 struct img_ir_symbol_timing *defaults) in img_ir_symbol_timing_defaults() argument 112 img_ir_timing_defaults(&timing->pulse, &defaults->pulse); in img_ir_symbol_timing_defaults() 113 img_ir_timing_defaults(&timing->space, &defaults->space); in img_ir_symbol_timing_defaults() 117 struct img_ir_timings *defaults) in img_ir_timings_defaults() argument 119 img_ir_symbol_timing_defaults(&timings->ldr, &defaults->ldr); in img_ir_timings_defaults() 120 img_ir_symbol_timing_defaults(&timings->s00, &defaults->s00); in img_ir_timings_defaults() 121 img_ir_symbol_timing_defaults(&timings->s01, &defaults->s01); in img_ir_timings_defaults() [all …]
|
/linux/tools/testing/selftests/rcutorture/doc/ |
A D | rcu-test-image.txt | 46 /dev/vda / ext3 defaults 1 1 48 tmpfs /dev/shm tmpfs defaults 0 0 50 sysfs /sys sysfs defaults 0 0 51 proc /proc proc defaults 0 0
|
/linux/scripts/ |
A D | patch-kernel | 72 source directory defaults to /usr/src/linux, 73 patch directory defaults to the current directory, 74 stopversion defaults to <all in patchdir>.
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | selftest_lrc.c | 917 u32 *defaults; in store_context() local 929 defaults = shmem_pin_map(ce->engine->default_state); in store_context() 930 if (!defaults) { in store_context() 938 hw = defaults; in store_context() 1081 u32 *defaults; in load_context() local 1093 defaults = shmem_pin_map(ce->engine->default_state); in load_context() 1094 if (!defaults) { in load_context() 1101 hw = defaults; in load_context() 1198 u32 *defaults; in compare_isolation() local 1234 if (!defaults) { in compare_isolation() [all …]
|
A D | sysfs_engines.c | 195 return sprintf(buf, "%lu\n", engine->defaults.max_busywait_duration_ns); in max_spin_default() 248 return sprintf(buf, "%lu\n", engine->defaults.timeslice_duration_ms); in timeslice_default() 298 return sprintf(buf, "%lu\n", engine->defaults.stop_timeout_ms); in stop_default() 354 return sprintf(buf, "%lu\n", engine->defaults.preempt_timeout_ms); in preempt_timeout_default() 408 return sprintf(buf, "%lu\n", engine->defaults.heartbeat_interval_ms); in heartbeat_default()
|
A D | selftest_engine_heartbeat.c | 17 engine->defaults.heartbeat_interval_ms); in reset_heartbeat() 406 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable() 428 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable_no_pm()
|
/linux/Documentation/fb/ |
A D | sisfb.rst | 84 specified, it defaults to 8. If no rate is given, it defaults to 60Hz. Depth 32 92 Linux 2.4 only: If no mode is given, sisfb defaults to "no mode" (mode=none) if 94 defaults to 800x600x8 unless CRT2 type is LCD, in which case the LCD's native 98 Linux 2.6 only: If no mode is given, sisfb defaults to 800x600x8 unless CRT2 99 type is LCD, in which case it defaults to the LCD's native resolution. If
|
/linux/Documentation/devicetree/bindings/arm/omap/ |
A D | omap.txt | 44 - OMAP2 generic - defaults to OMAP2420 48 - OMAP4 generic - defaults to OMAP4430 50 - OMAP5 generic - defaults to OMAP5430 52 - DRA7 generic - defaults to DRA742 56 - AM43x generic - defaults to AM4372
|
/linux/Documentation/devicetree/bindings/spi/ |
A D | spi-sifive.yaml | 53 Depth of hardware queues; defaults to 8 60 Maximum bits per word; defaults to 8
|
/linux/Documentation/devicetree/bindings/dma/ |
A D | mmp-dma.txt | 13 - #dma-channels: Number of DMA channels supported by the controller (defaults 16 (defaults to 32 when not specified)
|
/linux/Documentation/kbuild/ |
A D | headers_install.rst | 30 ARCH indicates which architecture to produce headers for, and defaults to the 37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | arm,vic.yaml | 48 defaults to all valid. 57 defaults to all interrupt sources configurable as wake up sources.
|
/linux/Documentation/devicetree/bindings/net/ |
A D | qca,qca7000.txt | 31 property is missing the driver defaults to burst mode. 70 - current-speed : current baud rate of QCA7000 which defaults to 115200
|
/linux/Documentation/devicetree/bindings/input/ |
A D | gpio-keys.yaml | 41 Specify event type this button/key generates. If not specified defaults to 63 Debouncing interval time in milliseconds. If not specified defaults to 5.
|
/linux/tools/testing/ktest/examples/ |
A D | test.conf | 43 INCLUDE include/defaults.conf
|
A D | kvm.conf | 44 INCLUDE include/defaults.conf
|
A D | vmware.conf | 89 INCLUDE include/defaults.conf
|
/linux/arch/arm/boot/dts/ |
A D | bcm5301x-nand-cs0-bch8.dtsi | 3 * Broadcom BCM470X / BCM5301X Nand chip defaults.
|
A D | twl6030_omap4.dtsi | 11 * Therefore, configure the defaults for the SYS_NIRQ1 and
|
/linux/net/sched/ |
A D | sch_cbq.c | 129 struct cbq_class *defaults[TC_PRIO_MAX + 1]; member 184 struct cbq_class *new = cl->defaults[TC_PRIO_BESTEFFORT]; in cbq_reclassify() 225 defmap = head->defaults; in cbq_classify() 278 !(cl = head->defaults[prio & TC_PRIO_MAX]) && in cbq_classify() 279 !(cl = head->defaults[TC_PRIO_BESTEFFORT])) in cbq_classify() 921 if (split->defaults[i] == cl && !(cl->defmap & (1<<i))) in cbq_sync_defmap() 922 split->defaults[i] = NULL; in cbq_sync_defmap() 928 if (split->defaults[i]) in cbq_sync_defmap() 938 split->defaults[i] = c; in cbq_sync_defmap()
|
/linux/tools/perf/Documentation/ |
A D | perfconfig.example | 3 # These were the old defaults
|
/linux/Documentation/devicetree/bindings/i2c/ |
A D | i2c-hix5hd2.txt | 13 - clock-frequency: Desired I2C bus frequency in Hz, otherwise defaults to 100000
|
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | iceland_smumgr.c | 309 const struct iceland_pt_defaults *defaults = smu_data->power_tune_defaults; in iceland_populate_svi_load_line() local 311 smu_data->power_tune_table.SviLoadLineEn = defaults->svi_load_line_en; in iceland_populate_svi_load_line() 312 smu_data->power_tune_table.SviLoadLineVddC = defaults->svi_load_line_vddc; in iceland_populate_svi_load_line() 323 const struct iceland_pt_defaults *defaults = smu_data->power_tune_defaults; in iceland_populate_tdc_limit() local 329 defaults->tdc_vddc_throttle_release_limit_perc; in iceland_populate_tdc_limit() 330 smu_data->power_tune_table.TDC_MAWt = defaults->tdc_mawt; in iceland_populate_tdc_limit() 338 const struct iceland_pt_defaults *defaults = smu_data->power_tune_defaults; in iceland_populate_dw8() local 349 smu_data->power_tune_table.TdcWaterfallCtl = defaults->tdc_waterfall_ctl; in iceland_populate_dw8() 1875 dpm_table->DTEAmbientTempBase = defaults->dte_ambient_temp_base; in iceland_populate_bapm_parameters_in_dpm_table() 1890 def1 = defaults->bapmti_r; in iceland_populate_bapm_parameters_in_dpm_table() [all …]
|
/linux/virt/kvm/ |
A D | Kconfig | 2 # KVM common configuration items and defaults
|