Home
last modified time | relevance | path

Searched defs:dep (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c185 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() local
225 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback()
325 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
333 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
353 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
361 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config()
384 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config()
447 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
466 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable()
524 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests()
[all …]
H A Dep0.c55 struct dwc3_ep *dep; in dwc3_ep0_start_trans() local
110 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
217 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local
252 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local
277 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local
308 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local
332 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local
390 struct dwc3_ep *dep; in dwc3_ep0_handle_feature() local
597 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl() local
641 struct dwc3_ep *dep; in dwc3_ep0_set_sel() local
[all …]
H A Dgadget.h73 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() local
H A Dcore.h616 struct dwc3_ep *dep; member
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmenu.c107 void menu_add_dep(struct expr *dep) in menu_add_dep()
128 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop()
178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
291 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
H A Dexpr.c751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
H A Dexpr.h49 #define EXPR_NOT(dep) (2-(dep)) argument
176 struct expr *dep; member