Home
last modified time | relevance | path

Searched full:gps (Results 1 – 25 of 160) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/
H A Dgpsd_3.25.bb1 SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices"
78 if [ -d ${D}${libdir}/gps ]; then
79 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps
80 install -m 755 ${D}${libdir}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps
84 PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gpsd-snmp gps-utils gps-utils-pyt…
106 SUMMARY:gpsd-gpsctl = "Tool for tweaking GPS modes"
112 SUMMARY:gps-utils = "Utils used for simulating, monitoring,... a GPS"
113 FILES:gps-utils = "\
128 RRECOMMENDS:gps-utils = "gps-utils-python"
130 SUMMARY:gps-utils-python = "Python utils used for simulating, monitoring,... a GPS"
[all …]
/openbmc/linux/Documentation/RCU/
H A Dtorture.rst287 SRCU-N ------- 804233 GPs (148.932/s) [srcu: g10008272 f0x0 ]
288 SRCU-P ------- 202320 GPs (37.4667/s) [srcud: g1809476 f0x0 ]
289 SRCU-t ------- 1122086 GPs (207.794/s) [srcu: g0 f0x0 ]
290 SRCU-u ------- 1111285 GPs (205.794/s) [srcud: g1 f0x0 ]
291 TASKS01 ------- 19666 GPs (3.64185/s) [tasks: g0 f0x0 ]
292 TASKS02 ------- 20541 GPs (3.80389/s) [tasks: g0 f0x0 ]
293 TASKS03 ------- 19416 GPs (3.59556/s) [tasks: g0 f0x0 ]
294 TINY01 ------- 836134 GPs (154.84/s) [rcu: g0 f0x0 ] n_max_cbs: 34198
295 TINY02 ------- 850371 GPs (157.476/s) [rcu: g0 f0x0 ] n_max_cbs: 2631
296 TREE01 ------- 162625 GPs (30.1157/s) [rcu: g1124169 f0x0 ]
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/
H A Dgeoclue_2.7.2.bb25 PACKAGECONFIG ??= "3g modem-gps cdma nmea lib agent"
27 PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager"
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c18 static struct mpc52xx_gpio __iomem *gps; variable
79 gps = mbar + 0xb00; in lite5200_pm_prepare()
104 _memcpy_fromio(&sgps, gps, sizeof(*gps)); in lite5200_save_regs()
124 _memcpy_toio(gps, &sgps, sizeof(*gps)); in lite5200_restore_regs()
/openbmc/linux/drivers/misc/ti-st/
H A DKconfig4 # drivers (BT, FM and GPS)
14 BT / FM and GPS combo chips. This enables protocol drivers
H A DMakefile4 # and its protocol drivers (BT, FM, GPS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/
H A Dgpsd.init11 # Short-Description: GPS (Global Positioning System) daemon start/stop script
13 # which is able to monitor one or more GPS devices
23 DESC="GPS (Global Positioning System) daemon"
/openbmc/linux/Documentation/devicetree/bindings/gnss/
H A Dsirfstar.yaml15 2004 and used in a lot of dedicated GPS devices. In 2009 SiRF was acquired
16 by CSR (Cambridge Silicon Radio) and in 2012 the CSR GPS business was
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-asus-laptop19 What: /sys/devices/platform/asus_laptop/gps
24 Control the gps device. 1 means on, 0 means off.
/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.h19 /* DeLorme Earthmate USB - a GPS device */
31 /* FRWD Dongle - a GPS sports watch */
H A DKconfig70 - Novatel Wireless GPS receivers
149 USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
270 tristate "USB Garmin GPS driver"
272 Say Y here if you want to connect to your Garmin GPS.
273 Should work with most Garmin GPS devices which have a native USB port.
275 See <http://sourceforge.net/projects/garmin-gps> for the latest
441 tristate "USB Navman GPS device"
H A Dusb-serial-simple.c99 /* Novatel Wireless GPS driver */
101 { USB_DEVICE(0x09d7, 0x0100) } /* NovAtel FlexPack GPS */
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dti,bluetooth.yaml18 * TI WiLink 7/8 (wl12xx/wl18xx) Shared Transport BT/FM/GPS devices
21 and GPS over what's called "shared transport". The shared transport is
H A Drfkill-gpio.yaml25 - gps
/openbmc/linux/drivers/mmc/core/
H A DKconfig67 tristate "SDIO UART/GPS class support"
71 class, as well as the GPS class which appears like a UART.
/openbmc/linux/include/linux/
H A Dti_wilink_st.h5 * Texas Instruments BT,FM and GPS combo chip drivers
29 * struct st_proto_s - Per Protocol structure from BT/FM/GPS to ST
31 * available proto_type(BT, FM, GPS the protocol which share TTY).
385 * header information used by st_core.c for FM and GPS
398 /* gps stuff */
/openbmc/qemu/hw/misc/
H A Dexynos4210_pmu.c218 #define GPS_CONFIGURATION 0x3CE0 /* Configure power mode of GPS */
219 #define GPS_STATUS 0x3CE4 /* Check power mode of GPS */
220 #define GPS_OPTION 0x3CE8 /* Sets control options for GPS */
221 #define GPS_ALIVE_CONFIGURATION 0x3D00 /* Configure power mode of GPS */
222 #define GPS_ALIVE_STATUS 0x3D04 /* Check power mode of GPS */
223 #define GPS_ALIVE_OPTION 0x3D08 /* Sets control options for GPS */
/openbmc/linux/kernel/rcu/
H A Drcutorture.c1242 pr_info("%s: Testing conditional GPs.\n", __func__); in rcu_torture_write_types()
1248 pr_info("%s: Testing conditional expedited GPs.\n", __func__); in rcu_torture_write_types()
1254 pr_info("%s: Testing conditional full-state GPs.\n", __func__); in rcu_torture_write_types()
1260 pr_info("%s: Testing conditional full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1267 pr_info("%s: Testing expedited GPs.\n", __func__); in rcu_torture_write_types()
1273 pr_info("%s: Testing asynchronous GPs.\n", __func__); in rcu_torture_write_types()
1280 pr_info("%s: Testing polling GPs.\n", __func__); in rcu_torture_write_types()
1287 pr_info("%s: Testing polling full-state GPs.\n", __func__); in rcu_torture_write_types()
1293 pr_info("%s: Testing polling expedited GPs.\n", __func__); in rcu_torture_write_types()
1299 pr_info("%s: Testing polling full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
[all …]
H A Dtree_stall.h496 ticks_title = "GPs behind"; in print_cpu_stall_info()
590 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument
630 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
663 static void print_cpu_stall(unsigned long gps) in print_cpu_stall() argument
691 jiffies - gps, in print_cpu_stall()
724 unsigned long gps; in check_cpu_stall() local
769 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall()
774 ULONG_CMP_GE(gps, js)) in check_cpu_stall()
791 print_cpu_stall(gps); in check_cpu_stall()
809 print_other_cpu_stall(gs2, gps); in check_cpu_stall()
/openbmc/linux/arch/x86/mm/pat/
H A Dcpa-test.c34 GPS = (1<<30) enumerator
71 i += GPS/PAGE_SIZE; in print_split()
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/openbmc/linux/drivers/platform/x86/intel/
H A Doaktrail.c17 * for these components: wifi, bluetooth, wwan (3g), gps
50 * (1 << 2): GPS enable/disable, RW.
179 gps_rfkill = oaktrail_rfkill_new("oaktrail-gps", in oaktrail_rfkill_init()
/openbmc/linux/Documentation/driver-api/
H A Dpps.rst38 GPS receiver as PPS source, to obtain a wallclock-time with
61 not always connected with a GPS data source.
63 So your programs should check if the GPS data source (the serial port
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h107 /* save all GPs except x1 ~ x5 */
137 /* restore all GPs except x1 ~ x5 */
/openbmc/u-boot/arch/arm/mach-owl/
H A DKconfig18 - WiFi, Bluetooth and GPS module
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A DKconfig24 - WiFi, Bluetooth and GPS module

1234567