| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | cpr.c | 213 struct corner { struct 234 struct corner *corner; argument 243 struct corner *corners; 305 static void cpr_ctl_enable(struct cpr_drv *drv, struct corner *corner) in cpr_ctl_enable() argument 318 corner->save_ctl); in cpr_ctl_enable() 319 cpr_irq_set(drv, corner->save_irq); in cpr_ctl_enable() 321 if (cpr_is_allowed(drv) && corner->max_uV > corner->min_uV) in cpr_ctl_enable() 358 static void cpr_corner_save(struct cpr_drv *drv, struct corner *corner) in cpr_corner_save() argument 360 corner->save_ctl = cpr_read(drv, REG_RBCPR_CTL); in cpr_corner_save() 361 corner->save_irq = cpr_read(drv, REG_RBIF_IRQ_EN(0)); in cpr_corner_save() [all …]
|
| H A D | rpmhpd.c | 49 unsigned int corner; member 220 unsigned int corner, bool sync) in rpmhpd_send_corner() argument 224 .data = corner, in rpmhpd_send_corner() 237 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument 240 *active = corner; in to_active_sleep() 257 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument 265 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner() 268 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmhpd_aggregate_corner() 300 unsigned int corner; in rpmhpd_power_on() local 305 corner = max(pd->corner, pd->enable_corner); in rpmhpd_power_on() [all …]
|
| H A D | rpmpd.c | 101 unsigned int corner; member 244 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument 249 .value = cpu_to_le32(corner), in rpmpd_send_corner() 256 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument 259 *active = corner; in to_active_sleep() 275 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner() 278 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner() 305 if (pd->corner) in rpmpd_power_on() 341 pd->corner = state; in rpmpd_set_performance()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/ |
| H A D | qcom-opp.txt | 16 - qcom,opp-fuse-level: A positive value representing the fuse corner/level 18 a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.theme.min.css | 5 …corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,…
|
| H A D | jquery-ui.min.css | 7 …corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | exposure_compensate.hpp | 86 virtual void apply(int index, Point corner, InputOutputArray image, InputArray mask) = 0; 107 void apply(int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE; 124 void apply(int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE;
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-configuration.rst | 30 The range of coordinates of the top left corner, width and height of 33 corner at position ``(0,0)``. The rectangle's coordinates are expressed 36 The top left corner, width and height of the source rectangle, that is 51 coordinates are expressed in pixels. The rectangle's top/left corner 91 All coordinates are expressed in pixels. The top/left corner is always 95 The top left corner, width and height of the source rectangle, that is 117 the driver developers to put the top/left corner at position ``(0,0)``.
|
| H A D | vidioc-cropcap.rst | 108 - Horizontal offset of the top, left corner of the rectangle, in 112 - Vertical offset of the top, left corner of the rectangle, in
|
| H A D | dev-overlay.rst | 158 Size and position of the window relative to the top, left corner of 190 relative to the top, left corner of the frame buffer. However 256 corner of the frame buffer. Only window pixels *outside* all 271 Horizontal offset of the top, left corner of the rectangle, in 275 Vertical offset of the top, left corner of the rectangle, in pixels.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/avs/ |
| H A D | qcom,cpr.txt | 4 or other device. Each OPP of a device corresponds to a "corner" that has 61 that makes up a fuse corner, for each fuse corner.
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 1348 SppPointRec center, corner, otherCorner; in miArcJoin() local 1380 corner = pRight->clock; in miArcJoin() 1385 corner = pLeft->clock; in miArcJoin() 1396 arc.angle1 = -miDatan2(corner.y - center.y, corner.x - center.x); in miArcJoin() 1405 pArcPts[2].x = corner.x; in miArcJoin() 1406 pArcPts[2].y = corner.y; in miArcJoin() 1421 poly[0] = corner; in miArcJoin() 1424 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) + in miArcJoin() 1425 (corner.y - otherCorner.y) * (corner.y - otherCorner.y); in miArcJoin() 1427 ac2 = (corner.x - center.x) * (corner.x - center.x) + in miArcJoin() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191026.patch.gz | 1# ncurses 6.1 - patch 20191026 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/buildroot/dl/hostapd/ |
| H A D | 0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch | 4 Subject: [PATCH] P2P: Fix a corner case in peer addition based on PD Request 8 removed entry becoming stale. A corner case with an invalid PD Request
|
| /OK3568_Linux_fs/buildroot/dl/wpa_supplicant/ |
| H A D | 0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch | 4 Subject: [PATCH] P2P: Fix a corner case in peer addition based on PD Request 8 removed entry becoming stale. A corner case with an invalid PD Request
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | alps.c | 398 struct input_mt_pos corner[4]; in alps_process_bitmap() local 430 corner[0].x = in alps_process_bitmap() 433 corner[0].y = in alps_process_bitmap() 438 corner[1].x = in alps_process_bitmap() 441 corner[1].y = in alps_process_bitmap() 446 corner[2].x = in alps_process_bitmap() 449 corner[2].y = in alps_process_bitmap() 454 corner[3].x = in alps_process_bitmap() 457 corner[3].y = in alps_process_bitmap() 464 corner[i].x = priv->x_max - corner[i].x; in alps_process_bitmap() [all …]
|
| /OK3568_Linux_fs/buildroot/board/minnowboard/fs-overlay-graphical/etc/X11/ |
| H A D | Xsession | 1 # Start a terminal on the top left corner
|
| /OK3568_Linux_fs/buildroot/package/bcg729/ |
| H A D | Config.in | 7 https://www.linphone.org/technical-corner/bcg729
|
| /OK3568_Linux_fs/buildroot/package/wpa_supplicant/ |
| H A D | wpa_supplicant.hash | 5 sha256 7f40cfec5faf5e927ea9028ab9392cd118685bde7229ad24210caf0a8f6e9611 0001-P2P-Fix-a-corner-cas…
|
| /OK3568_Linux_fs/buildroot/package/ortp/ |
| H A D | Config.in | 10 https://www.linphone.org/technical-corner/ortp
|
| /OK3568_Linux_fs/buildroot/package/hostapd/ |
| H A D | hostapd.hash | 6 sha256 7f40cfec5faf5e927ea9028ab9392cd118685bde7229ad24210caf0a8f6e9611 0001-P2P-Fix-a-corner-cas…
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | elantech.rst | 192 C: 1 = enable corner tap 247 c = 1 when corner tap detected 255 byte 1 = 0xf0 when corner tap detected 275 when corner tap detected: 276 ds0 = 1 when top right corner tapped 277 ds1 = 1 when bottom right corner tapped 278 ds2 = 1 when bottom left corner tapped 279 ds3 = 1 when top left corner tapped
|
| /OK3568_Linux_fs/buildroot/package/belle-sip/ |
| H A D | Config.in | 15 http://www.linphone.org/technical-corner/belle-sip
|
| /OK3568_Linux_fs/buildroot/package/mediastreamer/ |
| H A D | Config.in | 18 http://www.linphone.org/technical-corner/mediastreamer2
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | redistribute_elements.hpp | 279 size_t corner = min_corner; in apply() local 289 …>::apply(elements, corner, index, sum_of_margins, overlap_val, content_val, parameters, translator… in apply() 294 choosen_corner = corner; in apply()
|