Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt64 - bd-stash : If present, indicates that the hardware supports stashing
66 - rx-stash-len : Denotes the number of bytes of a received buffer to stash
68 - rx-stash-idx : Denotes the index of the first byte from the received
69 buffer to stash in the L2.
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c53 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1119 void *stash; in copy_gadget_strings() local
1129 stash = uc->stash; in copy_gadget_strings()
1130 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1134 gs_array[n_gs] = stash; in copy_gadget_strings()
1136 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1138 gs->strings = stash; in copy_gadget_strings()
1142 s = stash; in copy_gadget_strings()
1143 stash += sizeof(struct usb_string); in copy_gadget_strings()
1150 s = stash; in copy_gadget_strings()
[all …]
/linux-4.4.14/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.4.14/include/linux/usb/
Dgadget.h1155 u8 *stash[0]; member
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S251 ; can clobber scratch regs, hence use of stack to stash it
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c741 struct property *stash; in gfar_of_init() local
857 stash = of_find_property(np, "bd-stash", NULL); in gfar_of_init()
859 if (stash) { in gfar_of_init()