Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-mailbox.c463 u32 str_offset; in epu_debug_irq() local
467 str_offset = order->mb.args[1]; in epu_debug_irq()
468 if (str_offset) { in epu_debug_irq()
469 cx18_setup_page(cx, str_offset); in epu_debug_irq()
470 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq()
478 return str_offset ? 1 : 0; in epu_debug_irq()
/drivers/crypto/qat/qat_common/
Dqat_uclo.c118 unsigned int str_offset) in qat_uclo_get_string() argument
120 if ((!str_table->table_len) || (str_offset > str_table->table_len)) in qat_uclo_get_string()
122 return (char *)(((unsigned long)(str_table->strings)) + str_offset); in qat_uclo_get_string()
/drivers/net/wireless/
Dat76c50x-usb.h345 __le32 str_offset; /* offset of the copyright string */ member
Dat76c50x-usb.c1656 str = (char *)fwh + le32_to_cpu(fwh->str_offset); in at76_load_firmware()