Searched refs:gp1 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-devtrace-iwlwifi.h | 119 u32 gp1, u32 gp2, u32 gp3, u32 major, u32 minor, u32 hw_ver, 122 blink1, blink2, ilink1, ilink2, bcon_time, gp1, gp2, 136 __field(u32, gp1) 156 __entry->gp1 = gp1; 172 __entry->bcon_time, __entry->gp1, __entry->gp2,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | utils.c | 349 u32 gp1; /* GP1 timer register */ member 396 u32 gp1; /* GP1 timer register */ member 539 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log_old() 555 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log_old() 625 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log() 641 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 220 struct foo *gp1; 233 rcu_assign_pointer(gp1, p); 249 q = rcu_dereference(gp1); /* Guaranteed non-NULL. */ 273 struct foo *gp1; 288 rcu_assign_pointer(gp1, p); 307 q = rcu_dereference(gp1); /* Guaranteed non-NULL. */
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 794 u64 handler_addr1, u64 gp1, u64 handler_len1, in ia64_sal_set_vectors() argument 799 handler_addr1, gp1, handler_len1, in ia64_sal_set_vectors()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | zc3xx.c | 5732 int g, i, adj, gp1, gp2; in setcontrast() local 5760 gp1 = gp2 = 0; in setcontrast() 5776 gr[0] = gp1 == 0 ? 0 : (g - gp1); in setcontrast() 5777 gp2 = gp1; in setcontrast() 5778 gp1 = g; in setcontrast()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 1550 table.ilink2, table.bcon_time, table.gp1, in iwl_dump_nic_error_log() 1566 IWL_ERR(priv, "0x%08X | time gp1\n", table.gp1); in iwl_dump_nic_error_log()
|
D | commands.h | 439 u32 gp1; /* GP1 timer register */ member
|