Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_fabric.h227 u32 length, bool zero_page, bool chainable);
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt68 Many serially-attached GPIO and IIO devices are daisy-chainable. To the
/linux/lib/
H A Dscatterlist.c615 unsigned int order, bool chainable, in sgl_alloc_order() argument
628 if (chainable) { in sgl_alloc_order()
/linux/drivers/target/
H A Dtarget_core_transport.c2777 bool zero_page, bool chainable) in target_alloc_sgl() argument
2781 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()