Home
last modified time | relevance | path

Searched refs:get_string (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/scripts/
Dtkparse.c108 static const char * get_string( const char * pnt, char ** label ) in get_string() function
197 return get_string( pnt, label ); in get_qnqstring()
357 pnt = get_string( pnt, &cfg->label ); in tokenize_choices()
367 pnt = get_string( pnt, &buffer ); in tokenize_choices()
520 pnt = get_string ( pnt, &buffer ); in tokenize_line()
531 pnt = get_string ( pnt, &cfg->value ); in tokenize_line()
552 pnt = get_string( pnt, &buffer ); in tokenize_line()
567 pnt = get_string( pnt, &cfg->value ); in tokenize_line()
578 pnt = get_string( pnt, &buffer ); in tokenize_line()
580 pnt = get_string( pnt, &cfg->value ); in tokenize_line()
[all …]
/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c592 static int get_string (struct usb_device *dev, int Id, char *string) in get_string() function
2977 if ( (i = get_string(dev, dev->descriptor.iManufacturer, &edge_serial->name[0])) != 0) { in edge_startup()
2981 get_string(dev, dev->descriptor.iProduct, &edge_serial->name[i]); in edge_startup()