| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_class_sysfs.c | 198 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_ms); in job_timeout_default() 209 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_min); in job_timeout_min_default() 220 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_max); in job_timeout_max_default() 341 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_us); in timeslice_default() 352 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_min); in timeslice_min_default() 363 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_max); in timeslice_max_default() 408 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_us); in preempt_timeout_default() 420 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_min); in preempt_timeout_min_default() 432 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_max); in preempt_timeout_max_default() 512 static const struct attribute *defaults[] = { variable [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H 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/sound/soc/sdca/ |
| H A D | sdca_class_function.c | 295 struct reg_default *defaults; in class_function_probe() 344 defaults = devm_kcalloc(dev, ndefaults, sizeof(*defaults), GFP_KERNEL); in class_function_probe() 345 if (!defaults) in class_function_probe() 348 ret = sdca_regmap_populate_constants(dev, drv->function, defaults); in class_function_probe() 352 regcache_sort_defaults(defaults, ndefaults); in class_function_probe() 356 config->reg_defaults = defaults; in class_function_probe() 278 struct reg_default *defaults; class_function_probe() local
|
| /linux/drivers/media/rc/img-ir/ |
| H 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/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_lrc.c | 977 u32 *defaults; in store_context() local 989 defaults = shmem_pin_map(ce->engine->default_state); in store_context() 990 if (!defaults) { in store_context() 998 hw = defaults; in store_context() 1031 igt_hexdump(defaults, PAGE_SIZE); in store_context() 1051 shmem_unpin_map(ce->engine->default_state, defaults); in store_context() 1148 u32 *defaults; in load_context() local 1160 defaults = shmem_pin_map(ce->engine->default_state); in load_context() 1161 if (!defaults) { in load_context() 1168 hw = defaults; in load_context() [all …]
|
| H A D | sysfs_engines.c | 195 return sysfs_emit(buf, "%lu\n", engine->defaults.max_busywait_duration_ns); in max_spin_default() 249 return sysfs_emit(buf, "%lu\n", engine->defaults.timeslice_duration_ms); in timeslice_default() 300 return sysfs_emit(buf, "%lu\n", engine->defaults.stop_timeout_ms); in stop_default() 357 return sysfs_emit(buf, "%lu\n", engine->defaults.preempt_timeout_ms); in preempt_timeout_default() 412 return sysfs_emit(buf, "%lu\n", engine->defaults.heartbeat_interval_ms); in heartbeat_default()
|
| H A D | selftest_engine_heartbeat.c | 17 engine->defaults.heartbeat_interval_ms); in reset_heartbeat() 296 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable() 318 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable_no_pm()
|
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H 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/drivers/powercap/ |
| H A D | intel_rapl_common.c | 222 return rp->priv->defaults; in get_defaults() 344 struct rapl_defaults *defaults = get_defaults(rd->rp); in set_domain_enable() local 363 if (defaults->set_floor_freq) in set_domain_enable() 364 defaults->set_floor_freq(rd, mode); in set_domain_enable() 633 struct rapl_defaults *defaults = get_defaults(rd->rp); in rapl_unit_xlate() local 645 return defaults->compute_time_window(rd, value, to_raw); in rapl_unit_xlate() 773 rp->priv->defaults = (void *)defaults_msr; in rapl_config() 777 rp->priv->defaults = (void *)&defaults_tpmi; in rapl_config() 785 if (!rp->priv->defaults || !rp->priv->rpi) in rapl_config() 794 struct rapl_defaults *defaults = get_defaults(rd->rp); in prim_fixups() local [all …]
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_blocking_blocking-write.pkt | 5 `./defaults.sh 34 // Reset to sysctls defaults.
|
| H A D | Makefile | 4 defaults.sh \
|
| H A D | tcp_blocking_blocking-connect.pkt | 4 `./defaults.sh`
|
| H A D | tcp_accecn_clientside_disabled.pkt | 3 `./defaults.sh
|
| H A D | tcp_accecn_ecn3.pkt | 3 `./defaults.sh
|
| H A D | tcp_blocking_blocking-accept.pkt | 4 `./defaults.sh`
|
| H A D | tcp_accecn_ipflags_drop.pkt | 4 `./defaults.sh
|
| H A D | tcp_accecn_syn_ect1.pkt | 3 `./defaults.sh
|
| H A D | tcp_accecn_acc_ecn_disabled.pkt | 4 `./defaults.sh
|
| /linux/scripts/ |
| H 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/video/logo/ |
| H A D | Kconfig | 31 format (.pbm). This defaults to the Tux penguin. 49 palette. This defaults to the Tux penguin. 72 format (.ppm). This defaults to the Tux penguin.
|
| /linux/Documentation/fb/ |
| H 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/scripts/kconfig/ |
| H A D | streamline_config.pl | 147 my %defaults; 226 $defaults{$config} = 1; 533 if (!defined($defaults{$config})) {
|
| /linux/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 32 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults. 82 /* our modem defaults to a maximum size of 127 bytes */ 133 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults. 172 /* our modem defaults to a maximum size of 127 bytes */
|
| /linux/Documentation/kbuild/ |
| H 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/drivers/dma/idxd/ |
| H A D | Makefile | 7 idxd-y := init.o irq.o device.o sysfs.o submit.o dma.o cdev.o debugfs.o defaults.o
|