Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-netx/include/mach/
Dxc.h38 int xc_request_firmware(struct xc* x);
/Linux-v4.19/arch/arm/mach-netx/
Dxc.c115 int xc_request_firmware(struct xc *x) in xc_request_firmware() function
254 EXPORT_SYMBOL(xc_request_firmware);
/Linux-v4.19/drivers/net/ethernet/
Dnetx-eth.c351 if (xc_request_firmware(priv->xc)) { in netx_eth_enable()