Home
last modified time | relevance | path

Searched defs:label (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp97 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params()
132 static __inline__ void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params()
138 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params()
163 static __inline__ void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params()
178 static void dbg_qtd (char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
193 static void dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
219 static int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
255 static int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
345 dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.h128 struct label { struct
129 char *label; argument
130 struct label *next; argument
H A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
312 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
374 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
H A Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
H A Dchecks.c289 const char *label, struct node *node, in check_duplicate_label()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c248 static void output_label(char *label) in output_label()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.h103 void addColumn(colIdx idx, const QString& label) in addColumn()
H A Dgconf.c447 GtkWidget *dialog, *label; in on_window1_delete_event() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()