| /linux-6.15/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-6.15/kernel/rcu/ |
| H A D | tree_stall.h | 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() 795 print_other_cpu_stall(gs2, gps); in check_cpu_stall()
|
| H A D | rcutorture.c | 2837 unsigned long gps; in rcu_torture_fwd_cb_hist() local 2854 gps_old = gps; in rcu_torture_fwd_cb_hist() 2936 unsigned long gps; in rcu_torture_fwd_prog_nr() local 2960 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_nr() 2981 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_nr() 2982 WARN_ON(!cver && gps < 2); in rcu_torture_fwd_prog_nr() 2984 rfp->rcu_fwd_id, dur, cver, gps); in rcu_torture_fwd_prog_nr() 3006 unsigned long gps; in rcu_torture_fwd_prog_cr() local 3037 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_cr() 3038 rfp->rcu_launder_gp_seq_start = gps; in rcu_torture_fwd_prog_cr() [all …]
|
| H A D | tree.c | 151 unsigned long gps, unsigned long flags); 2291 unsigned long gps, unsigned long flags) in rcu_report_qs_rnp() argument 2301 if ((!(rnp->qsmask & mask) && mask) || rnp->gp_seq != gps) { in rcu_report_qs_rnp() 2358 unsigned long gps; in rcu_report_unblock_qs_rnp() local 2382 gps = rnp->gp_seq; in rcu_report_unblock_qs_rnp() 2386 rcu_report_qs_rnp(mask, rnp_p, gps, flags); in rcu_report_unblock_qs_rnp()
|
| /linux-6.15/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-6.15/Documentation/devicetree/bindings/net/ |
| H A D | rfkill-gpio.yaml | 25 - gps
|
| /linux-6.15/arch/arm64/boot/dts/marvell/ |
| H A D | cn9130-cf-base.dts | 40 radio-type = "gps";
|
| H A D | cn9132-clearfog.dts | 106 radio-type = "gps";
|
| /linux-6.15/drivers/pinctrl/qcom/ |
| H A D | pinctrl-sc8180x.c | 1276 MSM_PIN_FUNCTION(gps), 1431 [60] = PINGROUP(60, EAST, gps, nav_pps, nav_pps, qup_l4, mdp_vsync, atest_usb1, ddr_pxi, _, _), 1447 [76] = PINGROUP(76, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _), 1448 [77] = PINGROUP(77, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _), 1452 [81] = PINGROUP(81, EAST, _, grfc, gps, nav_pps, nav_pps, qdss_cti, _, emac_pps, _), 1453 [82] = PINGROUP(82, EAST, _, grfc, gps, nav_pps, nav_pps, mdp_vsync, qdss_cti, _, _),
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,sc8180x-tlmm.yaml | 78 gcc_gp3, gcc_gp4, gcc_gp5, gpio, gps, grfc, hs1_mi2s, hs2_mi2s,
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | asus-laptop.c | 271 struct asus_rfkill gps; member 1285 rfkill_set_sw_state(asus->gps.rfkill, !value); in gps_store() 1288 static DEVICE_ATTR_RW(gps); 1340 asus_rfkill_terminate(&asus->gps); in asus_rfkill_exit() 1375 result = asus_rfkill_setup(asus, &asus->gps, "asus-gps", in asus_rfkill_init()
|
| H A D | asus-wmi.c | 270 struct asus_rfkill gps; member 2178 if (asus->gps.rfkill) { in asus_wmi_rfkill_exit() 2179 rfkill_unregister(asus->gps.rfkill); in asus_wmi_rfkill_exit() 2180 rfkill_destroy(asus->gps.rfkill); in asus_wmi_rfkill_exit() 2181 asus->gps.rfkill = NULL; in asus_wmi_rfkill_exit() 2222 result = asus_new_rfkill(asus, &asus->gps, "asus-gps", in asus_wmi_rfkill_init() 4966 if (asus->gps.rfkill) { in asus_hotk_restore() 4968 rfkill_set_sw_state(asus->gps.rfkill, bl); in asus_hotk_restore()
|
| /linux-6.15/Documentation/devicetree/bindings/serial/ |
| H A D | serial.yaml | 91 "^(bluetooth|bluetooth-gnss|embedded-controller|gnss|gps|mcu|onewire)$":
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-a83t-tbs-a711.dts | 102 reg_gps: reg-gps { 104 regulator-name = "gps";
|
| /linux-6.15/arch/arm/boot/dts/nvidia/ |
| H A D | tegra30-lg-x3.dtsi | 120 gps-pwr-en { 127 gps-ldo-en { 134 gps-clk-ref { 1469 gps_refclk: clock-gps { 1476 gps_osc: clock-gps-osc-gate { 1673 vcc_1v8_gps: regulator-gps {
|
| H A D | tegra30-lg-p880.dts | 44 gps-reset {
|
| H A D | tegra30-lg-p895.dts | 32 gps-reset {
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-gta04.dtsi | 66 gps_antenna_button: gps-antenna-button { 336 gps_pins: gps-pins {
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | Kconfig | 275 See <http://sourceforge.net/projects/garmin-gps> for the latest
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6233 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
|