Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dwil_platform.c37 const struct wil_platform_rops *rops, void *wil_handle) in wil_platform_init() argument
Dwil_platform.h87 const struct wil_platform_rops *rops, void *wil_handle);
Dpcie_bus.c311 const struct wil_platform_rops rops = { in wil_pcie_probe() local
345 wil_platform_init(&pdev->dev, &wil->platform_ops, &rops, wil); in wil_pcie_probe()
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgp10b.c47 .rops = gm200_gr_rops,
Dgp104.c47 .rops = gm200_gr_rops,
Dgp107.c49 .rops = gm200_gr_rops,
Dgm20b.c75 .rops = gm200_gr_rops,
Dgf110.c107 .rops = gf100_gr_rops,
Dgf104.c135 .rops = gf100_gr_rops,
Dgk110b.c126 .rops = gf100_gr_rops,
Dgf119.c198 .rops = gf100_gr_rops,
Dgf108.c133 .rops = gf100_gr_rops,
Dgk208.c184 .rops = gf100_gr_rops,
Dgp102.c119 .rops = gm200_gr_rops,
Dgv100.c108 .rops = gm200_gr_rops,
Dgp100.c123 .rops = gm200_gr_rops,
Dgf117.c171 .rops = gf100_gr_rops,
Dgk110.c374 .rops = gf100_gr_rops,
Dgm200.c186 .rops = gm200_gr_rops,
Dgk104.c478 .rops = gf100_gr_rops,
Dgm107.c419 .rops = gf100_gr_rops,
Dgk20a.c292 .rops = gf100_gr_rops,
Dgf100.h196 int (*rops)(struct gf100_gr *); member
Dgf100.c1958 gr->rop_nr = gr->func->rops(gr); in gf100_gr_oneinit()
2444 .rops = gf100_gr_rops,
/drivers/firmware/
Dti_sci.c2928 struct ti_sci_rm_ringacc_ops *rops = &ops->rm_ring_ops; in ti_sci_setup_ops() local
2974 rops->config = ti_sci_cmd_ring_config; in ti_sci_setup_ops()
2975 rops->get_config = ti_sci_cmd_ring_get_config; in ti_sci_setup_ops()