/linux-3.3/arch/blackfin/include/asm/ |
D | blackfin.h | 77 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch; argument 78 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch; argument 81 #define SSYNC(scratch) nop; nop; nop; SSYNC; argument 82 #define CSYNC(scratch) nop; nop; nop; CSYNC; argument 85 #define SSYNC(scratch) SSYNC; argument 86 #define CSYNC(scratch) CSYNC; argument
|
/linux-3.3/arch/sparc/include/asm/ |
D | winmacro.h | 49 #define LOAD_PT_YREG(base_reg, scratch) \ argument 58 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ argument 76 #define STORE_PT_YREG(base_reg, scratch) \ argument 91 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ argument
|
/linux-3.3/drivers/block/paride/ |
D | paride.c | 169 static int default_test_proto(PIA * pi, char *scratch, int verbose) in default_test_proto() 195 static int pi_test_proto(PIA * pi, char *scratch, int verbose) in pi_test_proto() 272 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) in pi_probe_mode() 302 static int pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose) in pi_probe_unit() 348 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() 419 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 | fit3.c | 172 static void fit3_log_adapter( PIA *pi, char * scratch, int verbose ) in fit3_log_adapter()
|
D | on20.c | 114 static void on20_log_adapter( PIA *pi, char * scratch, int verbose ) in on20_log_adapter()
|
/linux-3.3/net/mac80211/ |
D | aes_ccm.c | 20 static void aes_ccm_prepare(struct crypto_cipher *tfm, u8 *scratch, u8 *a) in aes_ccm_prepare() 53 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch, in ieee80211_aes_ccm_encrypt() 93 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch, in ieee80211_aes_ccm_decrypt()
|
D | wpa.c | 284 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *scratch, in ccmp_special_blocks() 390 u8 scratch[6 * AES_BLOCK_SIZE]; in ccmp_encrypt_skb() local 497 u8 scratch[6 * AES_BLOCK_SIZE]; in ieee80211_crypto_ccmp_decrypt() local
|
D | aes_cmac.c | 41 u8 scratch[2 * AES_BLOCK_SIZE]; in aes_128_cmac_vector() local
|
/linux-3.3/drivers/mmc/host/ |
D | mmc_spi.c | 118 struct scratch { struct 119 u8 status[29]; 120 u8 data_token; 121 __be16 crc_val; 579 struct scratch *scratch = host->data; in mmc_spi_setup_data_message() local 678 struct scratch *scratch = host->data; in mmc_spi_writeblock() local 788 struct scratch *scratch = host->data; in mmc_spi_readblock() local 995 struct scratch *scratch = host->data; in mmc_spi_data_do() local
|
D | sdhci-pci.c | 296 u8 scratch; in o2_probe() local 354 u8 scratch; in jmicron_pmos() local 447 u8 scratch; in jmicron_enable_mmc() local 1277 u32 scratch; in sdhci_pci_remove_slot() local
|
D | sdhci-spear.c | 245 u32 scratch; in sdhci_remove() local
|
/linux-3.3/net/xfrm/ |
D | xfrm_ipcomp.c | 49 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); in ipcomp_decompress() local 145 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); in ipcomp_compress() local 236 void *scratch = vmalloc(IPCOMP_SCRATCH_SIZE); in ipcomp_alloc_scratches() local
|
/linux-3.3/arch/powerpc/boot/ |
D | gunzip_util.h | 36 char scratch[46912]; member
|
/linux-3.3/include/linux/ |
D | enclosure.h | 86 void *scratch; member 98 void *scratch; member
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | scatterwalk.c | 33 void *scatterwalk_whichbuf(struct scatter_walk *walk, unsigned int nbytes, void *scratch) in scatterwalk_whichbuf()
|
/linux-3.3/arch/s390/kernel/ |
D | entry64.S | 82 .macro HANDLE_SIE_INTERCEPT scratch argument 139 .macro LAST_BREAK scratch argument
|
/linux-3.3/drivers/net/wireless/libertas/ |
D | if_sdio.c | 156 u16 scratch; in if_sdio_read_scratch() local 652 u16 scratch; in if_sdio_prog_real() local 686 u16 scratch; in if_sdio_prog_firmware() local
|