Searched refs:amiga_chip_alloc_res (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/m68k/amiga/
H A Dchipram.c55 p = amiga_chip_alloc_res(size, res);
68 * amiga_chip_alloc_res is meant only for drivers that need to
73 void *amiga_chip_alloc_res(unsigned long size, struct resource *res) function
80 pr_debug("amiga_chip_alloc_res: allocate %lu bytes\n", size);
84 pr_err("amiga_chip_alloc_res: allocate_resource() failed %d!\n",
90 pr_debug("amiga_chip_alloc_res: returning %pR\n", res);
H A Damisound.c54 snd_data = amiga_chip_alloc_res(sizeof(sine_data), &beep_res);
/linux-master/arch/m68k/include/asm/
H A Damigahw.h259 void *amiga_chip_alloc_res(unsigned long size, struct resource *res);

Completed in 116 milliseconds