| /linux/drivers/gpu/drm/xe/ |
| A D | xe_hw_engine_class_sysfs.c | 155 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_ms); in job_timeout_default() 166 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_min); in job_timeout_min_default() 177 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_max); in job_timeout_max_default() 298 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_us); in timeslice_default() 309 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_min); in timeslice_min_default() 320 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_max); in timeslice_max_default() 365 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_us); in preempt_timeout_default() 377 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_min); in preempt_timeout_min_default() 469 static const struct attribute *defaults[] = { variable 532 sysfs_remove_files(kobj, defaults); in hw_engine_class_defaults_fini() [all …]
|
| /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 | 968 u32 *defaults; in store_context() local 981 if (!defaults) { in store_context() 989 hw = defaults; in store_context() 1022 igt_hexdump(defaults, PAGE_SIZE); in store_context() 1139 u32 *defaults; in load_context() local 1152 if (!defaults) { in load_context() 1159 hw = defaults; in load_context() 1181 igt_hexdump(defaults, PAGE_SIZE); in load_context() 1269 u32 *defaults; in compare_isolation() local 1305 if (!defaults) { in compare_isolation() [all …]
|
| A D | sysfs_engines.c | 194 return sysfs_emit(buf, "%lu\n", engine->defaults.max_busywait_duration_ns); in max_spin_default() 248 return sysfs_emit(buf, "%lu\n", engine->defaults.timeslice_duration_ms); in timeslice_default() 299 return sysfs_emit(buf, "%lu\n", engine->defaults.stop_timeout_ms); in stop_default() 356 return sysfs_emit(buf, "%lu\n", engine->defaults.preempt_timeout_ms); in preempt_timeout_default() 411 return sysfs_emit(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() 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/drivers/powercap/ |
| A D | intel_rapl_common.c | 221 return rp->priv->defaults; in get_defaults() 347 if (!ret && defaults->set_floor_freq) in set_domain_enable() 348 defaults->set_floor_freq(rd, mode); in set_domain_enable() 755 rp->priv->defaults = (void *)defaults_msr; in rapl_config() 759 rp->priv->defaults = (void *)&defaults_tpmi; in rapl_config() 767 if (!rp->priv->defaults || !rp->priv->rpi) in rapl_config() 778 if (!defaults->spr_psys_bits) in prim_fixups() 1061 if (!defaults->floor_freq_reg_addr) { in set_floor_freq_atom() 1068 defaults->floor_freq_reg_addr, in set_floor_freq_atom() 1433 if (!defaults->check_unit) { in rapl_get_domain_unit() [all …]
|
| /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/spi/ |
| A D | spi-sifive.yaml | 53 Depth of hardware queues; defaults to 8 60 Maximum bits per word; defaults to 8
|
| /linux/Documentation/driver-api/tty/ |
| 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/tools/testing/selftests/net/packetdrill/ |
| A D | Makefile | 4 defaults.sh \
|
| A D | tcp_zerocopy_client.pkt | 4 `./defaults.sh`
|
| /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/drivers/dma/idxd/ |
| A D | Makefile | 7 idxd-y := init.o irq.o device.o sysfs.o submit.o dma.o cdev.o debugfs.o defaults.o
|
| /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/broadcom/ |
| A D | bcm5301x-nand-cs0-bch8.dtsi | 3 * Broadcom BCM470X / BCM5301X Nand chip defaults.
|
| /linux/Documentation/ABI/testing/ |
| A D | configfs-usb-gadget-acm | 15 reasons, this defaults to 1 (USB_CDC_ACM_PROTO_AT_V25TER).
|
| /linux/tools/perf/Documentation/ |
| A D | perfconfig.example | 3 # These were the old defaults
|
| /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/i2c/ |
| A D | i2c-hix5hd2.txt | 13 - clock-frequency: Desired I2C bus frequency in Hz, otherwise defaults to 100000
|