Lines Matching defs:func
548 lookup_sym_hdl(usb_dev_handle *dev, int sym_index, const char *func)
552 if ((pindex = get_pindex(dev, func)) < 0) {
680 get_pindex(struct usb_dev_handle *dev, const char *func)
686 "%s: Invalid device handle \n", func);
693 "%s: device handle not found\n", func);
732 char *func = "usb_init";
759 "%s: could not load plugin modules\n", func);
879 "could not get symbol for %s\n", func);
894 char *func = "usb_set_debug";
916 "could not find symbol for %s\n", func);
940 char *func = "usb_find_busses";
955 "could not get symbol for %s\n", func);
1029 char *func = "usb_open";
1038 "%s: could not map device pointer to bus\n", func);
1047 usb_dprintf(DEBUG_ERRORS, "%s: Symbol not found \n", func);
1055 usb_dprintf(DEBUG_ERRORS, "%s:No Memory to add device\n", func);
1065 char *func = "usb_close";
1068 pindex = get_pindex(dev, func);
1074 "could not find symbol for %s\n", func);
1088 char *func = "usb_get_string";
1092 (lookup_sym_hdl(dev, USB_GET_STRING, func))) == NULL) {
1094 "could not find symbol for %s\n", func);
1105 char *func = "usb_get_string_simple";
1109 (lookup_sym_hdl(dev, USB_GET_STRING_SIMPLE, func))) == NULL) {
1111 "could not find symbol for %s\n", func);
1122 char *func = "usb_get_descriptor_by_endpoint";
1127 (lookup_sym_hdl(dev, USB_GET_DESCRIPTOR_BY_ENDPOINT, func)))
1130 "could not find symbol for %s\n", func);
1141 char *func = "usb_get_descriptor";
1146 (lookup_sym_hdl(dev, USB_GET_DESCRIPTOR, func))) == NULL) {
1148 "could not find symbol for %s\n", func);
1158 char *func = "usb_bulk_write";
1162 (lookup_sym_hdl(dev, USB_BULK_WRITE, func))) == NULL) {
1164 "could not find symbol for %s\n", func);
1173 char *func = "usb_bulk_read";
1177 (lookup_sym_hdl(dev, USB_BULK_READ, func))) == NULL) {
1179 "could not find symbol for %s\n", func);
1190 char *func = "usb_interrupt_read";
1194 (lookup_sym_hdl(dev, USB_INTERRUPT_READ, func))) == NULL) {
1196 "could not find symbol for %s\n", func);
1207 char *func = "usb_interrupt_write";
1211 (lookup_sym_hdl(dev, USB_INTERRUPT_WRITE, func))) == NULL) {
1213 "could not find symbol for %s\n", func);
1224 char *func = "usb_control_msg";
1228 (lookup_sym_hdl(dev, USB_CONTROL_MSG, func))) == NULL) {
1230 "could not find symbol for %s\n", func);
1241 char *func = "usb_set_configuration";
1245 (lookup_sym_hdl(dev, USB_SET_CONFIGURATION, func))) == NULL) {
1247 "could not find symbol for %s\n", func);
1257 char *func = "usb_claim_interface";
1261 (lookup_sym_hdl(dev, USB_CLAIM_INTERFACE, func))) == NULL) {
1263 "could not find symbol for %s\n", func);
1273 char *func = "usb_release_interface";
1277 (lookup_sym_hdl(dev, USB_RELEASE_INTERFACE, func))) == NULL) {
1279 "could not find symbol for %s\n", func);
1289 char *func = "usb_set_altinterface";
1293 (lookup_sym_hdl(dev, USB_SET_ALTINTERFACE, func))) == NULL) {
1295 "could not find symbol for %s\n", func);
1305 char *func = "usb_resetep";
1309 (lookup_sym_hdl(dev, USB_RESETEP, func))) == NULL) {
1311 "could not find symbol for %s\n", func);
1322 char *func = "usb_clear_halt";
1326 (lookup_sym_hdl(dev, USB_CLEAR_HALT, func))) == NULL) {
1328 "could not find symbol for %s\n", func);
1338 char *func = "usb_reset";
1342 (lookup_sym_hdl(dev, USB_RESET, func))) == NULL) {
1344 "could not find symbol for %s\n", func);
1388 char *func = "usb_device";
1392 (lookup_sym_hdl(dev, USB_DEVICE, func))) == NULL) {
1394 "could not find symbol for %s\n", func);
1420 char *func = "usb_strerror";
1431 "could not find symbol for %s\n", func);