Searched refs:valbuf (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/boot/ |
| H A D | printk.c | 230 char valbuf[MAX(MAX_SYMLEN, MAX_NUMLEN)]; in boot_printk() local 269 strval = strsym(valbuf, va_arg(args, void *)); in boot_printk() 274 strval = as_dec(valbuf, va_arg_len_type(args, lenmod, signed), 1); in boot_printk() 278 strval = as_dec(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk() 281 strval = as_hex(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk()
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-control.c | 23 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 D | hdpvr.h | 299 unsigned char valbuf);
|
| /linux/drivers/usb/serial/ |
| H A D | ftdi_sio.c | 1642 const char *valbuf, size_t count) in latency_timer_store() argument 1649 if (kstrtou8(valbuf, 10, &v)) in latency_timer_store() 1663 struct device_attribute *attr, const char *valbuf, size_t count) in event_char_store() argument 1671 if (kstrtouint(valbuf, 0, &v) || v >= 0x200) in event_char_store()
|
| H A D | io_ti.c | 2622 struct device_attribute *attr, const char *valbuf, size_t count) in uart_mode_store() argument 2626 unsigned int v = simple_strtoul(valbuf, NULL, 0); in uart_mode_store()
|