| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gps/ |
| H A D | gps.cpp | 8 gps::gps(QWidget *parent) : in gps() function in gps 10 ui(new Ui::gps) in gps() 24 gps::~gps() in ~gps() 29 void gps::on_pb_read_clicked() in on_pb_read_clicked() 35 void gps::on_pb_close_clicked() in on_pb_close_clicked() 41 int gps:: set_termios() in set_termios() 94 void gps::read_sermios() in read_sermios() 146 void gps:: parse_gps(char *mbuf,gps_info *m_gps) in parse_gps() 184 int gps::Getbufnum(int num,char *str) in Getbufnum() 199 void gps::GetClear(gps_info *m_gps) in GetClear() [all …]
|
| H A D | gps.h | 35 class gps; variable 38 class gps : public QWidget 43 explicit gps(QWidget *parent = 0); 44 ~gps(); 55 Ui::gps *ui; 72 CreateSimplePlugin(GpsWidget, "gps", "gps.json", new gps)
|
| H A D | gps.pro | 3 HEADERS +=$$PWD/gps.h 5 FORMS += $$PWD/gps.ui 7 SOURCES += $$PWD/gps.cpp
|
| /OK3568_Linux_fs/buildroot/package/libexif/ |
| H A D | 0001-libexif-exif-gps-ifd.c-fix-build-with-gcc-4.8.patch | 4 Subject: [PATCH] libexif/exif-gps-ifd.c: fix build with gcc 4.8 9 exif-gps-ifd.c: In function 'exif_get_gps_tag_info': 10 exif-gps-ifd.c:62:3: error: 'for' loop initial declarations are only allowed in C99 mode 13 exif-gps-ifd.c:62:3: note: use option -std=c99 or -std=gnu99 to compile your code 21 libexif/exif-gps-ifd.c | 3 ++- 24 diff --git a/libexif/exif-gps-ifd.c b/libexif/exif-gps-ifd.c 26 --- a/libexif/exif-gps-ifd.c 27 +++ b/libexif/exif-gps-ifd.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/gpsd/ |
| H A D | gpsd_3.23.1.bb | 76 if [ -d ${D}${libdir}/gps ]; then 77 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps 78 install -m 755 ${D}${libdir}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps 82 PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils gps-utils-python" 107 SUMMARY:gps-utils = "Utils used for simulating, monitoring,... a GPS" 108 FILES:gps-utils = "\ 123 RRECOMMENDS:gps-utils = "gps-utils-python" 125 SUMMARY:gps-utils-python = "Python utils used for simulating, monitoring,... a GPS" 126 FILES:gps-utils-python = "\ 139 RDEPENDS:gps-utils-python = "python3-pygps" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/ |
| H A D | QtPositioning.java | 138 Location gps = null; in lastKnownPosition() local 141 gps = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER); in lastKnownPosition() 146 gps = network = null; in lastKnownPosition() 149 if (gps != null && network != null) { in lastKnownPosition() 152 long delta = network.getTime() - gps.getTime(); in lastKnownPosition() 154 return gps; in lastKnownPosition() 158 } else if (gps != null ) { in lastKnownPosition() 159 return gps; in lastKnownPosition()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/geoclue/ |
| H A D | geoclue_2.5.7.bb | 23 PACKAGECONFIG ??= "3g modem-gps cdma nmea lib" 25 PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/ |
| H A D | lite5200_pm.c | 16 static struct mpc52xx_gpio __iomem *gps; variable 80 gps = mbar + 0xb00; in lite5200_pm_prepare() 105 _memcpy_fromio(&sgps, gps, sizeof(*gps)); in lite5200_save_regs() 125 _memcpy_toio(gps, &sgps, sizeof(*gps)); in lite5200_restore_regs()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_stall.h | 472 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument 512 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall() 546 static void print_cpu_stall(unsigned long gps) in print_cpu_stall() argument 574 jiffies - gps, in print_cpu_stall() 605 unsigned long gps; in check_cpu_stall() local 640 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall() 645 ULONG_CMP_GE(gps, js)) in check_cpu_stall() 662 print_cpu_stall(gps); in check_cpu_stall() 679 print_other_cpu_stall(gs2, gps); in check_cpu_stall()
|
| H A D | rcutorture.c | 1833 unsigned long gps; in rcu_torture_fwd_cb_hist() local 1845 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist() 1849 rcutorture_seq_diff(gps, gps_old)); in rcu_torture_fwd_cb_hist() 1850 gps_old = gps; in rcu_torture_fwd_cb_hist() 1932 unsigned long gps; in rcu_torture_fwd_prog_nr() local 1953 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_nr() 1974 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_nr() 1975 WARN_ON(!cver && gps < 2); in rcu_torture_fwd_prog_nr() 1976 pr_alert("%s: Duration %ld cver %ld gps %ld\n", __func__, dur, cver, gps); in rcu_torture_fwd_prog_nr() 1997 unsigned long gps; in rcu_torture_fwd_prog_cr() local [all …]
|
| H A D | tree.c | 146 unsigned long gps, unsigned long flags); 2152 unsigned long gps, unsigned long flags) in rcu_report_qs_rnp() argument 2162 if ((!(rnp->qsmask & mask) && mask) || rnp->gp_seq != gps) { in rcu_report_qs_rnp() 2219 unsigned long gps; in rcu_report_unblock_qs_rnp() local 2243 gps = rnp->gp_seq; in rcu_report_unblock_qs_rnp() 2247 rcu_report_qs_rnp(mask, rnp_p, gps, flags); in rcu_report_unblock_qs_rnp()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-asus-laptop | 19 What: /sys/devices/platform/asus_laptop/gps 24 Control the gps device. 1 means on, 0 means off.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/ |
| H A D | imxx11.pro | 8 $$PWD/gps \
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | atlas6.dtsi | 177 gps@a8010000 { 178 compatible = "sirf,prima2-gps"; 478 gps_pins_a: gps@0 { 479 gps { 481 sirf,function = "gps";
|
| H A D | prima2.dtsi | 183 gps@a8010000 { 184 compatible = "sirf,prima2-gps"; 486 gps_pins_a: gps@0 { 487 gps { 489 sirf,function = "gps";
|
| H A D | sun8i-a83t-tbs-a711.dts | 102 reg_gps: reg-gps { 104 regulator-name = "gps";
|
| /OK3568_Linux_fs/buildroot/package/ux500-firmware/ |
| H A D | Config.in | 6 bt, gps).
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | prima2-clock.txt | 24 gps 9
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | positioning.pro | 17 android.hardware.location.gps
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | asus-wmi.c | 198 struct asus_rfkill gps; member 1108 if (asus->gps.rfkill) { in asus_wmi_rfkill_exit() 1109 rfkill_unregister(asus->gps.rfkill); in asus_wmi_rfkill_exit() 1110 rfkill_destroy(asus->gps.rfkill); in asus_wmi_rfkill_exit() 1111 asus->gps.rfkill = NULL; in asus_wmi_rfkill_exit() 1152 result = asus_new_rfkill(asus, &asus->gps, "asus-gps", in asus_wmi_rfkill_init() 2749 if (asus->gps.rfkill) { in asus_hotk_restore() 2751 rfkill_set_sw_state(asus->gps.rfkill, bl); in asus_hotk_restore()
|
| H A D | asus-laptop.c | 272 struct asus_rfkill gps; member 1283 rfkill_set_sw_state(asus->gps.rfkill, !value); in gps_store() 1286 static DEVICE_ATTR_RW(gps); 1338 asus_rfkill_terminate(&asus->gps); in asus_rfkill_exit() 1373 result = asus_rfkill_setup(asus, &asus->gps, "asus-gps", in asus_rfkill_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sirf/ |
| H A D | clk-prima2.c | 60 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
|
| H A D | clk-atlas6.c | 61 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | collectd.mk | 83 $(if $(BR2_PACKAGE_COLLECTD_GPS),--enable-gps,--disable-gps) \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/image/ |
| H A D | image.qrc | 22 <file>icon/gps.png</file>
|