Searched refs:nvif_conn (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | conn.h | 8 struct nvif_conn { struct 27 int nvif_conn_ctor(struct nvif_disp *, const char *name, int id, struct nvif_conn *); argument 28 void nvif_conn_dtor(struct nvif_conn *); 31 nvif_conn_id(struct nvif_conn *conn) in nvif_conn_id() 36 int nvif_conn_event_ctor(struct nvif_conn *, const char *name, nvif_event_func, u8 types,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | conn.c | 30 nvif_conn_event_ctor(struct nvif_conn *conn, const char *name, nvif_event_func func, u8 types, in nvif_conn_event_ctor() 49 nvif_conn_dtor(struct nvif_conn *conn) in nvif_conn_dtor() 55 nvif_conn_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_conn *conn) in nvif_conn_ctor()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.h | 125 struct nvif_conn conn;
|