Home
last modified time | relevance | path

Searched full:units (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/linux/sound/synth/
H A Dutil_mem.c63 unsigned int units, prev_offset; in __snd_util_mem_alloc() local
70 units = size; in __snd_util_mem_alloc()
71 if (units & 1) in __snd_util_mem_alloc()
72 units++; in __snd_util_mem_alloc()
73 if (units > hdr->size) in __snd_util_mem_alloc()
80 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc()
84 if (hdr->size - prev_offset < units) in __snd_util_mem_alloc()
88 return __snd_util_memblk_new(hdr, units, p->prev); in __snd_util_mem_alloc()
97 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() argument
113 blk->size = units; in __snd_util_memblk_new()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_wifi.h171 #define BRCM_MAXRATE 108 /* in 500kbps units */
172 #define BRCM_RATE_1M 2 /* in 500kbps units */
173 #define BRCM_RATE_2M 4 /* in 500kbps units */
174 #define BRCM_RATE_5M5 11 /* in 500kbps units */
175 #define BRCM_RATE_11M 22 /* in 500kbps units */
176 #define BRCM_RATE_6M 12 /* in 500kbps units */
177 #define BRCM_RATE_9M 18 /* in 500kbps units */
178 #define BRCM_RATE_12M 24 /* in 500kbps units */
179 #define BRCM_RATE_18M 36 /* in 500kbps units */
180 #define BRCM_RATE_24M 48 /* in 500kbps units */
[all …]
/linux/lib/
H A Diomap_copy.c10 * __iowrite32_copy - copy data to MMIO space, in 32-bit units
15 * Copy data from kernel space to MMIO space, in units of 32 bits at a
33 * __ioread32_copy - copy data from MMIO space, in 32-bit units
38 * Copy data from MMIO space to kernel space, in units of 32 bits at a
54 * __iowrite64_copy - copy data to MMIO space, in 64-bit or 32-bit units
59 * Copy data from kernel space to MMIO space, in units of 32 or 64 bits at a
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dsrio-rmu.txt22 length of the SRIO configuration registers for message units
23 and doorbell units.
53 length of the SRIO configuration registers for message units
54 and doorbell units.
83 length of the SRIO configuration registers for message units
84 and doorbell units.
113 length of the SRIO configuration registers for message units
114 and doorbell units.
/linux/drivers/power/supply/
H A Dds2760_battery.c95 int voltage_raw; /* units of 4.88 mV */
96 int voltage_uV; /* units of µV */
97 int current_raw; /* units of 0.625 mA */
98 int current_uA; /* units of µA */
99 int accum_current_raw; /* units of 0.25 mAh */
100 int accum_current_uAh; /* units of µAh */
101 int temp_raw; /* units of 0.125 °C */
102 int temp_C; /* units of 0.1 °C */
103 int rated_capacity; /* units of µAh */
105 int full_active_uAh; /* units of µAh */
[all …]
/linux/include/uapi/linux/
H A Dtcp_metrics.h15 TCP_METRIC_RTT, /* in ms units */
16 TCP_METRIC_RTTVAR, /* in ms units */
21 TCP_METRIC_RTT_US, /* in usec units */
22 TCP_METRIC_RTTVAR_US, /* in usec units */
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst97 units of 62.5 kHz, or if the struct
99 ``V4L2_TUNER_CAP_LOW`` flag set, in units of 62.5 Hz or if the
101 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If
106 in units of 62.5 kHz, or if the struct
108 ``V4L2_TUNER_CAP_LOW`` flag set, in units of 62.5 Hz or if the
110 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If
H A Dvidioc-g-modulator.rst89 - The lowest tunable frequency in units of 62.5 KHz, or if the
90 ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units of
92 set, in units of 1 Hz.
95 - The highest tunable frequency in units of 62.5 KHz, or if the
96 ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units of
98 set, in units of 1 Hz.
H A Dvidioc-enum-freq-bands.rst81 - :cspan:`2` The lowest tunable frequency in units of 62.5 kHz, or
82 if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units
87 - :cspan:`2` The highest tunable frequency in units of 62.5 kHz,
89 units of 62.5 Hz, for this frequency band. A 1 Hz unit is used
H A Dvidioc-g-tuner.rst102 - :cspan:`1` The lowest tunable frequency in units of 62.5 kHz, or
103 if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units
105 is set, in units of 1 Hz. If multiple frequency bands are
110 - :cspan:`1` The highest tunable frequency in units of 62.5 kHz,
112 units of 62.5 Hz, or if the ``capability`` flag
113 ``V4L2_TUNER_CAP_1HZ`` is set, in units of 1 Hz. If multiple
221 - When set, tuning frequencies are expressed in units of 62.5 Hz
295 - When set, tuning frequencies are expressed in units of 1 Hz
/linux/drivers/s390/scsi/
H A Dzfcp_unit.c44 * zfcp_unit_queue_scsi_scan - Register configured units on port
45 * @port: The zfcp_port where to register units
47 * After opening a port, all units configured on this port have to be
109 atomic_dec(&unit->port->units); in zfcp_unit_release()
166 atomic_inc(&port->units); /* under zfcp_sysfs_port_units_mutex ! */ in zfcp_unit_add()
231 * zfcp_unit_remove - Remove entry from list of configured units
/linux/arch/arm/mach-davinci/
H A Dclock.h50 * is ~25MHz. Units are micro seconds.
53 /* From OMAP-L138 datasheet table 6-4. Units are micro seconds */
57 * Units are micro seconds.
/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt16 - unused-units : specifier consist of one cell. For each
34 standby only class 2 and 3 units are set.
48 unused-units = <0x00000100>;
/linux/Documentation/usb/
H A Dmass-storage.rst10 multiple logical units (LUNs). Backing storage for each LUN is
102 The default value for non-CD-ROM logical units is false; for
103 logical units simulating CD-ROM it is forced to true.
108 Write10 and Write12 commands sent to given logical units.
125 This parameter specifies number of logical units the gadget will
133 If this parameter is not present, the number of logical units will
230 for all logical units whereas in MSG they accept a list of y/n
/linux/drivers/watchdog/
H A Dit8712f_wdt.c151 int units = margin; in it8712f_wdt_update_margin() local
156 if (units <= max_units) { in it8712f_wdt_update_margin()
158 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin()
160 units /= 60; in it8712f_wdt_update_margin()
161 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
166 superio_outb(units >> 8, WDT_TIMEOUT + 1); in it8712f_wdt_update_margin()
167 superio_outb(units, WDT_TIMEOUT); in it8712f_wdt_update_margin()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h791 * - bits 0-1: indicates the number of 64 byte units of context
794 * - bits 2-3: indicates the number of 64 byte units of frame
796 * - bits 4-5: indicates the number of 64 byte units of frame
853 * enum dpni_congestion_unit - DPNI congestion units
854 * @DPNI_CONGESTION_UNIT_BYTES: bytes units
855 * @DPNI_CONGESTION_UNIT_FRAMES: frames units
902 * @units: Units type
915 enum dpni_congestion_unit units; member
935 * @units: Indicates the unit of THRESHOLD. Queue taildrop only supports
936 * byte units, this field is ignored and assumed = 0 if
[all …]
/linux/drivers/rtc/
H A Drtc-spear.c31 #define SECONDS_UNITS (0xf<<0) /* seconds units position */
33 #define MINUTES_UNITS (0xf<<8) /* minutes units position */
35 #define HOURS_UNITS (0xf<<16) /* hours units position */
39 #define DAYS_UNITS (0xf<<0) /* days units position */
41 #define MONTHS_UNITS (0xf<<8) /* months units position */
43 #define YEARS_UNITS (0xf<<16) /* years units position */
49 #define SECOND_SHIFT 0x00 /* seconds units */
50 #define MINUTE_SHIFT 0x08 /* minutes units position */
51 #define HOUR_SHIFT 0x10 /* hours units position */
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2.h13 be impaired if it is too small. Instead additional units just
15 module parameters for those extra units. */
/linux/drivers/crypto/caam/
H A Ddpseci.h257 * enum dpseci_congestion_unit - DPSECI congestion units
258 * @DPSECI_CONGESTION_UNIT_BYTES: bytes units
259 * @DPSECI_CONGESTION_UNIT_FRAMES: frames units
308 * @units: units type
320 enum dpseci_congestion_unit units; member
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c9 #include <linux/units.h>
170 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
191 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
193 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
216 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
218 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
418 unit_conversion[i].unit == attr_info->units) { in hid_sensor_format_scale()
449 if (st->poll.units == 0) in hid_sensor_get_reporting_interval()
450 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/linux/arch/mips/lib/
H A Diomap_copy.c7 * __ioread64_copy - copy data from MMIO space, in 64-bit units
12 * Copy data from MMIO space to kernel space, in units of 32 or 64 bits at a
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst236 surface units. If the surface has an X times Y resolution, the largest
240 The length, in surface units, of the minor axis of the contact. If the
244 The length, in surface units, of the major axis of the approaching
250 The length, in surface units, of the minor axis of the approaching
259 The pressure, in arbitrary units, on the contact area. May be used instead
263 If the resolution is zero, the pressure data is in arbitrary units.
264 If the resolution is non-zero, the pressure data is in units/gram. See
268 The distance, in surface units, between the contact and the surface. Zero
/linux/drivers/input/mouse/
H A Dcypress_ps2.h157 int tp_max_abs_x; /* Max X absolute units that can be reported. */
158 int tp_max_abs_y; /* Max Y absolute units that can be reported. */
160 int tp_res_x; /* X resolution in units/mm. */
161 int tp_res_y; /* Y resolution in units/mm. */
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-powercap22 possible powercap in Watt units
25 possible powercap in Watt units
/linux/tools/testing/selftests/size/
H A Dget_size.c68 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value() argument
76 temp = (temp * units)/1024; in print_k_value()
106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()

12345678910>>...41