Searched refs:vend_idx (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.c | 182 int vend_idx; /* vendor found */ member 303 (hfcsusb_vdata *) hfcusb_idtab[hfc->vend_idx].driver_info; in handle_led() 1265 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, in hfc_usb_probe() local 1271 vend_idx = 0xffff; in hfc_usb_probe() 1275 vend_idx = i; in hfc_usb_probe() 1284 if (vend_idx != 0xffff) { in hfc_usb_probe() 1476 context->vend_idx = vend_idx; /* store found vendor */ in hfc_usb_probe() 1487 hfcusb_idtab[vend_idx].driver_info; in hfc_usb_probe()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 156 hfcsusb_idtab[hw->vend_idx].driver_info; in handle_led() 1915 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local 1919 vend_idx = 0xffff; in hfcsusb_probe() 1925 vend_idx = i; in hfcsusb_probe() 1933 intf->minor, vend_idx); in hfcsusb_probe() 1935 if (vend_idx == 0xffff) { in hfcsusb_probe() 2080 hw->vend_idx = vend_idx; /* store found vendor */ in hfcsusb_probe() 2089 hfcsusb_idtab[vend_idx].driver_info; in hfcsusb_probe()
|
D | hfcsusb.h | 281 int vend_idx; /* index in hfcsusb_idtab */ member
|