Searched refs:dcp_channel (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/drm/apple/ |
H A D | dcp-internal.h | 65 struct dcp_channel { struct 156 struct dcp_channel ch_cmd, ch_oobcmd; 157 struct dcp_channel ch_cb, ch_oobcb, ch_async, ch_oobasync;
|
H A D | iomfb.c | 87 static bool dcp_channel_busy(struct dcp_channel *ch) in dcp_channel_busy() 109 static struct dcp_channel *dcp_get_channel(struct apple_dcp *dcp, in dcp_get_channel() 131 static u16 dcp_packet_start(struct dcp_channel *ch, u8 depth) in dcp_packet_start() 161 struct dcp_channel *ch = dcp_get_channel(dcp, context); in dcp_push() 219 struct dcp_channel *ch = dcp_get_channel(dcp, context); in dcp_ack() 264 struct dcp_channel *ch = dcp_get_channel(dcp, context); in dcpep_handle_cb() 293 struct dcp_channel *ch = dcp_get_channel(dcp, context); in dcpep_handle_ack()
|
H A D | iomfb_template.c | 149 struct dcp_channel *ch = &dcp->ch_cb; in complete_pmu_service_matched() 171 struct dcp_channel *ch = &dcp->ch_cb; in complete_backlight_service_matched() 603 struct dcp_channel *ch = &dcp->ch_cb; in boot_done()
|