Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-mailbox.c446 u32 str_offset; in epu_debug_irq() local
450 str_offset = order->mb.args[1]; in epu_debug_irq()
451 if (str_offset) { in epu_debug_irq()
452 cx18_setup_page(cx, str_offset); in epu_debug_irq()
453 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq()
461 return str_offset ? 1 : 0; in epu_debug_irq()
/linux-6.1.9/drivers/net/wireless/atmel/
Dat76c50x-usb.h341 __le32 str_offset; /* offset of the copyright string */ member
Dat76c50x-usb.c1650 str = (char *)fwh + le32_to_cpu(fwh->str_offset); in at76_load_firmware()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_uclo.c75 unsigned int str_offset) in qat_uclo_get_string() argument
77 if (!str_table->table_len || str_offset > str_table->table_len) in qat_uclo_get_string()
79 return (char *)(((uintptr_t)(str_table->strings)) + str_offset); in qat_uclo_get_string()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c4178 int str_offset; in print_str_arg() local
4185 str_offset = data2host4(tep, in print_str_arg()
4187 str_offset &= 0xffff; in print_str_arg()
4189 str_offset += arg->string.field->offset + arg->string.field->size; in print_str_arg()
4190 print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset); in print_str_arg()