Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgk20a.c31 .init_page = gf100_fb_init_page,
H A Dgp10b.c29 .init_page = gm200_fb_init_page,
H A Dgm20b.c31 .init_page = gm200_fb_init_page,
H A Dgm107.c32 .init_page = gf100_fb_init_page,
H A Dgf108.c32 .init_page = gf100_fb_init_page,
H A Dgk110.c60 .init_page = gf100_fb_init_page,
H A Dga100.c32 .init_page = gv100_fb_init_page,
H A Dgk104.c78 .init_page = gf100_fb_init_page,
H A Dgv100.c36 .init_page = gv100_fb_init_page,
H A Dtu102.c38 .init_page = gv100_fb_init_page,
H A Dgp100.c53 .init_page = gm200_fb_init_page,
H A Dga102.c50 .init_page = gv100_fb_init_page,
H A Dgm200.c60 .init_page = gm200_fb_init_page,
H A Dgp102.c74 .init_page = gm200_fb_init_page,
H A Dbase.c212 if (fb->func->init_page) { in nvkm_fb_init()
213 ret = fb->func->init_page(fb); in nvkm_fb_init()
H A Dgf100.c125 .init_page = gf100_fb_init_page,
H A Dpriv.h18 int (*init_page)(struct nvkm_fb *); member
/linux/drivers/net/phy/
H A Ddp83640.c615 static void enable_broadcast(struct phy_device *phydev, int init_page, int on) in enable_broadcast() argument
626 phy_write(phydev, PAGESEL, init_page); in enable_broadcast()