/linux/Documentation/translations/it_IT/RCU/ |
H A D | torture.rst | 281 SRCU-N ------- 804233 GPs (148.932/s) [srcu: g10008272 f0x0 ] 282 SRCU-P ------- 202320 GPs (37.4667/s) [srcud: g1809476 f0x0 ] 283 SRCU-t ------- 1122086 GPs (207.794/s) [srcu: g0 f0x0 ] 284 SRCU-u ------- 1111285 GPs (205.794/s) [srcud: g1 f0x0 ] 285 TASKS01 ------- 19666 GPs (3.64185/s) [tasks: g0 f0x0 ] 286 TASKS02 ------- 20541 GPs (3.80389/s) [tasks: g0 f0x0 ] 287 TASKS03 ------- 19416 GPs (3.59556/s) [tasks: g0 f0x0 ] 288 TINY01 ------- 836134 GPs (154.84/s) [rcu: g0 f0x0 ] n_max_cbs: 34198 289 TINY02 ------- 850371 GPs (157.476/s) [rcu: g0 f0x0 ] n_max_cbs: 2631 290 TREE01 ------- 162625 GPs (30.1157/s) [rcu: g1124169 f0x0 ] [all …]
|
/linux/Documentation/RCU/ |
H A D | torture.rst | 287 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 …]
|
/linux/arch/powerpc/platforms/52xx/ |
H A D | lite5200_pm.c | 18 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()
|
/linux/drivers/usb/serial/ |
H A D | Kconfig | 70 - 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 D | cypress_m8.h | 19 /* DeLorme Earthmate USB - a GPS device */ 31 /* FRWD Dongle - a GPS sports watch */
|
H A D | usb-serial-simple.c | 98 /* Novatel Wireless GPS driver */ 100 { USB_DEVICE(0x09d7, 0x0100) } /* NovAtel FlexPack GPS */
|
/linux/Documentation/devicetree/bindings/gnss/ |
H A D | sirfstar.yaml | 15 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/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.
|
/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | ti,bluetooth.yaml | 18 * 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/include/linux/ |
H A D | ti_wilink_st.h | 5 * 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/drivers/mmc/core/ |
H A D | Kconfig | 68 tristate "SDIO UART/GPS class support" 72 class, as well as the GPS class which appears like a UART.
|
/linux/kernel/rcu/ |
H A D | tree_stall.h | 479 ticks_title = "GPs behind"; in print_cpu_stall_info() 573 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument 615 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall() 651 static void print_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_cpu_stall() argument 681 jiffies - gps, in print_cpu_stall() 720 unsigned long gps; in check_cpu_stall() local 765 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall() 770 ULONG_CMP_GE(gps, js) || in check_cpu_stall() 787 rcu_stall_notifier_call_chain(RCU_STALL_NOTIFY_NORM, (void *)j - gps); in check_cpu_stall() 792 print_cpu_stall(gs2, gps); in check_cpu_stall() [all …]
|
H A D | rcutorture.c | 1281 pr_info("%s: Testing conditional GPs.\n", __func__); in rcu_torture_write_types() 1287 pr_info("%s: Testing conditional expedited GPs.\n", __func__); in rcu_torture_write_types() 1293 pr_info("%s: Testing conditional full-state GPs.\n", __func__); in rcu_torture_write_types() 1299 pr_info("%s: Testing conditional full-state expedited GPs.\n", __func__); in rcu_torture_write_types() 1306 pr_info("%s: Testing expedited GPs.\n", __func__); in rcu_torture_write_types() 1312 pr_info("%s: Testing asynchronous GPs.\n", __func__); in rcu_torture_write_types() 1319 pr_info("%s: Testing polling GPs.\n", __func__); in rcu_torture_write_types() 1326 pr_info("%s: Testing polling full-state GPs.\n", __func__); in rcu_torture_write_types() 1332 pr_info("%s: Testing polling expedited GPs.\n", __func__); in rcu_torture_write_types() 1338 pr_info("%s: Testing polling full-state expedited GPs.\n", __func__); in rcu_torture_write_types() [all …]
|
/linux/arch/x86/mm/pat/ |
H A D | cpa-test.c | 34 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/drivers/platform/x86/intel/ |
H A D | oaktrail.c | 17 * for these components: wifi, bluetooth, wwan (3g), gps 49 * (1 << 2): GPS enable/disable, RW. 178 gps_rfkill = oaktrail_rfkill_new("oaktrail-gps", in oaktrail_rfkill_init()
|
/linux/Documentation/driver-api/ |
H A D | pps.rst | 38 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/arch/riscv/include/asm/ |
H A D | asm.h | 126 /* save all GPs except x1 ~ x5 */ 156 /* restore all GPs except x1 ~ x5 */
|
/linux/drivers/platform/x86/ |
H A D | asus-laptop.c | 19 * Sam Lin - GPS support 177 /* GPS */ 178 /* R2H use different handle for GPS on/off */ 271 struct asus_rfkill gps; member 1236 * GPS 1246 pr_warn("Error reading GPS status\n"); in asus_gps_status() 1282 rfkill_set_sw_state(asus->gps.rfkill, !value); in gps_store() 1285 static DEVICE_ATTR_RW(gps); 1337 asus_rfkill_terminate(&asus->gps); in asus_rfkill_exit() 1372 result = asus_rfkill_setup(asus, &asus->gps, "asus-gps", in asus_rfkill_init()
|
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7770.c | 343 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/Documentation/devicetree/bindings/net/ |
H A D | rfkill-gpio.yaml | 25 - gps
|
/linux/drivers/pps/ |
H A D | Kconfig | 9 PPS (Pulse Per Second) is a special pulse provided by some GPS
|
/linux/drivers/media/tuners/ |
H A D | fc0013.c | 202 } else { /* UHF and GPS */ in fc0013_set_vhf_track() 258 /* disable UHF & disable GPS */ in fc0013_set_params() 274 /* enable UHF & disable GPS */ in fc0013_set_params() 290 /* disable UHF & enable GPS */ in fc0013_set_params()
|
/linux/Documentation/usb/ |
H A D | usb-serial.rst | 218 - TripNav TN-200 USB GPS 219 - Navis Engineering Bureau CH-4711 USB GPS 245 - DeLorme's USB Earthmate GPS (SiRF Star II lp arch) 440 more than 70% of USB GPS devices (in 2010), and some USB UPSes. Devices
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | regs.h | 180 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Pin Control. */ 182 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Select. */ 191 /* RTL8723 only WIFI/BT/GPS Multi-Function control source. */ 207 #define MULTI_BT_HW_ROF_EN BIT(19) /* Enable GPIO[11] as BT/GPS 209 #define MULTI_GPS_HW_PWRDOWN_EN BIT(20) /* Enable GPIO[10] as GPS HW 211 #define MULTI_GPS_HW_PWRDOWN_SL BIT(21) /* GPS HW powerdown polarity 213 #define MULTI_GPS_FUNC_EN BIT(22) /* GPS function enable */
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun5i.h | 46 /* GPS clock is exported */
|