/drivers/usb/dwc3/ |
D | gadget.c | 179 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq() 188 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) in dwc3_ep_inc_deq() 193 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, in dwc3_gadget_del_and_unmap_request() 227 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 291 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd() 457 static int dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) in dwc3_send_clear_stall_ep_cmd() 481 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 489 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 508 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 519 static int dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() [all …]
|
D | ep0.c | 36 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb() 65 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans() 89 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 194 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local 225 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local 255 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local 265 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() local 279 struct dwc3_ep *dep; in dwc3_ep0_out_start() local 310 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local 337 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local [all …]
|
D | debugfs.c | 688 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() local 717 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() local 746 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() local 768 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() local 790 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() local 812 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() local 834 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() local 856 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() local 891 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() local 936 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() local [all …]
|
D | gadget.h | 84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local 101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local 130 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
|
D | debug.h | 423 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir() 425 static inline void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_remove_endpoint_dir()
|
D | core.c | 275 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type) in dwc3_core_fifo_space()
|
D | core.h | 956 struct dwc3_ep *dep; member 1634 static inline int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd()
|
/drivers/gpu/drm/i915/ |
D | i915_scheduler.c | 160 struct i915_dependency *dep, *p; in __i915_schedule() local 323 i915_dependency_free(struct i915_dependency *dep) in i915_dependency_free() 330 struct i915_dependency *dep, in __i915_sched_node_add_dependency() 361 struct i915_dependency *dep; in i915_sched_node_add_dependency() local 376 struct i915_dependency *dep, *tmp; in i915_sched_node_fini() local 414 struct i915_dependency *dep; in i915_request_show_with_schedule() local
|
D | i915_request.h | 270 struct i915_dependency dep; member
|
/drivers/usb/host/ |
D | xhci-dbgcap.c | 174 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests() 245 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx() 300 struct dbc_ep *dep = &dbc->eps[req->direction]; in dbc_ep_do_queue() local 359 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local 684 struct dbc_ep *dep; in dbc_handle_xfer_event() local 753 struct dbc_ep *dep; in xhci_dbc_do_handle_events() local
|
/drivers/acpi/ |
D | scan.c | 1794 struct acpi_dep_data *dep; in acpi_scan_dep_init() local 2006 struct acpi_dep_data *dep; in acpi_scan_check_dep() local 2242 static int acpi_dev_get_next_consumer_dev_cb(struct acpi_dep_data *dep, void *data) in acpi_dev_get_next_consumer_dev_cb() 2310 static void acpi_scan_delete_dep_data(struct acpi_dep_data *dep) in acpi_scan_delete_dep_data() 2316 static int acpi_scan_clear_dep(struct acpi_dep_data *dep, void *data) in acpi_scan_clear_dep() 2350 struct acpi_dep_data *dep, *tmp; in acpi_walk_dep_device_list() local 2437 struct acpi_dep_data *dep, *tmp; in acpi_scan_postponed() local
|
D | power.c | 253 struct acpi_power_dependent_device *dep; in acpi_power_resource_add_dependent() local 283 struct acpi_power_dependent_device *dep; in acpi_power_resource_remove_dependent() local 365 struct acpi_power_dependent_device *dep; in __acpi_power_on() local
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.c | 435 struct dma_fence *dep) in i915_ttm_memcpy_work_arm() 498 struct dma_fence *dep = fence; in __i915_ttm_move() local
|
/drivers/pnp/ |
D | interface.c | 214 int ret, dep = 0, set = 0; in options_show() local
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 922 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio() local
|
/drivers/usb/gadget/udc/ |
D | net2280.h | 180 struct net2280_dep_regs __iomem *dep; member
|
/drivers/dma/ |
D | dmaengine.c | 1556 struct dma_async_tx_descriptor *dep = txd_next(tx); in dma_run_dependencies() local
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 546 struct amdgpu_cs_post_dep *dep = &p->post_deps[i]; in amdgpu_cs_p2_syncobj_timeline_signal() local
|