Home
last modified time | relevance | path

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

/linux/include/drm/bridge/
H A Ddw_mipi_dsi2.h46 void (*get_interface)(void *priv_data, struct dw_mipi_dsi2_phy_iface *iface); member
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h342 int (*get_interface)(struct device *dev); member
H A Dnfp_cppcore.c1182 ifc = ops->get_interface(parent); in nfp_cpp_from_operations()
H A Dnfp6000_pcie.c1283 .get_interface = nfp6000_get_interface,
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c209 .get_interface = dw_mipi_dsi2_phy_get_iface,
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c371 phy_ops->get_interface(dsi2->plat_data->priv_data, &iface); in dw_mipi_dsi2_phy_init()
/linux/drivers/tty/
H A Dsynclink_gt.c460 static int get_interface(struct slgt_info *info, int __user *if_mode);
1020 ret = get_interface(info, argp); in ioctl()
2761 static int get_interface(struct slgt_info *info, int __user *if_mode) in get_interface() function