Searched defs:dep (Results 1 – 7 of 7) sorted by relevance
/u-boot-v2022.01-rc1/drivers/usb/dwc3/ |
A D | gadget.c | 601 struct dwc3_ep *dep; in dwc3_gadget_ep_enable() local 649 struct dwc3_ep *dep; in dwc3_gadget_ep_disable() local 932 struct dwc3_ep *dep, u32 cur_uf) in __dwc3_gadget_start_isoc() 1453 struct dwc3_ep *dep; in dwc3_gadget_start() local 1582 struct dwc3_ep *dep; in dwc3_gadget_init_hw_endpoints() local 1654 struct dwc3_ep *dep; in dwc3_gadget_free_endpoints() local 1843 struct dwc3_ep *dep; in dwc3_endpoint_interrupt() local 1960 struct dwc3_ep *dep; in dwc3_stop_active_transfer() local 2006 struct dwc3_ep *dep; in dwc3_stop_active_transfers() local 2024 struct dwc3_ep *dep; in dwc3_clear_stall_all_ep() local [all …]
|
A D | ep0.c | 58 struct dwc3_ep *dep; in dwc3_ep0_start_trans() local 220 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local 255 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local 280 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local 311 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local 335 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local 393 struct dwc3_ep *dep; in dwc3_ep0_handle_feature() local 596 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl() local 640 struct dwc3_ep *dep; in dwc3_ep0_set_sel() local 870 struct dwc3_ep *dep; in dwc3_ep0_complete_status() local [all …]
|
A D | gadget.h | 72 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() local
|
A D | core.h | 618 struct dwc3_ep *dep; member
|
/u-boot-v2022.01-rc1/scripts/kconfig/ |
A D | menu.c | 106 void menu_add_dep(struct expr *dep) in menu_add_dep() 127 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 298 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
|
A D | expr.c | 843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
|
A D | expr.h | 49 #define EXPR_NOT(dep) (2-(dep)) argument 253 struct expr *dep; member
|
Completed in 20 milliseconds