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

/linux-4.4.14/include/linux/can/platform/
H A Dti_hecc.h29 * @transceiver_switch: platform specific callback fn for transceiver control
42 void (*transceiver_switch) (int); member in struct:ti_hecc_platform_data
/linux-4.4.14/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) ti_hecc_transceiver_switch()
318 priv->transceiver_switch(on); ti_hecc_transceiver_switch()
926 priv->transceiver_switch = pdata->transceiver_switch; ti_hecc_probe()

Completed in 156 milliseconds