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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Dfunc.h104 int RIOFindFreeID(struct rio_info *, struct Host *, unsigned int *, unsigned int *);
H A Drioroute.c476 if (RIOFindFreeID(p, HostP, &ThisUnit, &ThisUnit2) == 0) {
481 if (RIOFindFreeID(p, HostP, &ThisUnit, NULL) == 0) {
880 ** RIOFindFreeID :
886 int RIOFindFreeID(struct rio_info *p, struct Host *HostP, unsigned int * pID1, unsigned int * pID2) function
H A Drioboot.c948 ** RIOFindFreeID() first looks for free slots and if it does not
954 if (RIOFindFreeID(p, HostP, &entry, &entry2) == 0) {
960 if (RIOFindFreeID(p, HostP, &entry, NULL) == 0) {
H A Driotable.c649 if (RIOFindFreeID(p, &p->RIOHosts[host], &nNewID, NULL) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dfunc.h104 int RIOFindFreeID(struct rio_info *, struct Host *, unsigned int *, unsigned int *);
H A Drioroute.c476 if (RIOFindFreeID(p, HostP, &ThisUnit, &ThisUnit2) == 0) {
481 if (RIOFindFreeID(p, HostP, &ThisUnit, NULL) == 0) {
880 ** RIOFindFreeID :
886 int RIOFindFreeID(struct rio_info *p, struct Host *HostP, unsigned int * pID1, unsigned int * pID2) function
H A Drioboot.c948 ** RIOFindFreeID() first looks for free slots and if it does not
954 if (RIOFindFreeID(p, HostP, &entry, &entry2) == 0) {
960 if (RIOFindFreeID(p, HostP, &entry, NULL) == 0) {
H A Driotable.c649 if (RIOFindFreeID(p, &p->RIOHosts[host], &nNewID, NULL) != 0) {

Completed in 66 milliseconds