Home
last modified time | relevance | path

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

123456

/Linux-v6.1/Documentation/RCU/
Dtorture.rst276 SRCU-N ------- 804233 GPs (148.932/s) [srcu: g10008272 f0x0 ]
277 SRCU-P ------- 202320 GPs (37.4667/s) [srcud: g1809476 f0x0 ]
278 SRCU-t ------- 1122086 GPs (207.794/s) [srcu: g0 f0x0 ]
279 SRCU-u ------- 1111285 GPs (205.794/s) [srcud: g1 f0x0 ]
280 TASKS01 ------- 19666 GPs (3.64185/s) [tasks: g0 f0x0 ]
281 TASKS02 ------- 20541 GPs (3.80389/s) [tasks: g0 f0x0 ]
282 TASKS03 ------- 19416 GPs (3.59556/s) [tasks: g0 f0x0 ]
283 TINY01 ------- 836134 GPs (154.84/s) [rcu: g0 f0x0 ] n_max_cbs: 34198
284 TINY02 ------- 850371 GPs (157.476/s) [rcu: g0 f0x0 ] n_max_cbs: 2631
285 TREE01 ------- 162625 GPs (30.1157/s) [rcu: g1124169 f0x0 ]
[all …]
/Linux-v6.1/arch/powerpc/platforms/52xx/
Dlite5200_pm.c18 static struct mpc52xx_gpio __iomem *gps; variable
82 gps = mbar + 0xb00; in lite5200_pm_prepare()
107 _memcpy_fromio(&sgps, gps, sizeof(*gps)); in lite5200_save_regs()
127 _memcpy_toio(gps, &sgps, sizeof(*gps)); in lite5200_restore_regs()
/Linux-v6.1/arch/arm/mach-s3c/
Dmach-n30.c76 * On the N35 and variants the GPS receiver is connected here. */
228 .desc = "GPS Antenna",
268 /* This is the blue LED on the device. Originally used to indicate GPS activity
468 * N30/PiN GPS control 0=GPS enabled, 1=GPS disabled in n30_hwinit()
502 * N35/PiN output 1=GPS LED on in n30_hwinit()
525 * N35 input GPS antenna position, 0=antenna closed, 1=open in n30_hwinit()
551 * N35 output 0=GPS antenna powered, 1=not powered in n30_hwinit()
568 * N35/PiN GPS receiver in n30_hwinit()
/Linux-v6.1/drivers/misc/ti-st/
DKconfig4 # drivers (BT, FM and GPS)
14 BT / FM and GPS combo chips. This enables protocol drivers
DMakefile4 # and its protocol drivers (BT, FM, GPS)
/Linux-v6.1/Documentation/devicetree/bindings/gnss/
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
/Linux-v6.1/drivers/usb/serial/
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"
Dcypress_m8.h19 /* DeLorme Earthmate USB - a GPS device */
31 /* FRWD Dongle - a GPS sports watch */
Dusb-serial-simple.c99 /* Novatel Wireless GPS driver */
101 { USB_DEVICE(0x09d7, 0x0100) } /* NovAtel FlexPack GPS */
/Linux-v6.1/Documentation/devicetree/bindings/net/
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
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-asus-laptop19 What: /sys/devices/platform/asus_laptop/gps
24 Control the gps device. 1 means on, 0 means off.
/Linux-v6.1/drivers/mmc/core/
DKconfig66 tristate "SDIO UART/GPS class support"
70 class, as well as the GPS class which appears like a UART.
/Linux-v6.1/include/linux/
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 */
/Linux-v6.1/kernel/rcu/
Drcutorture.c1226 pr_info("%s: Testing conditional GPs.\n", __func__); in rcu_torture_write_types()
1232 pr_info("%s: Testing conditional expedited GPs.\n", __func__); in rcu_torture_write_types()
1238 pr_info("%s: Testing conditional full-state GPs.\n", __func__); in rcu_torture_write_types()
1244 pr_info("%s: Testing conditional full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1251 pr_info("%s: Testing expedited GPs.\n", __func__); in rcu_torture_write_types()
1257 pr_info("%s: Testing asynchronous GPs.\n", __func__); in rcu_torture_write_types()
1263 pr_info("%s: Testing polling GPs.\n", __func__); in rcu_torture_write_types()
1269 pr_info("%s: Testing polling full-state GPs.\n", __func__); in rcu_torture_write_types()
1275 pr_info("%s: Testing polling expedited GPs.\n", __func__); in rcu_torture_write_types()
1281 pr_info("%s: Testing polling full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
[all …]
Dtree_stall.h461 ticks_title = "GPs behind"; in print_cpu_stall_info()
552 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument
592 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
625 static void print_cpu_stall(unsigned long gps) in print_cpu_stall() argument
653 jiffies - gps, in print_cpu_stall()
686 unsigned long gps; in check_cpu_stall() local
721 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall()
726 ULONG_CMP_GE(gps, js)) in check_cpu_stall()
743 print_cpu_stall(gps); in check_cpu_stall()
761 print_other_cpu_stall(gs2, gps); in check_cpu_stall()
/Linux-v6.1/arch/x86/mm/pat/
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()
/Linux-v6.1/arch/arm/mach-pxa/
Dpcm990_baseboard.h82 #define PCM990_CTRL_REG10 0x0012 /* GPS-REGISTER */
83 #define PCM990_CTRL_GPSPWR 0x0004 /* GPS-Modul Power on */
84 #define PCM990_CTRL_GPSENA 0x0008 /* GPS-Modul Enable */
Dmioa701.c106 /* GPS */
222 KEY(1, 2, KEY_CONNECT), /* GPS key */
347 * GPS Sirf Star III chip
349 * GPS handling was purged from kernel. For history, this is the way to go :
/Linux-v6.1/Documentation/driver-api/
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
/Linux-v6.1/drivers/platform/x86/intel/
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()
/Linux-v6.1/drivers/platform/x86/
Dasus-laptop.c19 * Sam Lin - GPS support
178 /* GPS */
179 /* R2H use different handle for GPS on/off */
272 struct asus_rfkill gps; member
1237 * GPS
1247 pr_warn("Error reading GPS status\n"); in asus_gps_status()
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()
/Linux-v6.1/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7770.c343 DU, VIDEO_IN, REMOTE, YUV, USB, ATAPI, CAN, GPS, GFX2D, enumerator
377 INTC_VECT(CAN, 0x880), INTC_VECT(GPS, 0x8a0),
424 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S,
433 { 0xffe00010, 0, 32, 8, /* INT2PRI4 */ { ATAPI, CAN, GPS, GFX2D } },
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_regs.h155 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Pin Control. */
157 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Select. */
166 /* RTL8723 only WIFI/BT/GPS Multi-Function control source. */
182 #define MULTI_BT_HW_ROF_EN BIT(19) /* Enable GPIO[11] as BT/GPS
184 #define MULTI_GPS_HW_PWRDOWN_EN BIT(20) /* Enable GPIO[10] as GPS HW
186 #define MULTI_GPS_HW_PWRDOWN_SL BIT(21) /* GPS HW powerdown polarity
188 #define MULTI_GPS_FUNC_EN BIT(22) /* GPS function enable */
/Linux-v6.1/drivers/pps/
DKconfig9 PPS (Pulse Per Second) is a special pulse provided by some GPS
/Linux-v6.1/drivers/clk/sunxi-ng/
Dccu-sun5i.h46 /* GPS clock is exported */

123456