Home
last modified time | relevance | path

Searched refs:dbc (Results 1 – 13 of 13) sorted by relevance

/drivers/usb/host/
A Dxhci-dbgcap.c221 req->dbc = dbc; in dbc_alloc_request()
380 dep->dbc = dbc; in xhci_dbc_do_eps_init()
1004 dbc = xhci->dbc; in dbc_show()
1020 dbc = xhci->dbc; in dbc_store()
1040 dbc = xhci->dbc; in dbc_idVendor_show()
1061 dbc = xhci->dbc; in dbc_idVendor_store()
1082 dbc = xhci->dbc; in dbc_idProduct_show()
1103 dbc = xhci->dbc; in dbc_idProduct_store()
1123 dbc = xhci->dbc; in dbc_bcdDevice_show()
1144 dbc = xhci->dbc; in dbc_bcdDevice_store()
[all …]
A Dxhci-dbgtty.c24 return dbc->priv; in dbc_to_port()
152 struct dbc_port *port = dbc_to_port(dbc); in dbc_read_complete()
187 struct dbc_port *port = dbc_to_port(dbc); in dbc_write_complete()
475 struct dbc_port *port = dbc_to_port(dbc); in xhci_dbc_tty_register_device()
480 xhci_dbc_tty_init_port(dbc, port); in xhci_dbc_tty_register_device()
534 struct dbc_port *port = dbc_to_port(dbc); in xhci_dbc_tty_unregister_device()
559 struct xhci_dbc *dbc; in xhci_dbc_tty_probe() local
572 if (!dbc) { in xhci_dbc_tty_probe()
577 dbc->priv = port; in xhci_dbc_tty_probe()
580 xhci->dbc = dbc; in xhci_dbc_tty_probe()
[all …]
A Dxhci-dbgcap.h88 struct xhci_dbc *dbc; member
120 int (*configure)(struct xhci_dbc *dbc);
121 void (*disconnect)(struct xhci_dbc *dbc);
158 void (*complete)(struct xhci_dbc *dbc,
164 struct xhci_dbc *dbc; member
197 static inline struct dbc_ep *get_in_ep(struct xhci_dbc *dbc) in get_in_ep() argument
199 return &dbc->eps[BULK_IN]; in get_in_ep()
204 return &dbc->eps[BULK_OUT]; in get_out_ep()
215 void xhci_dbc_tty_remove(struct xhci_dbc *dbc);
218 void xhci_dbc_remove(struct xhci_dbc *dbc);
[all …]
A Dxhci.h1673 void *dbc; member
/drivers/accel/qaic/
A Dqaic_data.c877 bo->dbc = &qdev->dbc[hdr->dbc_id]; in qaic_prepare_bo()
1019 dbc = &qdev->dbc[args->hdr.dbc_id]; in qaic_attach_slice_bo_ioctl()
1077 struct dma_bridge_chan *dbc = &qdev->dbc[dbc_id]; in copy_exec_reqs() local
1351 dbc = &qdev->dbc[args->hdr.dbc_id]; in __qaic_execute_bo_ioctl()
1354 if (!dbc->usr || dbc->usr->handle != usr->handle) { in __qaic_execute_bo_ioctl()
1526 irq_wake_thread(dbc->irq, dbc); in irq_polling_work()
1696 dbc = &qdev->dbc[args->dbc_id]; in qaic_wait_bo_ioctl()
1867 dbc = bo->dbc; in qaic_detach_slice_bo_ioctl()
1947 struct dma_bridge_chan *dbc = &qdev->dbc[dbc_id]; in wakeup_dbc() local
1964 dbc = &qdev->dbc[dbc_id]; in release_dbc()
[all …]
A Dqaic_drv.c209 if (qdev->dbc[i].usr && qdev->dbc[i].usr->handle == usr->handle) in qaic_postclose()
404 qdev->dbc = devm_kcalloc(dev, qdev->num_dbc, sizeof(*qdev->dbc), GFP_KERNEL); in create_qdev()
405 if (!qdev->dbc) in create_qdev()
448 spin_lock_init(&qdev->dbc[i].xfer_lock); in create_qdev()
449 qdev->dbc[i].qdev = qdev; in create_qdev()
450 qdev->dbc[i].id = i; in create_qdev()
451 INIT_LIST_HEAD(&qdev->dbc[i].xfer_list); in create_qdev()
455 init_waitqueue_head(&qdev->dbc[i].dbc_release); in create_qdev()
456 INIT_LIST_HEAD(&qdev->dbc[i].bo_lists); in create_qdev()
537 "qaic_dbc", &qdev->dbc[i]); in init_msi()
[all …]
A Dqaic_debugfs.c71 struct dma_bridge_chan *dbc = s->private; in fifo_size_show() local
73 seq_printf(s, "%u\n", dbc->nelem); in fifo_size_show()
81 struct dma_bridge_chan *dbc = s->private; in queued_show() local
84 qaic_data_get_fifo_info(dbc, &head, &tail); in queued_show()
89 seq_printf(s, "%u\n", dbc->nelem - head + tail); in queued_show()
116 debugfs_create_file("fifo_size", 0400, debugfs_dir, &qdev->dbc[i], &fifo_size_fops); in qaic_debugfs_init()
117 debugfs_create_file("queued", 0400, debugfs_dir, &qdev->dbc[i], &queued_fops); in qaic_debugfs_init()
A Dqaic.h135 struct dma_bridge_chan *dbc; member
212 struct dma_bridge_chan *dbc; member
303 void qaic_data_get_fifo_info(struct dma_bridge_chan *dbc, u32 *head, u32 *tail);
A Dqaic_control.c303 wait_event_interruptible(qdev->dbc[dbc_id].dbc_release, !qdev->dbc[dbc_id].in_use); in save_dbc_buf()
304 qdev->dbc[dbc_id].req_q_base = resources->buf; in save_dbc_buf()
305 qdev->dbc[dbc_id].rsp_q_base = resources->rsp_q_base; in save_dbc_buf()
306 qdev->dbc[dbc_id].dma_addr = resources->dma_addr; in save_dbc_buf()
307 qdev->dbc[dbc_id].total_size = resources->total_size; in save_dbc_buf()
308 qdev->dbc[dbc_id].nelem = resources->nelem; in save_dbc_buf()
310 qdev->dbc[dbc_id].in_use = true; in save_dbc_buf()
/drivers/usb/early/
A DMakefile7 obj-$(CONFIG_EARLY_PRINTK_USB_XDBC) += xhci-dbc.o
/drivers/crypto/ccp/
A DMakefile15 dbc.o \
/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c2301 u32 dbc = INL(np, nc_dbc); local
2304 u_char cmd = dbc >> 24;
2310 sym_name(np), hsts, dbc, sbcl);
2388 u32 dbc; local
2404 dbc = INL(np, nc_dbc);
2407 cmd = dbc >> 24;
2408 rest = dbc & 0xffffff;
/drivers/scsi/
A Dncr53c8xx.c5991 u32 dbc = INL (nc_dbc); in ncr_int_par() local
5998 ncr_name(np), hsts, dbc, sstat1); in ncr_int_par()
6023 if (!(dbc & 0xc0000000)) in ncr_int_par()
6024 phase = (dbc >> 24) & 7; in ncr_int_par()
6070 u32 dbc; in ncr_int_ma() local
6084 dbc = INL (nc_dbc); in ncr_int_ma()
6087 cmd = dbc >> 24; in ncr_int_ma()
6088 rest = dbc & 0xffffff; in ncr_int_ma()

Completed in 53 milliseconds