str_offset 118 drivers/crypto/qat/qat_common/qat_uclo.c unsigned int str_offset) str_offset 120 drivers/crypto/qat/qat_common/qat_uclo.c if ((!str_table->table_len) || (str_offset > str_table->table_len)) str_offset 122 drivers/crypto/qat/qat_common/qat_uclo.c return (char *)(((uintptr_t)(str_table->strings)) + str_offset); str_offset 446 drivers/media/pci/cx18/cx18-mailbox.c u32 str_offset; str_offset 450 drivers/media/pci/cx18/cx18-mailbox.c str_offset = order->mb.args[1]; str_offset 451 drivers/media/pci/cx18/cx18-mailbox.c if (str_offset) { str_offset 452 drivers/media/pci/cx18/cx18-mailbox.c cx18_setup_page(cx, str_offset); str_offset 453 drivers/media/pci/cx18/cx18-mailbox.c cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); str_offset 461 drivers/media/pci/cx18/cx18-mailbox.c return str_offset ? 1 : 0; str_offset 1651 drivers/net/wireless/atmel/at76c50x-usb.c str = (char *)fwh + le32_to_cpu(fwh->str_offset); str_offset 341 drivers/net/wireless/atmel/at76c50x-usb.h __le32 str_offset; /* offset of the copyright string */ str_offset 4130 tools/lib/traceevent/event-parse.c int str_offset; str_offset 4138 tools/lib/traceevent/event-parse.c str_offset = tep_data2host4(tep, *(unsigned int *)(data + arg->string.offset)); str_offset 4139 tools/lib/traceevent/event-parse.c str_offset &= 0xffff; str_offset 4140 tools/lib/traceevent/event-parse.c print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset);