Home
last modified time | relevance | path

Searched refs:valbuf (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/boot/
H A Dprintk.c229 char valbuf[MAX(MAX_SYMLEN, MAX_NUMLEN)]; in boot_printk() local
268 strval = strsym(valbuf, va_arg(args, void *)); in boot_printk()
273 strval = as_dec(valbuf, va_arg_len_type(args, lenmod, signed), 1); in boot_printk()
277 strval = as_dec(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk()
280 strval = as_hex(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk()
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-control.c23 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) in hdpvr_config_call() argument
29 dev->usbc_buf[0] = valbuf; in hdpvr_config_call()
H A Dhdpvr.h299 unsigned char valbuf);
/linux/drivers/usb/serial/
H A Dio_ti.c2623 struct device_attribute *attr, const char *valbuf, size_t count) in uart_mode_store() argument
2627 unsigned int v = simple_strtoul(valbuf, NULL, 0); in uart_mode_store()