Home
last modified time | relevance | path

Searched full:override (Results 1 – 25 of 2940) sorted by relevance

12345678910>>...118

/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra186.c24 unsigned int override; member
47 u32 override, security; in tegra186_mc_program_sid() local
49 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid()
52 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid()
53 client->name, override, security); in tegra186_mc_program_sid()
57 writel(client->sid, mc->regs + client->regs.override); in tegra186_mc_program_sid()
59 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid()
62 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid()
63 client->name, override, security); in tegra186_mc_program_sid()
73 .override = 0x000,
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.h61 virtual XCamReturn init(const char* sns_ent_name) override;
62 …l XCamReturn prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) override;
63 virtual XCamReturn enqueueRawBuffer(void *rawdata, bool sync) override;
64 virtual XCamReturn enqueueRawFile(const char *path) override;
65 virtual XCamReturn registRawdataCb(void (*callback)(void *)) override;
66 virtual XCamReturn rawdataPrepare(rk_aiq_raw_prop_t prop) override;
67 virtual XCamReturn poll_event_ready (uint32_t sequence, int type) override;
68 virtual XCamReturn poll_buffer_ready (SmartPtr<V4l2BufferProxy> &buf, int dev_index) override { in poll_buffer_ready()
79 virtual XCamReturn init(const char* sns_ent_name) override;
80 …l XCamReturn prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute_p.h127 ~QGeoRoutePrivateDefault() override;
128 virtual QGeoRoutePrivate *clone() override;
130 virtual void setId(const QString &id) override;
131 virtual QString id() const override;
133 virtual void setRequest(const QGeoRouteRequest &request) override;
134 virtual QGeoRouteRequest request() const override;
136 virtual void setBounds(const QGeoRectangle &bounds) override;
137 virtual QGeoRectangle bounds() const override;
139 virtual void setTravelTime(int travelTime) override;
140 virtual int travelTime() const override;
[all …]
H A Dqgeofiletilecache_p.h105 void setMaxDiskUsage(int diskUsage) override;
106 int maxDiskUsage() const override;
107 int diskUsage() const override;
109 void setMaxMemoryUsage(int memoryUsage) override;
110 int maxMemoryUsage() const override;
111 int memoryUsage() const override;
113 void setMinTextureUsage(int textureUsage) override;
114 void setExtraTextureUsage(int textureUsage) override;
115 int maxTextureUsage() const override;
116 int minTextureUsage() const override;
[all …]
H A Dqgeomaneuver_p.h107 virtual QGeoManeuverPrivate *clone() override;
109 virtual bool valid() const override;
110 virtual void setValid(bool valid) override;
112 virtual QString id() const override;
113 virtual void setId(const QString id) override;
115 virtual QGeoCoordinate position() const override;
116 virtual void setPosition(const QGeoCoordinate &position) override;
118 virtual QString text() const override;
119 virtual void setText(const QString &text) override;
121 virtual QGeoManeuver::InstructionDirection direction() const override;
[all …]
H A Dqgeoprojection_p.h132 double minimumZoom() const override;
133 QMatrix4x4 projectionTransformation() const override;
134 QMatrix4x4 projectionTransformation_centered() const override;
135 const QMatrix4x4 &qsgTransform() const override;
136 QDoubleVector3D centerMercator() const override;
138 double maximumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const override;
139 double minimumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const override;
141 void setVisibleArea(const QRectF &visibleArea) override;
142 void setViewportSize(const QSize &size) override;
143 void setCameraData(const QGeoCameraData &cameraData, bool force = true) override;
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.h103 virtual XCamReturn init(const char* sns_ent_name) override;
104 virtual XCamReturn deInit() override;
105 …l XCamReturn prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) override;
106 virtual XCamReturn start() override;
107 virtual XCamReturn stop() override;
108 virtual XCamReturn pause() override;
109 virtual XCamReturn resume() override;
110 virtual XCamReturn swWorkingModeDyn(int mode) override;
112 rk_aiq_exposure_sensor_descriptor& sns_des) override;
113 virtual void setCalib(const CamCalibDbV2Context_t* calibv2) override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace_p.h120 virtual QPlacePrivate *clone() override;
122 virtual QList<QPlaceCategory> categories() const override;
123 virtual void setCategories(const QList<QPlaceCategory> &categories) override;
124 virtual QGeoLocation location() const override;
125 virtual void setLocation(const QGeoLocation &location) override;
126 virtual QPlaceRatings ratings() const override;
127 virtual void setRatings(const QPlaceRatings &ratings) override;
128 virtual QPlaceSupplier supplier() const override;
129 virtual void setSupplier(const QPlaceSupplier &supplier) override;
130 virtual QString name() const override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapcircleobject_p_p.h62 ~QMapCircleObjectPrivate() override;
64 virtual QGeoMapObject::Type type() const override final;
78 bool equals(const QGeoMapObjectPrivate &other) const override;
79 virtual QGeoShape geoShape() const override;
80 virtual void setGeoShape(const QGeoShape &shape) override;
89 ~QMapCircleObjectPrivateDefault() override;
92 QGeoCoordinate center() const override;
93 void setCenter(const QGeoCoordinate &center) override;
94 qreal radius() const override;
95 void setRadius(qreal radius) override;
[all …]
H A Dqmappolygonobject_p_p.h63 ~QMapPolygonObjectPrivate() override;
65 virtual QGeoMapObject::Type type() const override final;
77 bool equals(const QGeoMapObjectPrivate &other) const override;
78 virtual QGeoShape geoShape() const override;
79 virtual void setGeoShape(const QGeoShape &shape) override;
87 ~QMapPolygonObjectPrivateDefault() override;
90 QList<QGeoCoordinate> path() const override;
91 void setPath(const QList<QGeoCoordinate> &path) override;
92 QColor fillColor() const override;
93 void setFillColor(const QColor &color) override;
[all …]
H A Dqmapiconobject_p_p.h61 ~QMapIconObjectPrivate() override;
63 virtual QGeoMapObject::Type type() const override final;
73 bool equals(const QGeoMapObjectPrivate &other) const override;
81 ~QMapIconObjectPrivateDefault() override;
84 QGeoCoordinate coordinate() const override;
85 void setCoordinate(const QGeoCoordinate &coordinate) override;
86 QVariant content() const override;
87 void setContent(const QVariant &content) override;
88 virtual QSizeF iconSize() const override;
89 virtual void setIconSize(const QSizeF &size) override;
[all …]
H A Dqmappolylineobject_p_p.h63 ~QMapPolylineObjectPrivate() override;
65 virtual QGeoMapObject::Type type() const override final;
75 bool equals(const QGeoMapObjectPrivate &other) const override;
76 virtual QGeoShape geoShape() const override;
77 virtual void setGeoShape(const QGeoShape &shape) override;
85 ~QMapPolylineObjectPrivateDefault() override;
88 QList<QGeoCoordinate> path() const override;
89 void setPath(const QList<QGeoCoordinate> &path) override;
90 QColor color() const override;
91 void setColor(const QColor &color) override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp31 ~GeometryTile() override;
36 void setLayers(const std::vector<Immutable<style::Layer::Impl>>&) override;
37 void setShowCollisionBoxes(const bool showCollisionBoxes) override;
39 void onGlyphsAvailable(GlyphMap) override;
40 void onImagesAvailable(ImageMap, uint64_t imageCorrelationID) override;
45 void upload(gl::Context&) override;
46 Bucket* getBucket(const style::Layer::Impl&) const override;
57 const mat4& projMatrix) override;
61 const SourceQueryOptions&) override;
63 float getQueryPadding(const std::vector<const RenderLayer*>&) override;
[all …]
H A Dvector_tile_data.hpp16 FeatureType getType() const override;
17 optional<Value> getValue(const std::string& key) const override;
18 std::unordered_map<std::string, Value> getProperties() const override;
19 optional<FeatureIdentifier> getID() const override;
20 GeometryCollection getGeometries() const override;
30 std::size_t featureCount() const override;
31 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override;
32 std::string getName() const override;
43 std::unique_ptr<GeometryTileData> clone() const override;
44 std::unique_ptr<GeometryTileLayer> getLayer(const std::string& name) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h74 QPlaceDetailsReply *getPlaceDetails(const QString &placeId) override;
76 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) override;
78 QPlaceSearchReply *search(const QPlaceSearchRequest &query) override;
80 QPlaceSearchSuggestionReply *searchSuggestions(const QPlaceSearchRequest &query) override;
82 QPlaceIdReply *savePlace(const QPlace &place) override;
83 QPlaceIdReply *removePlace(const QString &placeId) override;
85 QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId) override;
86 QPlaceIdReply *removeCategory(const QString &categoryId) override;
88 QPlaceReply *initializeCategories() override;
89 QString parentCategoryId(const QString &categoryId) const override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h85 bool contains(const QPointF &point) const override;
127 ~MapItemGeometryNode() override;
128 bool isSubtreeBlocked() const override;
145 QSGMaterialShader *createShader() const override;
193 QSGMaterialType *type() const override;
194 int compare(const QSGMaterial *other) const override;
207 ~MapPolylineNode() override;
313 bool contains(const QPointF &point) const override in contains()
382 const char *vertexShader() const override { in vertexShader()
398 const char *fragmentShader() const override { in fragmentShader()
[all …]
H A Dqdeclarativepolygonmapitem_p_p.h100 ~QGeoMapPolygonGeometryOpenGL() override {} in ~QGeoMapPolygonGeometryOpenGL()
153 const char *vertexShader() const override { in vertexShader()
169 const char *fragmentShader() const override { in fragmentShader()
177 …oid updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) override;
178 char const *const *attributeNames() const override in attributeNames()
185 void initialize() override in initialize()
217 QSGMaterialShader *createShader() const override;
249 int compare(const QSGMaterial *other) const override;
250 QSGMaterialType *type() const override;
263 ~MapPolygonNode() override;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp15 ~AnnotationTile() override;
26 ~AnnotationTileFeature() override;
28 FeatureType getType() const override;
29 optional<Value> getValue(const std::string&) const override;
30 optional<FeatureIdentifier> getID() const override;
31 GeometryCollection getGeometries() const override;
43 std::size_t featureCount() const override;
44 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override;
45 std::string getName() const override;
58 std::unique_ptr<GeometryTileData> clone() const override;
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt27 - dcd-override : Override the DCD modem status signal. This signal will always
30 - dsr-override : Override the DTS modem status signal. This signal will always
33 - cts-override : Override the CTS modem status signal. This signal will always
36 - ri-override : Override the RI modem status signal. This signal will always be
49 dcd-override;
50 dsr-override;
51 cts-override;
52 ri-override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dlet.hpp26 EvaluationResult evaluate(const EvaluationContext& params) const override;
27 void eachChild(const std::function<void(const Expression&)>&) const override;
29 bool operator==(const Expression& e) const override { in operator ==()
37 std::vector<optional<Value>> possibleOutputs() const override;
43 mbgl::Value serialize() const override;
44 std::string getOperator() const override { return "let"; } in getOperator()
60 EvaluationResult evaluate(const EvaluationContext& params) const override;
61 void eachChild(const std::function<void(const Expression&)>&) const override;
63 bool operator==(const Expression& e) const override { in operator ==()
71 std::vector<optional<Value>> possibleOutputs() const override;
[all …]
H A Dboolean_operator.hpp21 EvaluationResult evaluate(const EvaluationContext& params) const override;
22 void eachChild(const std::function<void(const Expression&)>& visit) const override;
23 bool operator==(const Expression& e) const override;
24 std::vector<optional<Value>> possibleOutputs() const override;
26 std::string getOperator() const override { return "any"; } in getOperator()
40 EvaluationResult evaluate(const EvaluationContext& params) const override;
41 void eachChild(const std::function<void(const Expression&)>& visit) const override;
42 bool operator==(const Expression& e) const override;
43 std::vector<optional<Value>> possibleOutputs() const override;
45 std::string getOperator() const override { return "all"; } in getOperator()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Didreg-override.c3 * Early cpufeature override framework
24 struct arm64_ftr_override *override; member
33 .override = &id_aa64mmfr1_override,
42 .override = &id_aa64pfr1_override,
52 .override = &id_aa64isar1_override,
67 .override = &kaslr_feature_override,
118 if (!regs[i]->override) in match_options()
129 regs[i]->override->val &= ~mask; in match_options()
130 regs[i]->override->val |= (v << shift) & mask; in match_options()
131 regs[i]->override->mask |= mask; in match_options()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dfake_v4l2_device.h39 virtual XCamReturn open (bool nonblock = false) override;
40 virtual XCamReturn close () override;
43 virtual XCamReturn start(bool prepared = false) override;
44 virtual XCamReturn stop() override;
45 virtual XCamReturn get_format (struct v4l2_format &format) override;
46 virtual int poll_event (int timeout_msec, int stop_fd) override;
47 virtual XCamReturn dequeue_buffer (SmartPtr<V4l2Buffer> &buf) override;
49 virtual int io_control (unsigned long cmd, void *arg) override;
52 virtual int get_use_type() override {return _use_type;} in get_use_type()
53 virtual void set_use_type(int type) override {_use_type = type;} in set_use_type()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dconfig_override.sh4 # config_override.sh base override
6 # Combines base and override, removing any Kconfig options from base
7 # that conflict with any in override, concatenating what remains and
23 override=$2
24 if test -r $override
28 echo Override file $override unreadable!!!
36 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' |
48 cat $override
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dsnps-dw-apb-uart.yaml72 dcd-override:
73 description: Override the DCD modem status signal. This signal will
79 dsr-override:
80 description: Override the DTS modem status signal. This signal will
86 cts-override:
87 description: Override the CTS modem status signal. This signal will
93 ri-override:
94 description: Override the RI modem status signal. This signal will always
115 dcd-override;
116 dsr-override;
[all …]

12345678910>>...118