Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c1412 struct cfhsi_ops *(*get_ops)(void); in caif_hsi_newlink() local
1419 get_ops = symbol_get(cfhsi_get_ops); in caif_hsi_newlink()
1420 if (!get_ops) { in caif_hsi_newlink()
1426 cfhsi->ops = (*get_ops)(); in caif_hsi_newlink()