Go to the source code of this file.
|
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) |
|
◆ 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 |