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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disapnp.h135 card_vendor: ISAPNP_VENDOR(_va, _vb, _vc), card_device: ISAPNP_DEVICE(_device)
137 card_vendor: 0, card_device: 0
147 unsigned short card_vendor, card_device; member in struct:isapnp_card_id
154 card_vendor: ISAPNP_VENDOR(_cva, _cvb, _cvc), card_device: ISAPNP_DEVICE(_cdevice), \
157 card_vendor: 0, card_device: 0
160 unsigned short card_vendor, card_device; member in struct:isapnp_device_id
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disapnp.h135 card_vendor: ISAPNP_VENDOR(_va, _vb, _vc), card_device: ISAPNP_DEVICE(_device)
137 card_vendor: 0, card_device: 0
147 unsigned short card_vendor, card_device; member in struct:isapnp_card_id
154 card_vendor: ISAPNP_VENDOR(_cva, _cvb, _cvc), card_device: ISAPNP_DEVICE(_cdevice), \
157 card_vendor: 0, card_device: 0
160 unsigned short card_vendor, card_device; member in struct:isapnp_device_id
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhfcscard.c187 while(hdev->card_vendor) {
188 if ((pb = isapnp_find_card(hdev->card_vendor,
215 if (!hdev->card_vendor) {
H A Dix1_micro.c254 while(idev->card_vendor) {
255 if ((pb = isapnp_find_card(idev->card_vendor,
282 if (!idev->card_vendor) {
H A Dasuscom.c351 while(adev->card_vendor) {
352 if ((pb = isapnp_find_card(adev->card_vendor,
379 if (!adev->card_vendor) {
H A Dteles3.c294 while(tdev->card_vendor) {
295 if ((pb = isapnp_find_card(tdev->card_vendor,
324 if (!tdev->card_vendor) {
H A Dsedlbauer.c589 while(pdev->card_vendor) {
590 if ((pb = isapnp_find_card(pdev->card_vendor,
630 if (!pdev->card_vendor) {
H A Ddiva.c985 while(pdev->card_vendor) {
986 if ((pb = isapnp_find_card(pdev->card_vendor,
1043 if (!pdev->card_vendor) {
H A Delsa.c963 while(pdev->card_vendor) {
964 if ((pb = isapnp_find_card(pdev->card_vendor,
998 if (!pdev->card_vendor) {
H A Dhfc_sx.c1490 while(hdev->card_vendor) {
1491 if ((pb = isapnp_find_card(hdev->card_vendor,
1518 if (!hdev->card_vendor) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-pnp.c52 unsigned short card_vendor, card_device, vendor, device; member in struct:pnp_dev_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dsb_card.c259 unsigned short card_vendor, card_device, member in struct:__anon2686
878 for (i = 0; sb_isapnp_list[i].card_vendor != 0; i++);
890 while(sb_isapnp_list[i].card_vendor != 0) {
894 sb_isapnp_list[i].card_vendor,
H A Dad1848.c2951 unsigned short card_vendor, card_device, member in struct:__anon2639
3070 for (i = 0; ad1848_isapnp_list[i].card_vendor != 0; i++);
3082 while(ad1848_isapnp_list[i].card_vendor != 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-sf16fmi.c279 while (id_table[i].card_vendor != 0 && dev == NULL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp.c1230 while (ids->card_vendor || ids->card_device) {
1231 if ((ids->card_vendor == ISAPNP_ANY_ID || ids->card_vendor == card->vendor) &&
1272 while (ids->card_vendor || ids->card_device) {
1273 if ((ids->card_vendor == ISAPNP_ANY_ID || ids->card_vendor == dev->bus->vendor) &&

Completed in 122 milliseconds