Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c101 void (*io_init)(struct rockchip_hdmi_qp *hdmi); member
381 .io_init = dw_hdmi_qp_rk3576_io_init,
387 .io_init = dw_hdmi_qp_rk3588_io_init,
459 if (!cfg->ctrl_ops || !cfg->ctrl_ops->io_init || in dw_hdmi_qp_rockchip_bind()
534 cfg->ctrl_ops->io_init(hdmi); in dw_hdmi_qp_rockchip_bind()
606 hdmi->ctrl_ops->io_init(hdmi); in dw_hdmi_qp_rockchip_resume()
/linux/drivers/mtd/ubi/
H A Dbuild.c585 * io_init - initialize I/O sub-system for a given UBI device.
600 static int io_init(struct ubi_device *ubi, int max_beb_per1024) in io_init() function
989 err = io_init(ubi, max_beb_per1024); in ubi_attach_mtd_dev()