/Linux-v6.1/mm/ |
D | slob.c | 78 * slob_block has a field 'units', which indicates size of block if +ve, 92 slobidx_t units; member 152 s[0].units = size; in set_slob() 153 s[1].units = offset; in set_slob() 155 s[0].units = -offset; in set_slob() 163 if (s->units > 0) in slob_units() 164 return s->units; in slob_units() 176 if (s[0].units < 0) in slob_next() 177 next = -s[0].units; in slob_next() 179 next = s[1].units; in slob_next() [all …]
|
/Linux-v6.1/sound/synth/ |
D | util_mem.c | 63 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-v6.1/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_wifi.h | 171 #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-v6.1/lib/ |
D | iomap_copy.c | 10 * __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-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 22 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-v6.1/drivers/power/supply/ |
D | ds2760_battery.c | 95 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-v6.1/include/linux/usb/ |
D | pd.h | 231 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 241 #define VSAFE5V 5000 /* mv units */ 243 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 244 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 245 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 255 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ 256 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */ 257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 276 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */ [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | tcp_metrics.h | 15 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-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-s-hw-freq-seek.rst | 97 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
|
D | vidioc-g-modulator.rst | 89 - 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.
|
D | vidioc-enum-freq-bands.rst | 81 - :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
|
/Linux-v6.1/drivers/gpu/drm/i915/selftests/ |
D | librapl.c | 23 u32 units; in librapl_energy_uJ() local 28 units = (power & 0x1f00) >> 8; in librapl_energy_uJ() 33 return (1000000 * power) >> units; /* convert to uJ */ in librapl_energy_uJ()
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.h | 48 s32 units; /* GuC API units - 1MB or 4KB */ member 49 s32 count; /* Number of API units */ 50 u32 flag; /* GuC API units flag */
|
/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_unit.c | 44 * 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-v6.1/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | uncore-other.json | 22 …ts for coherent and non-coherent requests initiated by IA cores, processor graphic units, or LLC.", 26 …ts for coherent and non-coherent requests initiated by IA cores, processor graphic units, or LLC.", 53 …mber of coherent and in-coherent requests initiated by IA cores, processor graphic units, or LLC.", 58 …mber of coherent and in-coherent requests initiated by IA cores, processor graphic units, or LLC.",
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | uncore-other.json | 22 …ts for coherent and non-coherent requests initiated by IA cores, processor graphic units, or LLC.", 26 …ts for coherent and non-coherent requests initiated by IA cores, processor graphic units, or LLC.", 53 …mber of coherent and in-coherent requests initiated by IA cores, processor graphic units, or LLC.", 58 …mber of coherent and in-coherent requests initiated by IA cores, processor graphic units, or LLC.",
|
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.h | 782 * - bits 0-1: indicates the number of 64 byte units of context 785 * - bits 2-3: indicates the number of 64 byte units of frame 787 * - bits 4-5: indicates the number of 64 byte units of frame 844 * enum dpni_congestion_unit - DPNI congestion units 845 * @DPNI_CONGESTION_UNIT_BYTES: bytes units 846 * @DPNI_CONGESTION_UNIT_FRAMES: frames units 893 * @units: Units type 906 enum dpni_congestion_unit units; member 926 * @units: Indicates the unit of THRESHOLD. Queue taildrop only supports 927 * byte units, this field is ignored and assumed = 0 if [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 49 units (i.e. echo 10M > sequntial_cutoff). 57 readable units. 120 For a cache, bucket size in human readable units, as set at 149 For a cache, total amount of data in human readable units 156 For a cache, sum of all btree writes in human readable units.
|
/Linux-v6.1/arch/arm/mach-davinci/ |
D | clock.h | 50 * is ~25MHz. Units are micro seconds. 53 /* From OMAP-L138 datasheet table 6-4. Units are micro seconds */ 57 * Units are micro seconds.
|
/Linux-v6.1/drivers/watchdog/ |
D | it8712f_wdt.c | 151 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-v6.1/Documentation/usb/ |
D | mass-storage.rst | 10 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-v6.1/Documentation/devicetree/bindings/powerpc/4xx/ |
D | cpm.txt | 16 - unused-units : specifier consist of one cell. For each 34 standby only class 2 and 3 units are set. 48 unused-units = <0x00000100>;
|
/Linux-v6.1/drivers/rtc/ |
D | rtc-spear.c | 31 #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-v6.1/include/dt-bindings/usb/ |
D | pd.h | 26 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 27 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 36 #define VSAFE5V 5000 /* mv units */ 38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 39 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 40 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 50 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ 51 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */ 52 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 69 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */ [all …]
|
/Linux-v6.1/include/linux/mmc/ |
D | card.h | 58 unsigned int part_time; /* Units: ms */ 59 unsigned int sa_timeout; /* Units: 100ns */ 60 unsigned int generic_cmd6_time; /* Units: 10ms */ 61 unsigned int power_off_longtime; /* Units: ms */ 76 unsigned long long enhanced_area_offset; /* Units: Byte */ 77 unsigned int enhanced_area_size; /* Units: KB */ 78 unsigned int cache_size; /* Units: KB */
|