Home
last modified time | relevance | path

Searched defs:param (Results 1 – 22 of 22) sorted by relevance

/arch/powerpc/platforms/powermac/
Dfeature.c163 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable()
256 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable()
263 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable()
269 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable()
289 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset()
303 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state()
318 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable()
362 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable()
371 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable()
400 static long heathrow_ide_enable(struct device_node *node, long param, in heathrow_ide_enable()
[all …]
/arch/arm/plat-samsung/
Ddma-ops.c22 struct samsung_dma_req *param, in samsung_dmadev_request()
37 static int samsung_dmadev_release(unsigned ch, void *param) in samsung_dmadev_release()
45 struct samsung_dma_config *param) in samsung_dmadev_config()
73 struct samsung_dma_prep *param) in samsung_dmadev_prepare()
Ds3c-dma-ops.c30 static void s3c_dma_cb(struct s3c2410_dma_chan *channel, void *param, in s3c_dma_cb()
39 struct samsung_dma_req *param, in s3c_dma_request()
59 static int s3c_dma_release(unsigned ch, void *param) in s3c_dma_release()
74 static int s3c_dma_config(unsigned ch, struct samsung_dma_config *param) in s3c_dma_config()
82 static int s3c_dma_prepare(unsigned ch, struct samsung_dma_prep *param) in s3c_dma_prepare()
/arch/s390/crypto/
Dcrypt_s390.h154 static inline int crypt_s390_km(long func, void *param, in crypt_s390_km()
190 static inline int crypt_s390_kmc(long func, void *param, in crypt_s390_kmc()
226 static inline int crypt_s390_kimd(long func, void *param, in crypt_s390_kimd()
260 static inline int crypt_s390_klmd(long func, void *param, in crypt_s390_klmd()
295 static inline int crypt_s390_kmac(long func, void *param, in crypt_s390_kmac()
331 static inline int crypt_s390_kmctr(long func, void *param, u8 *dest, in crypt_s390_kmctr()
419 static inline int crypt_s390_pcc(long func, void *param) in crypt_s390_pcc()
Daes_s390.c315 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt()
444 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in cbc_aes_crypt()
619 void *param; in xts_aes_crypt() local
/arch/powerpc/kvm/
De500_emulate.c31 static int dbell2prio(ulong param) in dbell2prio()
52 ulong param = vcpu->arch.gpr[rb]; in kvmppc_e500_emul_msgclr() local
64 ulong param = vcpu->arch.gpr[rb]; in kvmppc_e500_emul_msgsnd() local
/arch/arm/mach-omap2/
Domap-secure.c39 u32 param[5]; in omap_secure_dispatcher() local
/arch/mips/txx9/generic/
Dspi_eeprom.c92 struct read_param param = { in spi_eeprom_read() local
/arch/arc/kernel/
Dtraps.c126 unsigned int param = cause & 0xff; in do_non_swi_trap() local
Dkgdb.c172 void kgdb_trap(struct pt_regs *regs, int param) in kgdb_trap()
/arch/powerpc/mm/
Dtlb_nohash.c216 static void do_flush_tlb_mm_ipi(void *param) in do_flush_tlb_mm_ipi()
223 static void do_flush_tlb_page_ipi(void *param) in do_flush_tlb_page_ipi()
Dhugetlbpage.c391 static int __init do_gpage_early_setup(char *param, char *val, in do_gpage_early_setup()
/arch/arc/include/asm/
Dkgdb.h56 #define kgdb_trap(regs, param) argument
/arch/x86/kvm/
Dcpuid.c492 static bool is_centaur_cpu(const struct kvm_cpuid_param *param) in is_centaur_cpu()
503 static const struct kvm_cpuid_param param[] = { in kvm_dev_ioctl_get_supported_cpuid() local
Dx86.c5391 u64 param, ingpa, outgpa, ret; in kvm_hv_hypercall() local
/arch/mips/kernel/
Dsyscall.c224 unsigned int mips_fpu_prctl(unsigned long type, unsigned long param) in mips_fpu_prctl()
/arch/sh/drivers/dma/
Ddma-api.c300 int dma_extend(unsigned int chan, unsigned long op, void *param) in dma_extend()
/arch/mips/include/asm/
Dsgiarcs.h275 struct param { struct
277 unsigned short size;
278 unsigned char lsize;
279 unsigned char bsize;
/arch/powerpc/boot/
Dcpm-serial.c71 static struct cpm_param *param; variable
/arch/powerpc/platforms/pseries/
Dlpar.c381 unsigned long param[9]; in pSeries_lpar_flush_hash_range() local
/arch/powerpc/include/asm/
Dpmac_feature.h147 long param, long value) in pmac_call_feature()
/arch/arm/mach-davinci/
Ddma.c1168 void edma_write_slot(unsigned slot, const struct edmacc_param *param) in edma_write_slot()
1190 void edma_read_slot(unsigned slot, struct edmacc_param *param) in edma_read_slot()