Searched refs:vend_idx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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() 1259 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, in hfc_usb_probe() local 1265 vend_idx = 0xffff; in hfc_usb_probe() 1269 vend_idx = i; in hfc_usb_probe() 1278 if (vend_idx != 0xffff) { in hfc_usb_probe() 1470 context->vend_idx = vend_idx; /* store found vendor */ in hfc_usb_probe() 1481 hfcusb_idtab[vend_idx].driver_info; in hfc_usb_probe()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 156 hfcsusb_idtab[hw->vend_idx].driver_info; in handle_led() 1919 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local 1923 vend_idx = 0xffff; in hfcsusb_probe() 1929 vend_idx = i; in hfcsusb_probe() 1937 intf->minor, vend_idx); in hfcsusb_probe() 1939 if (vend_idx == 0xffff) { in hfcsusb_probe() 2084 hw->vend_idx = vend_idx; /* store found vendor */ in hfcsusb_probe() 2093 hfcsusb_idtab[vend_idx].driver_info; in hfcsusb_probe()
|
D | hfcsusb.h | 282 int vend_idx; /* index in hfcsusb_idtab */ member
|