Searched refs:str_offset (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 446 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 447 u32 str_offset; in epu_debug_irq() local 451 str_offset = order->mb.args[1]; in epu_debug_irq() 452 if (str_offset) { in epu_debug_irq() 453 cx18_setup_page(cx, str_offset); in epu_debug_irq() 454 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq() 462 return str_offset ? 1 : 0; in epu_debug_irq()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.h | 341 __le32 str_offset; /* offset of the copyright string */ member
|
H A D | at76c50x-usb.c | 1650 str = (char *)fwh + le32_to_cpu(fwh->str_offset); in at76_load_firmware()
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.h | 341 __le32 str_offset; /* offset of the copyright string */ member
|
H A D | at76c50x-usb.c | 1650 str = (char *)fwh + le32_to_cpu(fwh->str_offset); in at76_load_firmware()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_uclo.c | 75 unsigned int str_offset) in qat_uclo_get_string() 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() 74 qat_uclo_get_string(struct icp_qat_uof_strtable *str_table, unsigned int str_offset) qat_uclo_get_string() argument
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_uclo.c | 75 unsigned int str_offset) in qat_uclo_get_string() 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() 74 qat_uclo_get_string(struct icp_qat_uof_strtable *str_table, unsigned int str_offset) qat_uclo_get_string() argument
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 4164 int str_offset; in print_str_arg() local 4172 str_offset = data2host4(tep, *(unsigned int *)(data + arg->string.offset)); in print_str_arg() 4173 str_offset &= 0xffff; in print_str_arg() 4174 print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset); in print_str_arg()
|
Completed in 44 milliseconds