Home
last modified time | relevance | path

Searched full:fixed (Results 1 – 25 of 5726) sorted by relevance

12345678910>>...230

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir2 10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
3 10x20-ISO8859-10.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-10
4 10x20-ISO8859-11.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-11
5 10x20-ISO8859-13.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-13
6 10x20-ISO8859-14.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-14
7 10x20-ISO8859-15.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15
8 10x20-ISO8859-16.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-16
9 10x20-ISO8859-2.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-2
10 10x20-ISO8859-3.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-3
11 10x20-ISO8859-4.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-4
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-periph-fixed.c19 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_is_enabled() local
20 u32 mask = 1 << (fixed->num % 32), value; in tegra_clk_periph_fixed_is_enabled()
22 value = readl(fixed->base + fixed->regs->enb_reg); in tegra_clk_periph_fixed_is_enabled()
24 value = readl(fixed->base + fixed->regs->rst_reg); in tegra_clk_periph_fixed_is_enabled()
34 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_enable() local
35 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_enable()
37 writel(mask, fixed->base + fixed->regs->enb_set_reg); in tegra_clk_periph_fixed_enable()
44 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_disable() local
45 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_disable()
47 writel(mask, fixed->base + fixed->regs->enb_clr_reg); in tegra_clk_periph_fixed_disable()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-fixed-rate.c6 * Fixed rate clock implementation
18 * DOC: basic fixed-rate clock that cannot gate
23 * rate - rate is always a fixed value. No clk_set_rate support
24 * parent - fixed parent. No clk_set_parent support
38 struct clk_fixed_rate *fixed = to_clk_fixed_rate(hw); in clk_fixed_rate_recalc_accuracy() local
40 if (fixed->flags & CLK_FIXED_RATE_PARENT_ACCURACY) in clk_fixed_rate_recalc_accuracy()
43 return fixed->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()
59 struct clk_fixed_rate *fixed; in __clk_hw_register_fixed_rate() local
64 /* allocate fixed-rate clock */ in __clk_hw_register_fixed_rate()
65 fixed = kzalloc(sizeof(*fixed), GFP_KERNEL); in __clk_hw_register_fixed_rate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.227 - [QTBUG-61813] Fixed Map.toCoordinate always clamping y values to 0
28 - [QTBUG-61727] Fixed dragging items out of map bounds
29 - [QTBUG-62098] Fixed plugins build dependency
30 - [QTBUG-62122] Fixed potential memleak on QDeclarativeGeoMap destruction
31 - [QTBUG-62154] Fixed MapCircle artifacts with small radiuses
33 - [QTBUG-57690] Fixed visible region computation in QGeoProjectionWebMercator
34 - Fixed QDeclarativeGeoMap::populateMap duplicating items
35 - Fixed GeocodeModel not autoUpdating if plugin attaches late
36 - [QTBUG-62075] Fixed PluginParameter not working with script as property values
38 - Fixed file tile cache not honoring disk cache size of 0
[all …]
H A Dchanges-5.6.031 - Improved and fixed the WinRT position backend. Various changes on the WinRT
33 - Fixed endless requests towards Android's LocationManager when stopUpdates() was not
43 - [QTBUG-44809] Fixed tile version handling
44 - Fixed crash during Map.setVisibleRegion while no plugin has been set.
50 - [QTBUG-46147] Fixed crash in QML Map element.
51 - [QTBUG-44311] Fixed bouncing Map flick on zoom level 2.
53 - [QTBUG-46388] Fixed Pinch when no MouseArea overlaps QML Map element.
54 - Fixed various unit test.
55 - Fixed a variety of minor documentation issues.
56 - Fixed dysfunctional tile cache for OSM plugin due to the server delivering JPEG
[all …]
H A Dchanges-5.6.227 - Fixed autotests containing bugs not showing in the tests
28 - [QTBUG-31797][QTBUG-53455] Fixed the QtLocation autotest framework by
31 - [QTBUG-52514] Fixed QML Map not working with repeaters
32 - [QTBUG-53128] Fixed QML Map items not updating on window resize
33 - [QTBUG-52075] Fixed QML Map items losing focus during fast dragging
35 - [QTBUG-54141] Fixed QML Map setVisibleRegion failing in some cases
36 - Fixed a potential memory leak in QGeoTiledMappingManagerEngine
40 - [QTBUG-54337] Fixed bounding calculation for QGeoCircle
44 - [QTBUG-55081] Fixed accessing MapPolyline before it is added to a Map
45 - [QTBUG-54964] Fixed invisible copyright notice on Android using Holo theme
[all …]
H A Dchanges-5.12.126 - Fixed unstable rotation gesture on some platforms.
27 - [QTBUG-71607] Fixed MapPolyline drawing incorrectly at high zoom levels.
28 - [QTBUG-71607] Fixed missing geometry update when changing map items
30 - [QTBUG-71264] Fixed MapItemView removing wrong indices on model changes.
33 - [QTBUG-69512] Fixed compilation with GCC < 5.0.
34 - [QTBUG-72180] Fixed a regression in error handling inside
37 - Fixed MapItemView attempting to instantiate items when map not set.
43 - [QTBUG-72291] Fixed horizontal accuracy comparison for competing position
49 - [QTBUG-66427] Android: Fixed
52 - WinRT: Fixed setting of verticalAccuracy.
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-rdesc.h4 * - original and fixed report descriptors
25 /* Fixed WP4030U report descriptor */
29 /* Fixed WP5540U report descriptor */
33 /* Fixed WP8060U report descriptor */
43 /* Fixed WP1062 report descriptor */
50 /* Fixed PF1209 report descriptor */
59 /* Fixed PID 0522 tablet report descriptor, interface 0 (stylus) */
63 /* Fixed PID 0522 tablet report descriptor, interface 1 (mouse) */
67 /* Fixed PID 0522 tablet report descriptor, interface 2 (frame buttons) */
75 /* Fixed TWHA60 report descriptor, interface 0 (stylus) */
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dhpfs.rst229 0.91 Fixed bug that caused shooting to memory when write_inode was called on
231 0.92 Fixed a little memory leak in freeing directory inodes
232 0.93 Fixed bug that locked up the machine when there were too many filenames
234 Fixed write_file to zero file when writing behind file end
235 0.94 Fixed a little memory leak when trying to delete busy file or directory
236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files
238 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk
239 Fixed a race-condition when write_inode is called while deleting file
240 Fixed a bug that could possibly happen (with very low probability) when
262 Fixed a possible problem with disks > 64G (but I don't have one, so I can't
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dio.h46 bool fixed) in wlcore_raw_write() argument
55 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
64 bool fixed) in wlcore_raw_read() argument
73 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
82 bool fixed) in wlcore_raw_read_data() argument
84 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
89 bool fixed) in wlcore_raw_write_data() argument
91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
119 void *buf, size_t len, bool fixed) in wlcore_read() argument
125 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhead-64.h23 * Fixed (location) sections are used by opening fixed sections and emitting
24 * fixed section entries into them before closing them. Multiple fixed sections
27 * Each fixed section created in a .S file must have corresponding linkage
30 * For each fixed section, code is generated into it in the order which it
31 * appears in the source. Fixed section entries can be placed at a fixed
129 .error "Fixed section exception vector misalignment"; \
132 .error "Fixed section exception vector bad size"; \
135 .error "Fixed section underflow"; \
144 .error "Fixed section overflow"; \
148 .error "Fixed entry overflow"; \
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daxm5516-cpus.dtsi77 cpu-release-addr = <0>; // Fixed by the boot loader
85 cpu-release-addr = <0>; // Fixed by the boot loader
93 cpu-release-addr = <0>; // Fixed by the boot loader
101 cpu-release-addr = <0>; // Fixed by the boot loader
109 cpu-release-addr = <0>; // Fixed by the boot loader
117 cpu-release-addr = <0>; // Fixed by the boot loader
125 cpu-release-addr = <0>; // Fixed by the boot loader
133 cpu-release-addr = <0>; // Fixed by the boot loader
141 cpu-release-addr = <0>; // Fixed by the boot loader
149 cpu-release-addr = <0>; // Fixed by the boot loader
[all …]
H A Dam33xx-clocks.dtsi18 compatible = "fixed-factor-clock";
26 compatible = "fixed-factor-clock";
34 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
50 compatible = "fixed-factor-clock";
58 compatible = "fixed-factor-clock";
66 compatible = "fixed-factor-clock";
74 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
90 compatible = "fixed-factor-clock";
[all …]
H A Dbcm11351.dtsi282 compatible = "fixed-clock";
288 compatible = "fixed-clock";
294 compatible = "fixed-clock";
300 compatible = "fixed-clock";
306 compatible = "fixed-clock";
312 compatible = "fixed-clock";
318 compatible = "fixed-clock";
324 compatible = "fixed-clock";
330 compatible = "fixed-clock";
336 compatible = "fixed-clock";
[all …]
H A Dam43xx-clocks.dtsi34 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
50 compatible = "fixed-factor-clock";
58 compatible = "fixed-factor-clock";
66 compatible = "fixed-factor-clock";
74 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
90 compatible = "fixed-factor-clock";
98 compatible = "fixed-factor-clock";
106 compatible = "fixed-factor-clock";
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam33xx-clocks.dtsi21 compatible = "fixed-factor-clock";
29 compatible = "fixed-factor-clock";
37 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
53 compatible = "fixed-factor-clock";
61 compatible = "fixed-factor-clock";
69 compatible = "fixed-factor-clock";
77 compatible = "fixed-factor-clock";
85 compatible = "fixed-factor-clock";
93 compatible = "fixed-factor-clock";
[all …]
H A Dam43xx-clocks.dtsi37 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
53 compatible = "fixed-factor-clock";
61 compatible = "fixed-factor-clock";
69 compatible = "fixed-factor-clock";
77 compatible = "fixed-factor-clock";
85 compatible = "fixed-factor-clock";
93 compatible = "fixed-factor-clock";
101 compatible = "fixed-factor-clock";
158 compatible = "fixed-clock";
[all …]
H A Dtegra30-cardhu.dts211 compatible = "fixed-clock";
224 compatible = "regulator-fixed";
233 compatible = "regulator-fixed";
244 compatible = "regulator-fixed";
256 compatible = "regulator-fixed";
269 compatible = "regulator-fixed";
279 compatible = "regulator-fixed";
290 compatible = "regulator-fixed";
301 compatible = "regulator-fixed";
312 compatible = "regulator-fixed";
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/uniphier/
H A Dclk-uniphier-fixed-rate.c16 struct clk_fixed_rate *fixed; in uniphier_clk_register_fixed_rate() local
20 /* allocate fixed-rate clock */ in uniphier_clk_register_fixed_rate()
21 fixed = devm_kzalloc(dev, sizeof(*fixed), GFP_KERNEL); in uniphier_clk_register_fixed_rate()
22 if (!fixed) in uniphier_clk_register_fixed_rate()
31 fixed->fixed_rate = data->fixed_rate; in uniphier_clk_register_fixed_rate()
32 fixed->hw.init = &init; in uniphier_clk_register_fixed_rate()
34 ret = devm_clk_hw_register(dev, &fixed->hw); in uniphier_clk_register_fixed_rate()
38 return &fixed->hw; in uniphier_clk_register_fixed_rate()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A DChangeLog132 - fixed more portability bugs
144 - Fixed >2GB file handling
161 - fixed errors in command / result parsing
167 - fixed signature buffer overruns
177 - fixed a timestamp bug (should fix async audio/video problems)
181 - fixed host name resolution bug (caused unexpected crashes if DNS resolution
203 - fixed a bug in url parsing
211 - fixed resume bug: when the server switches between audio/video packets and FLV
215 - fixed endianness
225 - fixed stream ids (from XBMC tree)
[all …]
/OK3568_Linux_fs/buildroot/dl/opus/
HDopus-1.3.1.tar.gz
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Devxfevnt.c134 * PARAMETERS: event - The fixed eventto be enabled in ACPI_EXPORT_SYMBOL()
139 * DESCRIPTION: Enable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
149 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
155 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
162 * Enable the requested fixed event (by writing a one to the enable in ACPI_EXPORT_SYMBOL()
197 * PARAMETERS: event - The fixed event to be disabled in ACPI_EXPORT_SYMBOL()
202 * DESCRIPTION: Disable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
212 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
218 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
225 * Disable the requested fixed event (by writing a zero to the enable in ACPI_EXPORT_SYMBOL()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfixed-value.h1 /* Fixed-point arithmetic support.
31 #define MAX_FCONST0 18 /* For storing 18 fixed-point zeros per
33 #define MAX_FCONST1 8 /* For storing 8 fixed-point ones per accum
35 /* Constant fixed-point values 0 and 1. */
74 /* Convert to a fixed-point mode from an integer. */
78 /* Convert to a fixed-point mode from a real. */
82 /* Convert to a real mode from a fixed-point. */
86 /* Compare two fixed-point objects for bitwise identity. */
94 /* Determine whether a fixed-point value X is negative. */
104 /* Compare fixed-point values by tree_code. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfixed-value.h1 /* Fixed-point arithmetic support.
31 #define MAX_FCONST0 18 /* For storing 18 fixed-point zeros per
33 #define MAX_FCONST1 8 /* For storing 8 fixed-point ones per accum
35 /* Constant fixed-point values 0 and 1. */
74 /* Convert to a fixed-point mode from an integer. */
78 /* Convert to a fixed-point mode from a real. */
82 /* Convert to a real mode from a fixed-point. */
86 /* Compare two fixed-point objects for bitwise identity. */
94 /* Determine whether a fixed-point value X is negative. */
104 /* Compare fixed-point values by tree_code. */
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A DNEWS.txt3 * Fixed a bug in which short Unicode input was improperly encoded to
7 * Fixed a crash when a short input contains data not valid in
10 * Fixed a bug that caused Unicode data put into UnicodeDammit to
18 * Fixed yet another problem with the html5lib tree builder, caused by
22 * Fixed a bug that caused the optimized version of find_all() to
78 * Fixed another bug by which the html5lib tree builder could create a
84 * Fixed test failures when lxml is not installed. [bug=1181589]
86 * html5lib now supports Python 3. Fixed some Python 2-specific
155 * Now that lxml's segfault on invalid doctype has been fixed, fixed a
159 * Fixed an exception when an overspecified CSS selector didn't match
[all …]

12345678910>>...230