Lines Matching +full:bus +full:- +full:addr

4 …_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "bus %d, p…
5 usb_packet_state_fault(int bus, const char *port, int ep, void *p, const char *o, const char *n) "b…
7 # bus.c
8 usb_port_claim(int bus, const char *port) "bus %d, port %s"
9 usb_port_attach(int bus, const char *port, const char *devspeed, const char *portspeed) "bus %d, po…
10 usb_port_detach(int bus, const char *port) "bus %d, port %s"
11 usb_port_release(int bus, const char *port) "bus %d, port %s"
13 # hcd-ohci-pci.c
16 # hcd-ohci.c
17 usb_ohci_iso_td_read_failed(uint32_t addr) "ISO_TD read error at 0x%x"
38 usb_ohci_remote_wakeup(const char *s) "%s: SUSPEND->RESUME"
50 usb_ohci_td_read_error(uint32_t addr) "TD read error at 0x%x"
53 usb_ohci_td_pkt_hdr(uint32_t addr, int64_t pktlen, int64_t len, const char *s, int flag_r, uint32_t…
58 usb_ohci_ed_read_error(uint32_t addr) "ED read error at 0x%x"
61 usb_ohci_hcca_read_error(uint32_t addr) "HCCA read error at 0x%x"
62 …mem_read(uint32_t size, const char *name, uint32_t addr, uint32_t offs, uint32_t val) "%d %s 0x%x …
63 … size, const char *name, uint32_t port, uint32_t addr, uint32_t offs, uint32_t val) "%d %s[%d] 0x%…
64 usb_ohci_mem_read_unaligned(uint32_t addr) "at 0x%x"
65 usb_ohci_mem_read_bad_offset(uint32_t addr) "0x%x"
66 …m_write(uint32_t size, const char *name, uint32_t addr, uint32_t offs, uint32_t val) "%d %s 0x%x %…
67 …size, const char *name, uint32_t port, uint32_t addr, uint32_t offs, uint32_t val) "%d %s[%d] 0x%x…
68 usb_ohci_mem_write_unaligned(uint32_t addr) "at 0x%x"
69 usb_ohci_mem_write_bad_offset(uint32_t addr) "0x%x"
78 # hcd-ehci.c
81 usb_ehci_opreg_read(uint32_t addr, const char *str, uint32_t val) "rd mmio 0x%04x [%s] = 0x%x"
82 usb_ehci_opreg_write(uint32_t addr, const char *str, uint32_t val) "wr mmio 0x%04x [%s] = 0x%x"
83 usb_ehci_opreg_change(uint32_t addr, const char *str, uint32_t new, uint32_t old) "ch mmio 0x%04x […
84 usb_ehci_portsc_read(uint32_t addr, uint32_t port, uint32_t val) "rd mmio 0x%04x [port %d] = 0x%x"
85 usb_ehci_portsc_write(uint32_t addr, uint32_t port, uint32_t val) "wr mmio 0x%04x [port %d] = 0x%x"
86 usb_ehci_portsc_change(uint32_t addr, uint32_t port, uint32_t new, uint32_t old) "ch mmio 0x%04x [p…
89 usb_ehci_qh_ptrs(void *q, uint32_t addr, uint32_t nxt, uint32_t c_qtd, uint32_t n_qtd, uint32_t a_q…
90 usb_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - r…
91 usb_ehci_qh_bits(uint32_t addr, int c, int h, int dtc, int i) "QH @ 0x%08x - c %d, h %d, dtc %d, i …
92 usb_ehci_qtd_ptrs(void *q, uint32_t addr, uint32_t nxt, uint32_t altnext) "q %p - QTD @ 0x%08x: nex…
93 usb_ehci_qtd_fields(uint32_t addr, int tbytes, int cpage, int cerr, int pid) "QTD @ 0x%08x - tbytes…
94 usb_ehci_qtd_bits(uint32_t addr, int ioc, int active, int halt, int babble, int xacterr) "QTD @ 0x%…
95 …sb_ehci_itd(uint32_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t deva…
96 usb_ehci_sitd(uint32_t addr, uint32_t nxt, uint32_t active) "ITD @ 0x%08x: next 0x%08x - active %d"
99 usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
111 # hcd-uhci.c
120 usb_uhci_mmio_readw(uint32_t addr, uint32_t val) "addr 0x%04x, ret 0x%04x"
121 usb_uhci_mmio_writew(uint32_t addr, uint32_t val) "addr 0x%04x, val 0x%04x"
124 usb_uhci_packet_add(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
125 usb_uhci_packet_link_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
126 usb_uhci_packet_unlink_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
127 usb_uhci_packet_cancel(uint32_t token, uint32_t addr, int done) "token 0x%x, td 0x%x, done %d"
128 usb_uhci_packet_complete_success(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
129 usb_uhci_packet_complete_shortxfer(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
130 usb_uhci_packet_complete_stall(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
131 usb_uhci_packet_complete_babble(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
132 usb_uhci_packet_complete_error(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
133 usb_uhci_packet_del(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
141 # hcd-xhci.c
161 usb_xhci_fetch_trb(uint64_t addr, const char *name, uint64_t param, uint32_t status, uint32_t contr…
177 …tate(uint32_t slotid, uint32_t epid, const char *os, const char *ns) "slotid %d, epid %d, %s -> %s"
187 # hcd-dwc2.c
196 usb_dwc2_find_device(uint8_t addr) "%d"
201 usb_dwc2_memory_read(uint32_t addr, uint32_t len) "addr %d len %d"
205 usb_dwc2_memory_write(uint32_t addr, uint32_t len) "addr %d len %d"
209 usb_dwc2_attach_speed(const char *speed) "%s-speed device attached"
218 usb_dwc2_glbreg_read(uint64_t addr, const char *reg, uint32_t val) " 0x%04" PRIx64 " %s val 0x%08x"
219 usb_dwc2_glbreg_write(uint64_t addr, const char *reg, uint64_t val, uint32_t old, uint64_t result) …
220 usb_dwc2_fszreg_read(uint64_t addr, uint32_t val) " 0x%04" PRIx64 " HPTXFSIZ val 0x%08x"
221 usb_dwc2_fszreg_write(uint64_t addr, uint64_t val, uint32_t old, uint64_t result) "0x%04" PRIx64 " …
222 usb_dwc2_hreg0_read(uint64_t addr, const char *reg, uint32_t val) " 0x%04" PRIx64 " %s val 0x%08x"
223 usb_dwc2_hreg0_write(uint64_t addr, const char *reg, uint64_t val, uint32_t old, uint64_t result) "…
224 usb_dwc2_hreg1_read(uint64_t addr, const char *reg, uint64_t chan, uint32_t val) " 0x%04" PRIx64 "…
225 usb_dwc2_hreg1_write(uint64_t addr, const char *reg, uint64_t chan, uint64_t val, uint32_t old, uin…
226 usb_dwc2_pcgreg_read(uint64_t addr, const char *reg, uint32_t val) " 0x%04" PRIx64 " %s val 0x%08x"
227 usb_dwc2_pcgreg_write(uint64_t addr, const char *reg, uint64_t val, uint32_t old, uint64_t result) …
228 usb_dwc2_hreg2_read(uint64_t addr, uint64_t fifo, uint32_t val) " 0x%04" PRIx64 " FIFO%" PRId64 " …
229 usb_dwc2_hreg2_write(uint64_t addr, uint64_t fifo, uint64_t val, uint32_t old, uint64_t result) " 0…
238 usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d"
239 usb_desc_device_qualifier(int addr, int len, int ret) "dev %d query device qualifier, len %d, ret %…
240 usb_desc_config(int addr, int index, int len, int ret) "dev %d query config %d, len %d, ret %d"
241 usb_desc_other_speed_config(int addr, int index, int len, int ret) "dev %d query config %d, len %d,…
242 usb_desc_string(int addr, int index, int len, int ret) "dev %d query string %d, len %d, ret %d"
243 usb_desc_bos(int addr, int len, int ret) "dev %d bos, len %d, ret %d"
244 usb_desc_msos(int addr, int index, int len, int ret) "dev %d msos, index 0x%x, len %d, ret %d"
245 usb_set_addr(int addr) "dev %d"
246 usb_set_config(int addr, int config, int ret) "dev %d, config %d, ret %d"
247 usb_set_interface(int addr, int iface, int alt, int ret) "dev %d, interface %d, altsetting %d, ret …
248 usb_clear_device_feature(int addr, int feature, int ret) "dev %d, feature %d, ret %d"
249 usb_set_device_feature(int addr, int feature, int ret) "dev %d, feature %d, ret %d"
251 # dev-hub.c
252 usb_hub_reset(int addr) "dev %d"
253 usb_hub_control(int addr, int request, int value, int index, int length) "dev %d, req 0x%x, value %…
254 usb_hub_get_port_status(int addr, int nr, int status, int changed) "dev %d, port %d, status 0x%x, c…
255 usb_hub_set_port_feature(int addr, int nr, const char *f) "dev %d, port %d, feature %s"
256 usb_hub_clear_port_feature(int addr, int nr, const char *f) "dev %d, port %d, feature %s"
257 usb_hub_attach(int addr, int nr) "dev %d, port %d"
258 usb_hub_detach(int addr, int nr) "dev %d, port %d"
259 usb_hub_status_report(int addr, int status) "dev %d, status 0x%x"
261 # dev-storage.c
269 …igned flags, unsigned len, unsigned data_len) "lun %u, tag 0x%x, flags 0x%08x, len %d, data-len %d"
274 # dev-uas.c
275 usb_uas_reset(int addr) "dev %d"
276 usb_uas_command(int addr, uint16_t tag, int lun, uint32_t lun64_1, uint32_t lun64_2) "dev %d, tag 0…
277 usb_uas_response(int addr, uint16_t tag, uint8_t code) "dev %d, tag 0x%x, code 0x%x"
278 usb_uas_sense(int addr, uint16_t tag, uint8_t status) "dev %d, tag 0x%x, status 0x%x"
279 usb_uas_read_ready(int addr, uint16_t tag) "dev %d, tag 0x%x"
280 usb_uas_write_ready(int addr, uint16_t tag) "dev %d, tag 0x%x"
281 …int addr, uint16_t tag, uint32_t copy, uint32_t uoff, uint32_t usize, uint32_t soff, uint32_t ssiz…
282 usb_uas_scsi_data(int addr, uint16_t tag, uint32_t bytes) "dev %d, tag 0x%x, bytes %d"
283 usb_uas_scsi_complete(int addr, uint16_t tag, uint32_t status, uint32_t resid) "dev %d, tag 0x%x, s…
284 usb_uas_tmf_abort_task(int addr, uint16_t tag, uint16_t task_tag) "dev %d, tag 0x%x, task-tag 0x%x"
285 usb_uas_tmf_logical_unit_reset(int addr, uint16_t tag, int lun) "dev %d, tag 0x%x, lun %d"
286 usb_uas_tmf_unsupported(int addr, uint16_t tag, uint32_t function) "dev %d, tag 0x%x, function 0x%x"
288 # dev-mtp.c
289 usb_mtp_reset(int addr) "dev %d"
313 # host-libusb.c
314 usb_host_open_started(int bus, int addr) "dev %d:%d"
316 usb_host_open_success(int bus, int addr) "dev %d:%d"
317 usb_host_open_failure(int bus, int addr) "dev %d:%d"
318 usb_host_close(int bus, int addr) "dev %d:%d"
319 usb_host_attach_kernel(int bus, int addr, int interface) "dev %d:%d, if %d"
320 usb_host_detach_kernel(int bus, int addr, int interface) "dev %d:%d, if %d"
321 usb_host_set_address(int bus, int addr, int config) "dev %d:%d, address %d"
322 usb_host_set_config(int bus, int addr, int config) "dev %d:%d, config %d"
323 usb_host_set_interface(int bus, int addr, int interface, int alt) "dev %d:%d, interface %d, alt %d"
324 usb_host_claim_interface(int bus, int addr, int config, int interface) "dev %d:%d, config %d, if %d"
325 usb_host_release_interface(int bus, int addr, int interface) "dev %d:%d, if %d"
326 usb_host_req_control(int bus, int addr, void *p, int req, int value, int index) "dev %d:%d, packet …
327 usb_host_req_data(int bus, int addr, void *p, int in, int ep, int size) "dev %d:%d, packet %p, in %…
328 usb_host_req_complete(int bus, int addr, void *p, int status, int length) "dev %d:%d, packet %p, st…
329 usb_host_req_emulated(int bus, int addr, void *p, int status) "dev %d:%d, packet %p, status %d"
330 usb_host_req_canceled(int bus, int addr, void *p) "dev %d:%d, packet %p"
331 usb_host_iso_start(int bus, int addr, int ep) "dev %d:%d, ep %d"
332 usb_host_iso_stop(int bus, int addr, int ep) "dev %d:%d, ep %d"
333 usb_host_iso_out_of_bufs(int bus, int addr, int ep) "dev %d:%d, ep %d"
334 usb_host_reset(int bus, int addr) "dev %d:%d"
337 usb_host_parse_config(int bus, int addr, int value, int active) "dev %d:%d, value %d, active %d"
338 usb_host_parse_interface(int bus, int addr, int num, int alt, int active) "dev %d:%d, num %d, alt %…
339 usb_host_parse_endpoint(int bus, int addr, int ep, const char *dir, const char *type, int active) "…
340 usb_host_parse_error(int bus, int addr, const char *errmsg) "dev %d:%d, msg %s"
341 usb_host_remote_wakeup_removed(int bus, int addr) "dev %d:%d"
343 # dev-serial.c
344 usb_serial_reset(int bus, int addr) "dev %d:%u reset"
345 usb_serial_handle_control(int bus, int addr, int request, int value) "dev %d:%u got control 0x%x, v…
346 usb_serial_unsupported_parity(int bus, int addr, int value) "dev %d:%u unsupported parity %d"
347 usb_serial_unsupported_stopbits(int bus, int addr, int value) "dev %d:%u unsupported stop bits %d"
348 usb_serial_unsupported_control(int bus, int addr, int request, int value) "dev %d:%u got unsupporte…
349 usb_serial_unsupported_data_bits(int bus, int addr, int value) "dev %d:%u unsupported data bits %d,…
350 usb_serial_bad_token(int bus, int addr) "dev %d:%u bad token"
351 usb_serial_set_baud(int bus, int addr, int baud) "dev %d:%u baud rate %d"
352 usb_serial_set_data(int bus, int addr, int parity, int data, int stop) "dev %d:%u parity %c, data b…
353 usb_serial_set_flow_control(int bus, int addr, int index) "dev %d:%u flow control %d"
354 usb_serial_set_xonxoff(int bus, int addr, uint8_t xon, uint8_t xoff) "dev %d:%u xon 0x%x xoff 0x%x"
358 canokey_emu_set_address(uint8_t addr) "addr %d"