Searched refs:interface (Results 1 – 5 of 5) sorted by relevance
| /common/spl/ |
| A D | spl_dfu.c | 19 static int run_dfu(int usb_index, char *interface, char *devstring) in run_dfu() argument 23 ret = dfu_init_env_entities(interface, devstring); in run_dfu() 35 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd() argument 55 return run_dfu(usbctrl, interface, devstr); in spl_dfu_cmd()
|
| A D | Kconfig | 899 These devices provide Memory bus interface to various devices like 965 provides a block interface over raw NAND and can also be used with 1024 expose the cmd_ctrl() interface.
|
| /common/ |
| A D | update.c | 215 int update_tftp(ulong addr, char *interface, char *devstring) in update_tftp() argument 224 if (interface == NULL && devstring == NULL) { in update_tftp() 226 } else if (interface && devstring) { in update_tftp() 230 interface, devstring); in update_tftp() 309 update_size, interface, in update_tftp()
|
| A D | usb.c | 648 int usb_set_interface(struct usb_device *dev, int interface, int alternate) in usb_set_interface() argument 654 if (dev->config.if_desc[i].desc.bInterfaceNumber == interface) { in usb_set_interface() 660 printf("selecting invalid interface %d", interface); in usb_set_interface() 675 alternate, interface, NULL, 0, in usb_set_interface()
|
| A D | dlmalloc.src | 1924 Main interface to sbrk (but see also malloc_trim). 3124 mallopt is the general SVID/XPG interface to tunable parameters.
|
Completed in 15 milliseconds