Searched defs:transceiver_switch (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dti_hecc.c31 * .transceiver_switch = hecc_phy_control,
225 void (*transceiver_switch)(int); member in struct:ti_hecc_priv
317 if (priv->transceiver_switch)
318 priv->transceiver_switch(on);
928 priv->transceiver_switch = pdata->transceiver_switch;

Completed in 47 milliseconds