Lines Matching defs:address
1323 int address = sanei_xml_get_prop_uint(el_endpoint, "address");
1345 sanei_usb_add_endpoint(&device, transfer_type, address,
1921 unsigned char busno, address;
1945 address = libusb_get_device_address (dev);
1952 busno, address, ret);
1963 vid, pid, busno, address);
1972 vid, pid, busno, address, sanei_libusb_strerror (ret));
1985 vid, pid, busno, address, ret);
1994 vid, pid, busno, address);
2004 vid, pid, busno, address, ret);
2055 vid, pid, busno, address);
2062 busno, address);
2099 unsigned char busno, address;
2123 address = usb_manager_get_device_address (dev);
2130 busno, address, ret);
2141 vid, pid, busno, address);
2150 vid, pid, busno, address, sanei_usb_manager_strerror (ret));
2163 vid, pid, busno, address, ret);
2172 vid, pid, busno, address);
2182 vid, pid, busno, address, ret);
2233 vid, pid, busno, address);
2240 busno, address);
2523 DBG(5, "%s: direction: %d, address: %d, transfer_type: %d\n",
2550 DBG(5, "%s: found %s-%s endpoint (address 0x%02x)\n",
2558 "(address: 0x%02x), ignoring the new one\n",
2567 "(address: 0x%02x), ignoring the new one\n",
2677 sanei_xml_set_hex_attr(e_endpoint, "address", endpoints[i].ep_address);
2860 int address, direction, transfer_type;
3374 int address, direction, transfer_type;
3449 "(address: %d)\n",
3451 direction ? "in" : "out", address);