Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c290 fw_dev->fwif_connection_ctl = in pvr_fw_create_fwif_connection_ctl()
294 sizeof(*fw_dev->fwif_connection_ctl), in pvr_fw_create_fwif_connection_ctl()
298 if (IS_ERR(fw_dev->fwif_connection_ctl)) { in pvr_fw_create_fwif_connection_ctl()
301 return PTR_ERR(fw_dev->fwif_connection_ctl); in pvr_fw_create_fwif_connection_ctl()
H A Dpvr_fw.h370 struct rogue_fwif_connection_ctl *fwif_connection_ctl; member