Home
last modified time | relevance | path

Searched refs:DPRINTFN (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/sys/dev/usb/
H A Dusb_dev.c194 DPRINTFN(2, "cpd=%p need uref=%d\n", cpd, need_uref); in usb_ref_device()
202 DPRINTFN(2, "no bus at %u\n", cpd->bus_index); in usb_ref_device()
207 DPRINTFN(2, "no device at %u\n", cpd->dev_index); in usb_ref_device()
212 DPRINTFN(2, "device is detached\n"); in usb_ref_device()
216 DPRINTFN(2, "ref udev - needed\n"); in usb_ref_device()
219 DPRINTFN(2, "no dev ref\n"); in usb_ref_device()
285 DPRINTFN(2, "ref write\n"); in usb_ref_device()
289 DPRINTFN(2, "ref read\n"); in usb_ref_device()
305 DPRINTFN(2, "fail\n"); in usb_ref_device()
353 DPRINTFN(2, "cpd=%p is_uref=%d\n", cpd, crd->is_uref); in usb_unref_device()
[all …]
H A Dusb_hub.c191 DPRINTFN(2, "\n"); in uhub_intr_callback()
434 DPRINTFN(6, "cannot reset root HUB\n"); in uhub_explore_handle_re_enumerate()
459 DPRINTFN(0, "Could not unconfigure " in uhub_explore_handle_re_enumerate()
464 DPRINTFN(6, "cannot set port feature\n"); in uhub_explore_handle_re_enumerate()
471 DPRINTFN(0, "Could not disable port " in uhub_explore_handle_re_enumerate()
563 DPRINTFN(4, "port %d, HUB looks dead, too many errors\n", portno); in uhub_read_port_status()
584 DPRINTFN(4, "port %d, wPortStatus=0x%04x, " in uhub_read_port_status()
706 DPRINTFN(0, "port %d reset " in uhub_reattach_port()
722 DPRINTFN(1, "giving up port %d reset - " in uhub_reattach_port()
786 DPRINTFN(0, "port %d U1 timeout " in uhub_reattach_port()
[all …]
H A Dusb_debug.h39 #define DPRINTFN(n,fmt,...) do { \ macro
45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
49 #define DPRINTFN(...) do { } while (0) macro
H A Dusb_device.c372 DPRINTFN(10, "udev=%p iface_index=%d address=0x%x " in usbd_get_endpoint()
681 DPRINTFN(6, "udev=%p index=%d\n", udev, index); in usbd_set_config_index()
726 DPRINTFN(0, "could not read " in usbd_set_config_index()
753 DPRINTFN(0, "power exceeded %d > %d\n", power, max_power); in usbd_set_config_index()
840 DPRINTFN(5, "iface_index=%d cmd=%d\n", in usb_config_parse()
940 DPRINTFN(5, "found idesc nendpt=%d\n", id->bNumEndpoints); in usb_config_parse()
961 DPRINTFN(5, "Found endpoint companion descriptor\n"); in usb_config_parse()
1289 DPRINTFN(4, "udev=%p\n", udev); in usb_detach_device()
1516 DPRINTFN(2, "end of interfaces " in usb_probe_and_attach()
1537 DPRINTFN(2, "iclass=%u/%u/%u iindex=%u/%u\n", in usb_probe_and_attach()
[all …]
H A Dusb_generic.c190 DPRINTFN(1, "flag=0x%x pid=%d name=%s\n", fflags, in ugen_open()
222 DPRINTFN(1, "flag=0x%x pid=%d name=%s\n", fflags, in ugen_close()
237 DPRINTFN(6, "no FIFOs\n"); in ugen_close()
421 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_read_callback()
473 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_write_callback()
516 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_read_clear_stall_callback()
533 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_write_clear_stall_callback()
546 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_isoc_read_callback()
551 DPRINTFN(6, "actlen=%d\n", xfer->actlen); in ugen_isoc_read_callback()
586 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_isoc_write_callback()
[all …]
H A Dusb_transfer.c1009 DPRINTFN(6, "setup array has zero length!\n"); in usbd_transfer_setup()
1013 DPRINTFN(6, "ifaces array is NULL!\n"); in usbd_transfer_setup()
1017 DPRINTFN(6, "using global lock\n"); in usbd_transfer_setup()
1327 DPRINTFN(0, "cannot allocate memory block for " in usbd_transfer_setup()
1591 DPRINTFN(0, "Too many frames: %u\n", in usbd_setup_ctrl_transfer()
1619 DPRINTFN(0, "Wrong framelength %u != %zu\n", in usbd_setup_ctrl_transfer()
1665 DPRINTFN(0, "Length (%d) greater than " in usbd_setup_ctrl_transfer()
1678 DPRINTFN(0, "Short control transfer without " in usbd_setup_ctrl_transfer()
1698 DPRINTFN(0, "Invalid parameter " in usbd_setup_ctrl_transfer()
2407 DPRINTFN(3, "case 5 and 6\n"); in usbd_callback_wrapper()
[all …]
H A Dusb_request.c443 DPRINTFN(5, "udev=%p bmRequestType=0x%02x bRequest=0x%02x " in usbd_do_request_flags()
487 DPRINTFN(1, "The handle request function " in usbd_do_request_flags()
866 DPRINTFN(2, "port %d reset returning error=%s\n", in usbd_req_reset_port()
965 DPRINTFN(2, "port %d warm reset returning error=%s\n", in usbd_req_warm_reset_port()
1005 DPRINTFN(4, "id=%d, type=%d, index=%d, max_len=%d\n", in usbd_req_get_desc()
1286 DPRINTFN(4, "confidx=%d\n", conf_index); in usbd_req_get_config_desc()
1359 DPRINTFN(4, "index=%d\n", index); in usbd_req_get_config_desc_full()
1404 DPRINTFN(4, "\n"); in usbd_req_get_device_desc()
1575 DPRINTFN(6, "setting device address=%d\n", addr); in usbd_req_set_address()
1795 DPRINTFN(5, "iface=%p, report=%d, endpt=%d\n", in usbd_req_set_protocol()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c215 DPRINTFN(-1, "No available channels. Mask: %04x\n", sc->sc_channel_mask); in musbotg_channel_alloc()
224 DPRINTFN(1, "ep_no=%d\n", td->channel); in musbotg_channel_free()
264 DPRINTFN(4, "\n"); in musbotg_clocks_on()
279 DPRINTFN(4, "\n"); in musbotg_clocks_off()
392 DPRINTFN(4, "addr=%d\n", addr); in musbotg_set_address()
415 DPRINTFN(1, "ep_no=%d\n", td->channel); in musbotg_dev_ctrl_setup_rx()
423 DPRINTFN(4, "csr=0x%02x\n", csr); in musbotg_dev_ctrl_setup_rx()
433 DPRINTFN(1, "CSR0 DATAEND\n"); in musbotg_dev_ctrl_setup_rx()
455 DPRINTFN(1, "EP0 BUSY\n"); in musbotg_dev_ctrl_setup_rx()
466 DPRINTFN(1, "Invalid SETUP packet " in musbotg_dev_ctrl_setup_rx()
[all …]
H A Datmegadci.c152 DPRINTFN(5, "\n"); in atmegadci_clocks_on()
172 DPRINTFN(5, "\n"); in atmegadci_clocks_off()
234 DPRINTFN(5, "addr=%d\n", addr); in atmegadci_set_address()
258 DPRINTFN(5, "UEINTX=0x%02x\n", temp); in atmegadci_setup_rx()
275 DPRINTFN(0, "Invalid SETUP packet " in atmegadci_setup_rx()
280 DPRINTFN(0, "Unsupported SETUP packet " in atmegadci_setup_rx()
311 DPRINTFN(5, "stalling\n"); in atmegadci_setup_rx()
350 DPRINTFN(5, "temp=0x%02x rem=%u\n", temp, td->remainder); in atmegadci_data_rx()
358 DPRINTFN(5, "faking complete\n"); in atmegadci_data_rx()
462 DPRINTFN(5, "temp=0x%02x rem=%u\n", temp, td->remainder); in atmegadci_data_tx()
[all …]
H A Davr32dci.c200 DPRINTFN(5, "\n"); in avr32dci_clocks_on()
215 DPRINTFN(5, "\n"); in avr32dci_clocks_off()
267 DPRINTFN(5, "addr=%d\n", addr); in avr32dci_set_address()
286 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_setup_rx()
298 DPRINTFN(0, "Invalid SETUP packet " in avr32dci_setup_rx()
303 DPRINTFN(0, "Unsupported SETUP packet " in avr32dci_setup_rx()
339 DPRINTFN(5, "stalling\n"); in avr32dci_setup_rx()
368 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_data_rx()
376 DPRINTFN(5, "faking complete\n"); in avr32dci_data_rx()
465 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_data_tx()
[all …]
H A Duss820dci.c236 DPRINTFN(0, "not supported\n"); in uss820dci_wakeup_peer()
242 DPRINTFN(5, "addr=%d\n", addr); in uss820dci_set_address()
261 DPRINTFN(5, "rx_stat=0x%02x rem=%u\n", rx_stat, td->remainder); in uss820dci_setup_rx()
287 DPRINTFN(0, "Invalid SETUP packet " in uss820dci_setup_rx()
292 DPRINTFN(0, "Unsupported SETUP packet " in uss820dci_setup_rx()
354 DPRINTFN(5, "stalling\n"); in uss820dci_setup_rx()
396 DPRINTFN(5, "rx_stat=0x%02x rx_flag=0x%02x rem=%u\n", in uss820dci_data_rx()
407 DPRINTFN(5, "faking complete\n"); in uss820dci_data_rx()
419 DPRINTFN(5, "overflow or underflow\n"); in uss820dci_data_rx()
441 DPRINTFN(5, "count=0x%04x\n", count); in uss820dci_data_rx()
[all …]
H A Duhci.c283 DPRINTFN(2, "Already started\n"); in uhci_restart()
287 DPRINTFN(2, "Restarting\n"); in uhci_restart()
306 DPRINTFN(2, "Failed\n"); in uhci_restart()
391 DPRINTFN(2, "enabling\n"); in uhci_start()
708 DPRINTFN(0, "%s regs: cmd=%04x, sts=%04x, intr=%04x, frnum=%04x, " in uhci_dumpregs()
790 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh, in uhci_dump_qh()
841 DPRINTFN(6, "add\n"); in uhci_add_loop()
864 DPRINTFN(6, "remove\n"); in uhci_rem_loop()
892 DPRINTFN(11, "%p to %p\n", std, last); in _uhci_append_td()
918 DPRINTFN(11, "%p to %p\n", sqh, last); in _uhci_append_qh()
[all …]
H A Dxhci.c182 DPRINTFN(5, "trb = %p\n", trb); in xhci_dump_trb()
183 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
184 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
185 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
191 DPRINTFN(5, "pep = %p\n", pep); in xhci_dump_endpoint()
192 DPRINTFN(5, "dwEpCtx0=0x%08x\n", le32toh(pep->dwEpCtx0)); in xhci_dump_endpoint()
193 DPRINTFN(5, "dwEpCtx1=0x%08x\n", le32toh(pep->dwEpCtx1)); in xhci_dump_endpoint()
194 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)le64toh(pep->qwEpCtx2)); in xhci_dump_endpoint()
195 DPRINTFN(5, "dwEpCtx4=0x%08x\n", le32toh(pep->dwEpCtx4)); in xhci_dump_endpoint()
196 DPRINTFN(5, "dwEpCtx5=0x%08x\n", le32toh(pep->dwEpCtx5)); in xhci_dump_endpoint()
[all …]
H A Ddwc_otg.c326 DPRINTFN(-1, "Not enough data space for EP0 FIFO.\n"); in dwc_otg_init_fifo()
506 DPRINTFN(5, "\n"); in dwc_otg_clocks_on()
518 DPRINTFN(5, "\n"); in dwc_otg_clocks_off()
626 DPRINTFN(5, "Remote wakeup\n"); in dwc_otg_wakeup_peer()
672 DPRINTFN(5, "addr=%d\n", addr); in dwc_otg_set_address()
683 DPRINTFN(5, "RX status clear\n"); in dwc_otg_common_rx_ack()
1128 DPRINTFN(5, "GRXSTSR=0x%08x\n", sc->sc_last_rx_status); in dwc_otg_setup_rx()
1137 DPRINTFN(0, "Unsupported SETUP packet " in dwc_otg_setup_rx()
1178 DPRINTFN(5, "stalling IN and OUT direction\n"); in dwc_otg_setup_rx()
1686 DPRINTFN( in dwc_otg_data_rx()
[all...]
H A Dohci.c659 DPRINTFN(11, "%p to %p\n", sed, last); in _ohci_append_qh()
663 DPRINTFN(0, "ED already linked!\n"); in _ohci_append_qh()
692 DPRINTFN(11, "%p from %p\n", sed, last); in _ohci_remove_qh()
883 DPRINTFN(16, "error cc=%d (%s)\n", in ohci_non_isoc_done_sub()
895 DPRINTFN(13, "xfer=%p endpoint=%p transfer done\n", in ohci_non_isoc_done()
992 DPRINTFN(13, "xfer=%p following alt next\n", xfer); in ohci_check_transfer_sub()
1027 DPRINTFN(13, "xfer=%p checking transfer\n", xfer); in ohci_check_transfer()
1060 DPRINTFN(13, "xfer=%p is still active\n", xfer); in ohci_check_transfer()
1067 DPRINTFN(5, "\n"); in ohci_rhsc_enable()
1115 DPRINTFN(16, "real interrupt\n"); in ohci_interrupt()
[all …]
H A Dehci.c922 DPRINTFN(11, "%p to %p\n", std, last); in _ehci_append_fs_td()
948 DPRINTFN(11, "%p to %p\n", std, last); in _ehci_append_hs_td()
974 DPRINTFN(11, "%p to %p\n", sqh, last); in _ehci_append_qh()
978 DPRINTFN(0, "QH already linked!\n"); in _ehci_append_qh()
1006 DPRINTFN(11, "%p from %p\n", std, last); in _ehci_remove_fs_td()
1026 DPRINTFN(11, "%p from %p\n", std, last); in _ehci_remove_hs_td()
1046 DPRINTFN(11, "%p from %p\n", sqh, last); in _ehci_remove_qh()
1164 DPRINTFN(11, "error, addr=%d, endpt=0x%02x, frame=0x%02x" in ehci_non_isoc_done_sub()
1195 DPRINTFN(13, "xfer=%p endpoint=%p transfer done\n", in ehci_non_isoc_done()
1258 DPRINTFN(13, "xfer=%p checking transfer\n", xfer); in ehci_check_transfer()
[all …]
/freebsd/sys/dev/atopcase/
H A Datopcase.c69 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, "wakeup: %p\n", chan); \
125 DPRINTFN(ATOPCASE_LLEVEL_TRACE, "Status: %*D\n", 4, status_buffer, " "); in atopcase_receive_status()
128 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, "Wrote command\n"); in atopcase_receive_status()
151 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, in atopcase_process_message()
158 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, in atopcase_process_message()
231 DPRINTFN(ATOPCASE_LLEVEL_TRACE, "Response: %*D\n", 256, &pkt, " "); in atopcase_receive_packet()
234 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, "packet with failed checksum\n"); in atopcase_receive_packet()
243 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, "'Nothing' packet: %*D\n", 4, in atopcase_receive_packet()
250 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, in atopcase_receive_packet()
260 DPRINTFN(ATOPCASE_LLEVEL_DEBUG, in atopcase_receive_packet()
[all …]
/freebsd/sys/dev/hid/
H A Dhid.c180 DPRINTFN(0, "Only one bit can be " in hid_start_parse()
267 DPRINTFN(1, "Using last usage\n"); in hid_get_item()
277 DPRINTFN(0, "HID_ITEM_MAXUSAGE should be increased " in hid_get_item()
287 DPRINTFN(1, "%u,%u,%u\n", h->loc.pos, in hid_get_item()
348 DPRINTFN(0, "bad length %u (data=0x%02x)\n", in hid_get_item()
366 DPRINTFN(0, "Number of " in hid_get_item()
401 DPRINTFN(0, "invalid end collection\n"); in hid_get_item()
408 DPRINTFN(0, "Main bTag=%d\n", bTag); in hid_get_item()
449 DPRINTFN(0, "Cannot push item @ %d\n", s->pushlevel); in hid_get_item()
463 DPRINTFN(0, "Cannot pop item @ 0\n"); in hid_get_item()
[all …]
H A Du2f.c243 DPRINTFN(5, "len=%d\n", len); in u2f_intr()
244 DPRINTFN(5, "data = %*D\n", len, buf, " "); in u2f_intr()
321 DPRINTFN(1, "\n"); in u2f_read()
341 DPRINTFN(5, "sleep on %p\n", &sc->sc_buf); in u2f_read()
344 DPRINTFN(5, "woke, error=%d\n", error); in u2f_read()
362 DPRINTFN(5, "got %lu chars\n", (u_long)length); in u2f_read()
376 DPRINTFN(1, "\n"); in u2f_write()
422 DPRINTFN(2, "cmd=%lx\n", cmd); in u2f_ioctl()
571 DPRINTFN(5, "waking %p\n", &sc->sc_buf); in u2f_notify()
H A Dhidmap.c52 #define DPRINTFN(hm, n, fmt, ...) do { \ macro
58 #define DPRINTF(hm, ...) DPRINTFN(hm, 1, __VA_ARGS__)
61 #define DPRINTFN(...) do { } while (0) macro
191 DPRINTFN(hm, 6, "hm=%p len=%d\n", hm, len); in hidmap_intr()
192 DPRINTFN(hm, 6, "data = %*D\n", len, buf, " "); in hidmap_intr()
207 DPRINTFN(hm, 6, "type=%d item=%*D\n", hi->type, in hidmap_intr()
229 DPRINTFN(hm, 6, "type=%d data=%d item=%*D\n", hi->type, data, in hidmap_intr()
648 DPRINTFN(hm, 6, "usage=%04x id=%d loc=%u/%u type=%d item=%*D\n", in hidmap_parse_hid_item()
762 DPRINTFN(hm, 11, "hm=%p\n", hm); in hidmap_attach()
808 DPRINTFN(hm, 11, "\n"); in hidmap_detach()
H A Dhidraw.c285 DPRINTFN(5, "len=%d\n", len); in hidraw_intr()
286 DPRINTFN(5, "data = %*D\n", len, buf, " "); in hidraw_intr()
319 DPRINTFN(5, "waking %p\n", &sc->sc_q); in hidraw_lock_queue()
420 DPRINTFN(1, "\n"); in hidraw_read()
435 DPRINTFN(1, "immed\n"); in hidraw_read()
452 DPRINTFN(5, "sleep on %p\n", &sc->sc_q); in hidraw_read()
455 DPRINTFN(5, "woke, error=%d\n", error); in hidraw_read()
470 DPRINTFN(5, "got %lu chars\n", (u_long)length); in hidraw_read()
503 DPRINTFN(1, "\n"); in hidraw_write()
585 DPRINTFN(2, "cmd=%lx\n", cmd); in hidraw_ioctl()
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_cdce.c349 DPRINTFN(1, "Found NCM functional descriptor.\n"); in cdce_ncm_init()
386 DPRINTFN(1, "Using default maximum receive length\n"); in cdce_ncm_init()
394 DPRINTFN(1, "Using default maximum transmit length\n"); in cdce_ncm_init()
408 DPRINTFN(1, "Using default other alignment: 4 bytes\n"); in cdce_ncm_init()
422 DPRINTFN(1, "Using default transmit modulus: 4 bytes\n"); in cdce_ncm_init()
429 DPRINTFN(1, "Using default transmit remainder: 0 bytes\n"); in cdce_ncm_init()
446 DPRINTFN(1, "Using default max " in cdce_ncm_init()
474 DPRINTFN(1, "Setting input size " in cdce_ncm_init()
488 DPRINTFN(1, "Setting CRC mode to off failed.\n"); in cdce_ncm_init()
501 DPRINTFN(1, "Setting NTB format to 16-bit failed.\n"); in cdce_ncm_init()
[all …]
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_rtl.c243 DPRINTFN(2, "hci_version 0x%02x\n", ver.hci_version); in ubt_rtl_probe()
244 DPRINTFN(2, "hci_revision 0x%04x\n", le16toh(ver.hci_revision)); in ubt_rtl_probe()
245 DPRINTFN(2, "lmp_version 0x%02x\n", ver.lmp_version); in ubt_rtl_probe()
246 DPRINTFN(2, "lmp_subversion 0x%04x\n", le16toh(ver.lmp_subversion)); in ubt_rtl_probe()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c833 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
845 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
853 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
861 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
948 DPRINTFN(0, "Endpoint 0 does not " in usb_hw_ep_resolve()
1006 DPRINTFN(0, "Could not get needs\n"); in usb_hw_ep_resolve()
1017 DPRINTFN(0, "Could not find match\n"); in usb_hw_ep_resolve()
1031 DPRINTFN(0, "Could not update endpoint address\n"); in usb_hw_ep_resolve()
1374 DPRINTFN(0, "Could not resolve endpoints for " in usb_temp_setup()
1386 DPRINTFN(0, "Could not resolve endpoints for " in usb_temp_setup()
/freebsd/sys/dev/ral/
H A Drt2560.c76 #define DPRINTFN(sc, n, fmt, ...) do { \ macro
82 #define DPRINTFN(sc, n, fmt, ...) macro
893 DPRINTFN(sc, 15, "encryption done idx=%u\n", in rt2560_encryption_intr()
940 DPRINTFN(sc, 10, "%s\n", "data frame sent successfully"); in rt2560_tx_intr()
950 DPRINTFN(sc, 9, "data frame sent after %u retries\n", in rt2560_tx_intr()
961 DPRINTFN(sc, 9, "data frame failed after %d retries\n", in rt2560_tx_intr()
987 DPRINTFN(sc, 15, "tx done idx=%u\n", sc->txq.next); in rt2560_tx_intr()
1025 DPRINTFN(sc, 10, "%s\n", "mgt frame sent successfully"); in rt2560_prio_intr()
1029 DPRINTFN(sc, 9, "mgt frame sent after %u retries\n", in rt2560_prio_intr()
1034 DPRINTFN(sc, 9, "%s\n", in rt2560_prio_intr()
[all …]

1234