Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt60 - bd-stash : If present, indicates that the hardware supports stashing
62 - rx-stash-len : Denotes the number of bytes of a received buffer to stash
64 - rx-stash-idx : Denotes the index of the first byte from the received
65 buffer to stash in the L2.
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1114 void *stash; in copy_gadget_strings() local
1124 stash = uc->stash; in copy_gadget_strings()
1125 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1129 gs_array[n_gs] = stash; in copy_gadget_strings()
1131 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1133 gs->strings = stash; in copy_gadget_strings()
1137 s = stash; in copy_gadget_strings()
1138 stash += sizeof(struct usb_string); in copy_gadget_strings()
1145 s = stash; in copy_gadget_strings()
[all …]
/linux-4.1.27/arch/sparc/kernel/
Dwof.S109 save %g0, %g0, %g0 ! save into the window to stash away
115 STORE_WINDOW(sp) ! stash the window
Dhead_32.S121 mov %o0, %l0 ! stash away romvec
123 mov %o1, %l1 ! stash away debug_vec too
/linux-4.1.27/include/linux/usb/
Dgadget.h967 u8 *stash[0]; member
/linux-4.1.27/arch/arc/kernel/
Dentry.S255 ; can clobber scratch regs, hence use of stack to stash it
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c782 struct property *stash; in gfar_of_init() local
898 stash = of_find_property(np, "bd-stash", NULL); in gfar_of_init()
900 if (stash) { in gfar_of_init()