Searched refs:gp1 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-devtrace-iwlwifi.h | 126 u32 gp1, u32 gp2, u32 gp3, u32 major, u32 minor, u32 hw_ver, 129 blink1, blink2, ilink1, ilink2, bcon_time, gp1, gp2, 143 __field(u32, gp1) 163 __entry->gp1 = gp1; 179 __entry->bcon_time, __entry->gp1, __entry->gp2,
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | utils.c | 343 u32 gp1; /* GP1 timer register */ member 390 u32 gp1; /* GP1 timer register */ member 533 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log_old() 549 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log_old() 619 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log() 635 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log()
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 216 struct foo *gp1; 229 rcu_assign_pointer(gp1, p); 245 q = rcu_dereference(gp1); /* Guaranteed non-NULL. */ 269 struct foo *gp1; 284 rcu_assign_pointer(gp1, p); 303 q = rcu_dereference(gp1); /* Guaranteed non-NULL. */
|
/linux-4.4.14/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.4.14/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.4.14/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
|