Home
last modified time | relevance | path

Searched refs:slave_only (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh67 local slave_only=$2
77 if [ "${slave_only}" = true ]; then
/linux/include/linux/
H A Dsh_dma.h69 * @slave_only: DMAC cannot be used for MEMCPY
91 unsigned int slave_only:1; member
/linux/drivers/dma/sh/
H A Dshdmac.c734 if (!pdata->slave_only) in sh_dmae_probe()