Home
last modified time | relevance | path

Searched refs:read_usb (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
Dhfc_usb.h83 #define read_usb(a, b, c) usb_control_msg((a)->dev, (a)->ctrl_in_pipe, 1, 0xC0, 0, (b), (c), 1, HFC… macro
Dhfc_usb.c1102 if (read_usb(hfc, HFCUSB_CHIP_ID, &b) != 1) { in hfc_usb_init()