Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-mailbox.c403 u32 str_offset; in epu_debug_irq() local
407 str_offset = order->mb.args[1]; in epu_debug_irq()
408 if (str_offset) { in epu_debug_irq()
409 cx18_setup_page(cx, str_offset); in epu_debug_irq()
410 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq()
418 return str_offset ? 1 : 0; in epu_debug_irq()
/linux-2.6.39/drivers/net/wireless/
Dat76c50x-usb.h344 __le32 str_offset; /* offset of the copyright string */ member
Dat76c50x-usb.c1621 str = (char *)fwh + le32_to_cpu(fwh->str_offset); in at76_load_firmware()
/linux-2.6.39/tools/perf/util/
Dtrace-event-parse.c2275 int str_offset; in print_str_arg() local
2283 str_offset = *(int *)(data + arg->string.offset); in print_str_arg()
2284 str_offset &= 0xffff; in print_str_arg()
2285 printf("%s", ((char *)data) + str_offset); in print_str_arg()