Searched refs:nvif_conn (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | conn.h | 8 struct nvif_conn { struct 12 int nvif_conn_ctor(struct nvif_disp *, const char *name, int id, struct nvif_conn *); 13 void nvif_conn_dtor(struct nvif_conn *); 16 nvif_conn_id(struct nvif_conn *conn) in nvif_conn_id() 24 int nvif_conn_hpd_status(struct nvif_conn *); 26 int nvif_conn_event_ctor(struct nvif_conn *, const char *name, nvif_event_func, u8 types,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A 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_hpd_status(struct nvif_conn *conn) in nvif_conn_hpd_status() 63 nvif_conn_dtor(struct nvif_conn *conn) in nvif_conn_dtor() 69 nvif_conn_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_conn *conn) in nvif_conn_ctor()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.h | 126 struct nvif_conn conn;
|
Completed in 2 milliseconds