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

/freebsd-10.1-release/sys/dev/pccard/
H A Dpccard.c91 static void pccard_function_init(struct pccard_function *pf, int entry);
294 pccard_function_init(pf, -1);
454 pccard_function_init(pf, entry);
462 * Note: pccard_function_init should not keep resources allocated. It should
464 * Any resource held after pccard_function_init is called is a bug. However,
465 * the bus routines to get the resources also assume that pccard_function_init
469 pccard_function_init(struct pccard_function *pf, int entry) function
483 printf("pccard_function_init: function is enabled");
584 * Free resources allocated by pccard_function_init(), May be called as long
587 * NOTE: This function should be unnecessary. pccard_function_init shoul
[all...]

Completed in 45 milliseconds