Searched refs:funcp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | fncpy.h | 59 #define fncpy(dest_buf, funcp, size) ({ \ argument 61 typeof(funcp) __result; \ 63 asm("" : "=r" (__funcp_address) : "0" (funcp)); \
|
/openbmc/linux/arch/sparc/prom/ |
H A D | misc_32.c | 86 prom_setsync(sfunc_t funcp) in prom_setsync() argument 88 if(!funcp) return; in prom_setsync() 89 *romvec->pv_synchook = funcp; in prom_setsync()
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-i2c-core.c | 367 pvr2_i2c_func funcp = NULL; in pvr2_i2c_xfer() local 375 funcp = hdw->i2c_func[msgs[0].addr]; in pvr2_i2c_xfer() 377 if (!funcp) { in pvr2_i2c_xfer() 388 if (funcp(hdw,msgs[0].addr,NULL,0,NULL,0)) { in pvr2_i2c_xfer() 405 if (funcp(hdw,msgs[0].addr,NULL,0, in pvr2_i2c_xfer() 418 if (funcp(hdw,msgs[0].addr, in pvr2_i2c_xfer() 445 if (funcp(hdw,msgs[0].addr, in pvr2_i2c_xfer()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | sram-init.c | 59 void *omap_sram_push(void *funcp, unsigned long size) in omap_sram_push() argument 75 dst = fncpy(sram, funcp, size); in omap_sram_push()
|
H A D | sram.h | 6 void *omap_sram_push(void *funcp, unsigned long size);
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sram.c | 81 void *omap_sram_push(void *funcp, unsigned long size) in omap_sram_push() argument 97 dst = fncpy(sram, funcp, size); in omap_sram_push()
|
H A D | sram.h | 18 extern void *omap_sram_push(void *funcp, unsigned long size);
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 794 unsigned int *slotp, unsigned int *funcp) in pci_parse_devaddr() argument 825 if (funcp != NULL) { in pci_parse_devaddr() 847 if (funcp != NULL) in pci_parse_devaddr() 848 *funcp = func; in pci_parse_devaddr()
|