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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dserial_cs.c282 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
324 i = first_tuple(handle, &tuple, &parse);
347 i = first_tuple(handle, &tuple, &parse);
402 i = first_tuple(handle, &tuple, &parse);
422 i = first_tuple(handle, &tuple, &parse);
496 last_ret = first_tuple(handle, &tuple, &parse);
510 info->multi = (first_tuple(handle, &tuple, &parse) == CS_SUCCESS);
514 if (first_tuple(handle, &tuple, &parse) == CS_SUCCESS) {
528 ((first_tuple(handle, &tuple, &parse) != CS_SUCCESS) ||
532 if (first_tuple(handl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Davm_cs.c272 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
326 if( !first_tuple(handle, &tuple, &parse) && parse.version_1.ns > 1 ) {
337 i = first_tuple(handle, &tuple, &parse);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Davma1_cs.c289 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
344 if( !first_tuple(handle, &tuple, &parse) && parse.version_1.ns > 1 ) {
355 i = first_tuple(handle, &tuple, &parse);
H A Delsa_cs.c337 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
363 i = first_tuple(handle, &tuple, &parse);
378 i = first_tuple(handle, &tuple, &parse);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxirc2ps_cs.c434 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
799 if (!first_tuple(handle, &tuple, &parse) && parse.version_1.ns > 2) {
840 if ((err=first_tuple(handle, &tuple, &parse))) {
876 if ((err=first_tuple(handle, &tuple, &parse)))
883 for (err = first_tuple(handle, &tuple, &parse); !err;
903 for (err = first_tuple(handle, &tuple, &parse); !err;
953 for (err = first_tuple(handle, &tuple, &parse); !err;
975 for (err = first_tuple(handle, &tuple, &parse); !err;
H A Dsmc91c92_cs.c494 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
554 i = first_tuple(link->handle, &tuple, &parse);
611 if (first_tuple(handle, &tuple, &parse) != CS_SUCCESS)
615 first_tuple(handle, &tuple, &parse);
716 i = first_tuple(link->handle, &tuple, &parse);
749 i = first_tuple(handle, &tuple, &parse);
766 if (first_tuple(handle, &tuple, &parse) != CS_SUCCESS)
945 i = first_tuple(handle, &tuple, &parse);
952 if (first_tuple(handle, &tuple, &parse) == CS_SUCCESS) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dbt3c_cs.c738 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
760 last_ret = first_tuple(handle, &tuple, &parse);
781 i = first_tuple(handle, &tuple, &parse);
803 i = first_tuple(handle, &tuple, &parse);
H A Ddtl1_cs.c676 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
697 last_ret = first_tuple(handle, &tuple, &parse);
718 i = first_tuple(handle, &tuple, &parse);
H A Dbluecard_cs.c943 #define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) macro
963 last_ret = first_tuple(handle, &tuple, &parse);

Completed in 76 milliseconds