Home
last modified time | relevance | path

Searched refs:get_bool (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py234 def get_bool(env, name):
247 KSFT_DISRUPTIVE = get_bool(env, "DISRUPTIVE")
184 def get_bool(env, name): global() function
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c1041 static bool get_bool(struct platform_device *ofdev, const char *s) in get_bool() function
1129 lp->tx_ping_pong = get_bool(ofdev, "xlnx,tx-ping-pong"); in xemaclite_of_probe()
1130 lp->rx_ping_pong = get_bool(ofdev, "xlnx,rx-ping-pong"); in xemaclite_of_probe()