Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/drivers/usb/serial/
H A Dftdi_sio.c1671 const char *valbuf, size_t count) in latency_timer_store() argument
1678 if (kstrtou8(valbuf, 10, &v)) in latency_timer_store()
1692 struct device_attribute *attr, const char *valbuf, size_t count) in event_char_store() argument
1700 if (kstrtouint(valbuf, 0, &v) || v >= 0x200) in event_char_store()
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()