OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_USBD_MANUFACTURER
(Results
1 - 7
of
7
) sorted by null
/external/u-boot/include/configs/
omap3_zoom1.h
41
#define
CONFIG_USBD_MANUFACTURER
"Texas Instruments"
omap3_igep00x0.h
50
#define
CONFIG_USBD_MANUFACTURER
"Texas Instruments"
spear-common.h
27
#define
CONFIG_USBD_MANUFACTURER
"ST Microelectronics"
am3517_crane.h
91
#define
CONFIG_USBD_MANUFACTURER
"Texas Instruments"
nokia_rx51.h
86
#define
CONFIG_USBD_MANUFACTURER
"Nokia"
/external/u-boot/drivers/serial/
usbtty.h
39
#ifndef
CONFIG_USBD_MANUFACTURER
40
#define
CONFIG_USBD_MANUFACTURER
"Das U-Boot"
usbtty.c
95
static u8 wstrManufacturer[2 + 2*(sizeof(
CONFIG_USBD_MANUFACTURER
)-1)];
588
str2wide (
CONFIG_USBD_MANUFACTURER
, string->wData);
Completed in 635 milliseconds