| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_ctrl.c | 605 					       u64 scratch, u32 *wqe_idx)  in i40iw_sc_cqp_get_next_send_wqe_idx()639 u64 *i40iw_sc_cqp_get_next_send_wqe(struct i40iw_sc_cqp *cqp, u64 scratch)  in i40iw_sc_cqp_get_next_send_wqe()
 832 				u64 scratch,  in i40iw_sc_manage_push_page()
 872 				u64 scratch,  in i40iw_sc_manage_hmc_pm_func_table()
 910 				u64 scratch,  in i40iw_sc_set_hmc_resource_profile()
 982 					u64 scratch,  in i40iw_sc_commit_fpm_values()
 1044 					u64 scratch,  in i40iw_sc_query_fpm_values()
 1097 				u64 scratch,  in i40iw_sc_add_arp_cache_entry()
 1142 					u64 scratch,  in i40iw_sc_del_arp_cache_entry()
 1175 				u64 scratch,  in i40iw_sc_query_arp_cache_entry()
 [all …]
 
 | 
| D | i40iw_vf.c | 53 					       u64 scratch,  in i40iw_manage_vf_pble_bp()
 | 
| D | i40iw_type.h | 560 	u64 scratch;  member1166 			u64 scratch;  member
 1172 			u64 scratch;  member
 1177 			u64 scratch;  member
 1184 			u64 scratch;  member
 1190 			u64 scratch;  member
 1196 			u64 scratch;  member
 1201 			u64 scratch;  member
 1209 			u64 scratch;  member
 1215 			u64 scratch;  member
 [all …]
 
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | winmacro.h | 50 #define LOAD_PT_YREG(base_reg, scratch) \  argument59 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \  argument
 77 #define STORE_PT_YREG(base_reg, scratch) \  argument
 92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \  argument
 
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | mmc_spi.c | 105 struct scratch {  struct106 	u8			status[29];
 107 	u8			data_token;
 108 	__be16			crc_val;
 563 	struct scratch		*scratch = host->data;  in mmc_spi_setup_data_message()  local
 660 	struct scratch		*scratch = host->data;  in mmc_spi_writeblock()  local
 766 	struct scratch		*scratch = host->data;  in mmc_spi_readblock()  local
 975 		struct scratch	*scratch = host->data;  in mmc_spi_data_do()  local
 
 | 
| D | sdhci-spear.c | 127 	u32 scratch;  in sdhci_remove()  local
 | 
| D | sdhci-pci-o2micro.c | 99 	u16 scratch;  in sdhci_o2_enable_internal_clock()  local584 	u8 scratch;  in sdhci_pci_o2_probe()  local
 
 | 
| /Linux-v5.4/drivers/block/paride/ | 
| D | paride.c | 170 static int default_test_proto(PIA * pi, char *scratch, int verbose)  in default_test_proto()196 static int pi_test_proto(PIA * pi, char *scratch, int verbose)  in pi_test_proto()
 275 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose)  in pi_probe_mode()
 305 static int pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose)  in pi_probe_unit()
 351 	int unit, int protocol, int delay, char *scratch,  in pi_init()
 
 | 
| D | kbic.c | 229 static void kbic_log_adapter( PIA *pi, char * scratch,   in kbic_log_adapter()242 static void k951_log_adapter( PIA *pi, char * scratch, int verbose )  in k951_log_adapter()
 247 static void k971_log_adapter( PIA *pi, char * scratch, int verbose )  in k971_log_adapter()
 
 | 
| D | friq.c | 183 static int friq_test_proto( PIA *pi, char * scratch, int verbose )  in friq_test_proto()219 static void friq_log_adapter( PIA *pi, char * scratch, int verbose )  in friq_log_adapter()
 
 | 
| D | epia.c | 237 static int epia_test_proto( PIA *pi, char * scratch, int verbose )  in epia_test_proto()275 static void epia_log_adapter( PIA *pi, char * scratch, int verbose )  in epia_log_adapter()
 
 | 
| D | frpw.c | 224 static int frpw_test_proto( PIA *pi, char * scratch, int verbose )  in frpw_test_proto()272 static void frpw_log_adapter( PIA *pi, char * scratch, int verbose )  in frpw_log_adapter()
 
 | 
| D | epat.c | 251 static int epat_test_proto( PIA *pi, char * scratch, int verbose )  in epat_test_proto()290 static void epat_log_adapter( PIA *pi, char * scratch, int verbose )  in epat_log_adapter()
 
 | 
| D | bpck.c | 278 static int bpck_test_proto( PIA *pi, char * scratch, int verbose )  in bpck_test_proto()418 static void bpck_log_adapter( PIA *pi, char * scratch, int verbose )  in bpck_log_adapter()
 
 | 
| D | fit2.c | 116 static void fit2_log_adapter( PIA *pi, char * scratch, int verbose )  in fit2_log_adapter()
 | 
| D | ktti.c | 93 static void ktti_log_adapter( PIA *pi, char * scratch, int verbose )  in ktti_log_adapter()
 | 
| D | aten.c | 123 static void aten_log_adapter( PIA *pi, char * scratch, int verbose )  in aten_log_adapter()
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_ipcomp.c | 45 	u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu);  in ipcomp_decompress()  local141 	u8 *scratch;  in ipcomp_compress()  local
 232 		void *scratch;  in ipcomp_alloc_scratches()  local
 
 | 
| /Linux-v5.4/crypto/ | 
| D | scompress.c | 70 	struct scomp_scratch *scratch;  in crypto_scomp_free_scratches()  local85 	struct scomp_scratch *scratch;  in crypto_scomp_alloc_scratches()  local
 126 	struct scomp_scratch *scratch;  in scomp_acomp_comp_decomp()  local
 
 | 
| /Linux-v5.4/arch/mips/mm/ | 
| D | tlbex.c | 1113 	const int scratch = 1; /* Our extra working register */  in build_fast_tlb_refill_handler()  local1687 	unsigned int mode, unsigned int scratch)  in iPTE_SW()
 1755 		  int pte, int ptr, int scratch, enum label_id lid)  in build_pte_present()
 1793 		 unsigned int ptr, unsigned int scratch)  in build_make_valid()
 1806 		   unsigned int pte, unsigned int ptr, int scratch,  in build_pte_writable()
 1833 		 unsigned int ptr, unsigned int scratch)  in build_make_write()
 1847 		     unsigned int pte, unsigned int ptr, int scratch,  in build_pte_modifiable()
 
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | bootparam_utils.h | 52 		static struct boot_params scratch;  in sanitize_boot_params()  local
 | 
| /Linux-v5.4/drivers/staging/wusbcore/ | 
| D | crypto.c | 179 			struct wusb_mac_scratch *scratch,  in wusb_ccm_mac()250 	struct wusb_mac_scratch scratch;  in wusb_prf()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | enclosure.h | 85 	void *scratch;  member99 	void *scratch;  member
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | vmlinux.lds.S | 409 		*(.init.scratch)411 		__init_scratch_end = .;
 
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ | 
| D | if_sdio.c | 146 	u16 scratch;  in if_sdio_read_scratch()  local636 		u16 scratch;  in if_sdio_prog_real()  local
 694 	u16 scratch;  in if_sdio_prog_firmware()  local
 
 |