VSF Documented
Functions
kstrtox.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

int kstrtou16 (const char *s, unsigned int base, u16 *res)
 
int kstrtos16 (const char *s, unsigned int base, s16 *res)
 
int kstrtou8 (const char *s, unsigned int base, u8 *res)
 
int kstrtos8 (const char *s, unsigned int base, s8 *res)
 

Function Documentation

◆ kstrtou16()

int kstrtou16 ( const char *  s,
unsigned int  base,
u16 res 
)
extern

◆ kstrtos16()

int kstrtos16 ( const char *  s,
unsigned int  base,
s16 res 
)
extern

◆ kstrtou8()

int kstrtou8 ( const char *  s,
unsigned int  base,
u8 res 
)
extern

◆ kstrtos8()

int kstrtos8 ( const char *  s,
unsigned int  base,
s8 res 
)
extern