Searched refs:get_bool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 1047 * get_bool - Get a parameter from the OF device 1056 static bool get_bool(struct platform_device *ofdev, const char *s) in get_bool() function 1150 lp->tx_ping_pong = get_bool(ofdev, "xlnx,tx-ping-pong"); in xemaclite_of_probe() 1151 lp->rx_ping_pong = get_bool(ofdev, "xlnx,rx-ping-pong"); in xemaclite_of_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 1031 * get_bool - Get a parameter from the OF device 1040 static bool get_bool(struct platform_device *ofdev, const char *s) in get_bool() function 1130 lp->tx_ping_pong = get_bool(ofdev, "xlnx,tx-ping-pong"); in xemaclite_of_probe() 1131 lp->rx_ping_pong = get_bool(ofdev, "xlnx,rx-ping-pong"); in xemaclite_of_probe()
|
Completed in 4 milliseconds