| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slob.c | 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() 241 int delta = 0, units = SLOB_UNITS(size); in slob_page_alloc() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | cs.hpp | 70 typedef geometry::degree units; typedef 76 typedef geometry::radian units; typedef 114 >::units units; typedef 143 >::units units; typedef 163 >::units units; typedef 181 >::units units; typedef
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 23 units/meson.build | 6 ++---- 24 units/proc-sys-fs-binfmt_misc.automount | 3 +++ 25 units/systemd-binfmt.service.in | 4 ++++ 28 diff --git a/units/meson.build b/units/meson.build 30 --- a/units/meson.build 31 +++ b/units/meson.build 32 @@ -63,8 +63,7 @@ units = [ 52 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount 54 --- a/units/proc-sys-fs-binfmt_misc.automount 55 +++ b/units/proc-sys-fs-binfmt_misc.automount [all …]
|
| /OK3568_Linux_fs/kernel/sound/synth/ |
| H A 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/plymouth/files/ |
| H A D | 0001-plymouth-start-service-in-add-related-kernel-paramet.patch | 13 systemd-units/plymouth-start.service.in | 2 +- 16 diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in 18 --- a/systemd-units/plymouth-start.service.in 19 +++ b/systemd-units/plymouth-start.service.in
|
| H A D | 0001-plymouth-Add-the-retain-splash-option.patch | 17 systemd-units/plymouth-quit.service.in | 2 +- 20 diff --git a/systemd-units/plymouth-quit.service.in b/systemd-units/plymouth-quit.service.in 22 --- a/systemd-units/plymouth-quit.service.in 23 +++ b/systemd-units/plymouth-quit.service.in
|
| H A D | 0001-systemd-switch-to-KillMode-mixed.patch | 20 systemd-units/plymouth-start.service.in | 3 ++- 23 diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in 25 --- a/systemd-units/plymouth-start.service.in 26 +++ b/systemd-units/plymouth-start.service.in
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | librapl.c | 13 u32 units; in librapl_energy_uJ() local 18 units = (power & 0x1f00) >> 8; in librapl_energy_uJ() 23 return (1000000 * power) >> units; /* convert to uJ */ in librapl_energy_uJ()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | it8712f_wdt.c | 152 int units = margin; in it8712f_wdt_update_margin() local 157 if (units <= max_units) { in it8712f_wdt_update_margin() 159 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin() 161 units /= 60; in it8712f_wdt_update_margin() 162 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin() 167 superio_outb(units >> 8, WDT_TIMEOUT + 1); in it8712f_wdt_update_margin() 168 superio_outb(units, WDT_TIMEOUT); in it8712f_wdt_update_margin()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | string_helpers.c | 34 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() argument 76 do_div(blk_size, divisor[units]); in string_get_size() 81 do_div(size, divisor[units]); in string_get_size() 90 while (size >= divisor[units]) { in string_get_size() 91 remainder = do_div(size, divisor[units]); in string_get_size() 101 if (units == STRING_UNITS_2) { in string_get_size() 126 unit = units_str[units][i]; in string_get_size()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | g84.c | 96 const struct nvkm_bitfield *units, u32 status) in nvkm_gr_vstatus_print() argument 104 for (i = 0; units[i].name && status; i++) { in nvkm_gr_vstatus_print() 110 nvkm_snprintbf(msg, sizeof(msg), units, mask); in nvkm_gr_vstatus_print() 183 .units = nv50_gr_units,
|
| H A D | nv50.c | 286 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_mp_trap() local 292 if (!(units & 1 << (i+24))) in nv50_gr_mp_trap() 330 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_tp_trap() local 336 if (!(units & (1 << i))) in nv50_gr_tp_trap() 683 int ret, units, i; in nv50_gr_init() local 696 units = nvkm_rd32(device, 0x001540); in nv50_gr_init() 698 if (!(units & (1 << i))) in nv50_gr_init() 781 .units = nv50_gr_units,
|
| H A D | ctxnv50.c | 302 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_construct_mmio() local 499 if (units & (1<<(i+16))) { in nv50_gr_construct_mmio() 583 if (units & (1<<i)) { in nv50_gr_construct_mmio() 598 if (!(units & (1 << (j+24)))) continue; in nv50_gr_construct_mmio() 1195 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_construct_xfer1() local 1235 if (units & (1 << (i + 16))) in nv50_gr_construct_xfer1() 1243 if (units & (1 << (2 * i))) in nv50_gr_construct_xfer1() 1245 if (units & (1 << (2 * i + 1))) in nv50_gr_construct_xfer1() 1294 if (units & (1<<(i+16))) in nv50_gr_construct_xfer1() 1304 if (units & (1 << 0)) in nv50_gr_construct_xfer1() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/hid-sensors/ |
| H A D | hid-sensor-attributes.c | 171 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value() 192 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value() 194 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value() 217 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value() 219 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value() 365 unit_conversion[i].unit == attr_info->units) { in hid_sensor_format_scale() 396 if (st->poll.units == 0) in hid_sensor_get_reporting_interval() 397 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | apm-emulation.c | 439 char *units; in proc_apm_show() local 446 info.units = -1; in proc_apm_show() 451 switch (info.units) { in proc_apm_show() 452 default: units = "?"; break; in proc_apm_show() 453 case 0: units = "min"; break; in proc_apm_show() 454 case 1: units = "sec"; break; in proc_apm_show() 461 info.time, units); in proc_apm_show()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| H A 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.
|
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | normalize.hpp | 135 typename coordinate_system<PointIn>::type::units, in apply() 195 typename coordinate_system<BoxIn>::type::units, in apply() 201 typename coordinate_system<BoxIn>::type::units, in apply() 202 typename coordinate_system<BoxOut>::type::units in apply()
|
| H A D | direction_code.hpp | 108 typedef typename coordinate_system<Point1>::type::units units_t; in apply() 109 typedef typename coordinate_system<Point2>::type::units units2_t; in apply() 210 typename coordinate_system<Point1>::type::units in apply() 215 typename coordinate_system<Point2>::type::units in apply()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Option.c | 604 int units = 0; in ParseOptionValue() local 609 units = 1; in ParseOptionValue() 611 units = 1000; in ParseOptionValue() 613 units = 1000000; in ParseOptionValue() 623 freq *= (double) units; in ParseOptionValue() 635 p->value.freq.units = units; in ParseOptionValue() 824 if (p->value.freq.units > 0) { in xf86GetOptValFreq()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A 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>;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 2572 Av1ObuUnit *units; in mpp_insert_unit() local 2575 units = frag->units; in mpp_insert_unit() 2578 memmove(units + position + 1, units + position, in mpp_insert_unit() 2579 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit() 2581 units = mpp_malloc(Av1ObuUnit, frag->nb_units * 2 + 1); in mpp_insert_unit() 2582 if (!units) in mpp_insert_unit() 2588 memcpy(units, frag->units, position * sizeof(*units)); in mpp_insert_unit() 2591 memcpy(units + position + 1, frag->units + position, in mpp_insert_unit() 2592 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit() 2595 memset(units + position, 0, sizeof(*units)); in mpp_insert_unit() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/size/ |
| H A D | get_size.c | 68 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()
|