Home
last modified time | relevance | path

Searched refs:gp2 (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/RCU/
H A Drcu_dereference.rst233 struct foo *gp2;
248 rcu_assign_pointer(gp2, p);
258 p = rcu_dereference(gp2);
290 struct foo *gp2;
309 rcu_assign_pointer(gp2, p);
319 p = rcu_dereference(gp2);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1454 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument
1472 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down()
1477 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down()
1505 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif()
H A Dutils.c1178 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1191 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
/linux/drivers/media/usb/gspca/
H A Dzc3xx.c5713 int g, i, adj, gp1, gp2; in setcontrast() local
5741 gp1 = gp2 = 0; in setcontrast()
5755 gr[i - 1] = (g - gp2) / 2; in setcontrast()
5758 gp2 = gp1; in setcontrast()
5761 gr[15] = (0xff - gp2) / 2; in setcontrast()
/linux/arch/arm/boot/dts/mediatek/
H A Dmt7629.dtsi461 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
H A Dmt2701.dtsi738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi985 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h377 u32 gp2; /* GP2 timer register */ member
H A Dmain.c1671 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()