Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 25 of 80) sorted by relevance

1234

/linux/Documentation/cdrom/
H A Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
37 This document describes an effort to establish Uniform behavior across
42 both IDE/ATAPI and SCSI, now use this Uniform interface.
83 encouraged me to write the Uniform CD-ROM Driver which this document is
84 intended to describe. The implementation of the Uniform CD-ROM Driver is
91 The goal of the Uniform CD-ROM Driver is **not** to alienate driver developers
92 whohave not yet taken steps to support this effort. The goal of Uniform CD-ROM
99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
126 For this reason, the Uniform CD-ROM Driver was created to enforce consistent
128 low-level CD-ROM device drivers. The Uniform CD-ROM Driver now provides another
[all …]
/linux/include/uapi/drm/
H A Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
/linux/arch/x86/include/asm/
H A Dmtrr.h50 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
71 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
77 *uniform = 1; in mtrr_type_lookup()
/linux/include/linux/
H A Drandom.h56 * Returns a random integer in the interval [0, ceil), with uniform
94 * Returns a random integer in the interval (floor, U32_MAX], with uniform
106 * Returns a random integer in the interval [floor, ceil], with uniform
H A Dcdrom.h40 /* Uniform cdrom data structures for cdrom.c */
89 /* handle uniform packets for scsi type devices (scsi,atapi) */
/linux/include/uapi/linux/
H A Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
262 * that the way the codeis written on CD is _not_ uniform across all discs!
394 /* capability flags used with the uniform CD-ROM driver */
433 /* User-configurable behavior options for the uniform CD-ROM driver */
/linux/Documentation/tools/
H A Dunittest.rst14 is a little bit awkward. To improve it and provide a more uniform way to
/linux/drivers/cpuidle/
H A Ddt_idle_states.c93 * Check that the idle state is uniform across all CPUs in the CPUidle driver
160 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/linux/Documentation/watchdog/
H A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/linux/Documentation/networking/
H A Dmpls-sysctl.rst39 * 1 - enabled / RFC 3443 Uniform Model (default)
H A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux/tools/perf/util/
H A Dbpf-utils.h26 * arrays to fetch from kernel. The following APIs provide an uniform way to
/linux/include/linux/mtd/
H A Dqinfo.h49 * @UniformBlockSizeShift - Uniform block size 2^UniformBlockSizeShift bytes
/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/linux/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/linux/net/ceph/crush/
H A Dcrush.c13 case CRUSH_BUCKET_UNIFORM: return "uniform"; in crush_bucket_alg_name()
/linux/rust/kernel/
H A Dalloc.rs117 /// Non Uniform Memory Access (NUMA) node identifier.
197 /// Systems employing a Non Uniform Memory Access (NUMA) architecture contain collections of
/linux/rust/macros/
H A Dfmt.rs64 // Include the `=` itself to keep the handling below uniform. in fmt()
/linux/arch/sh/mm/
H A DKconfig116 bool "Non-Uniform Memory Access (NUMA) Support"
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-platform-regs.h10 * IPU6 uses uniform address within IPU6, therefore all subsystem registers
/linux/drivers/platform/x86/lenovo/
H A Dwmi-events.c5 * This driver provides a uniform entrypoint for these events so that
/linux/arch/loongarch/
H A DKconfig558 Say Y to compile the kernel with NUMA (Non-Uniform Memory Access)
781 for architectures which are either NUMA (Non-Uniform Memory Access)
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.h80 * @NVM_CHANNEL_UNIFORM: uniform spreading required
/linux/drivers/leds/
H A Dleds-cros_ec.c138 /* The multicolor LED API expects a uniform max_brightness */ in cros_ec_led_count_subleds()

1234