Searched defs:dep (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 185 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 D | ep0.c | 55 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 D | gadget.h | 73 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() local
|
| H A D | core.h | 616 struct dwc3_ep *dep; member
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 107 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 D | expr.c | 751 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 D | expr.h | 49 #define EXPR_NOT(dep) (2-(dep)) argument 176 struct expr *dep; member
|