Searched refs:read_usb (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.h | 83 #define read_usb(a, b, c) usb_control_msg((a)->dev, (a)->ctrl_in_pipe, 1, 0xC0, 0, (b), (c), 1, HFC… macro
|
D | hfc_usb.c | 1102 if (read_usb(hfc, HFCUSB_CHIP_ID, &b) != 1) { in hfc_usb_init()
|