Symbol: apple_epic_service
sys/dev/pci/drm/apple/afk.c
203
static struct apple_epic_service *afk_epic_find_service(struct apple_dcp_afkep *ep,
sys/dev/pci/drm/apple/afk.c
293
struct apple_epic_service *service;
sys/dev/pci/drm/apple/afk.c
318
struct apple_epic_service *service;
sys/dev/pci/drm/apple/afk.c
403
struct apple_epic_service *service = afk_epic_find_service(ep, channel);
sys/dev/pci/drm/apple/afk.c
465
struct apple_epic_service *service;
sys/dev/pci/drm/apple/afk.c
838
int afk_send_command(struct apple_epic_service *service, u8 type,
sys/dev/pci/drm/apple/afk.c
938
int afk_service_call(struct apple_epic_service *service, u16 group, u32 command,
sys/dev/pci/drm/apple/afk.h
175
struct apple_epic_service services[AFK_MAX_CHANNEL];
sys/dev/pci/drm/apple/afk.h
186
int afk_send_command(struct apple_epic_service *service, u8 type,
sys/dev/pci/drm/apple/afk.h
189
int afk_service_call(struct apple_epic_service *service, u16 group, u32 command,
sys/dev/pci/drm/apple/afk.h
57
void (*init)(struct apple_epic_service *service, const char *name,
sys/dev/pci/drm/apple/afk.h
59
int (*call)(struct apple_epic_service *service, u32 idx,
sys/dev/pci/drm/apple/afk.h
62
int (*report)(struct apple_epic_service *service, enum epic_subtype type,
sys/dev/pci/drm/apple/afk.h
64
void (*teardown)(struct apple_epic_service *service);
sys/dev/pci/drm/apple/dptxep.c
100
int dptxport_connect(struct apple_epic_service *service, u8 core, u8 atc,
sys/dev/pci/drm/apple/dptxep.c
130
int dptxport_request_display(struct apple_epic_service *service)
sys/dev/pci/drm/apple/dptxep.c
135
int dptxport_release_display(struct apple_epic_service *service)
sys/dev/pci/drm/apple/dptxep.c
140
int dptxport_set_hpd(struct apple_epic_service *service, bool hpd)
sys/dev/pci/drm/apple/dptxep.c
160
dptxport_call_get_max_drive_settings(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
176
dptxport_call_get_drive_settings(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
206
dptxport_call_set_drive_settings(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
230
static int dptxport_call_get_max_link_rate(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
244
static int dptxport_call_get_max_lane_count(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
258
static int dptxport_call_set_active_lane_count(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
308
static int dptxport_call_get_link_rate(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
324
dptxport_call_will_change_link_config(struct apple_epic_service *service)
sys/dev/pci/drm/apple/dptxep.c
336
dptxport_call_did_change_link_config(struct apple_epic_service *service)
sys/dev/pci/drm/apple/dptxep.c
344
static int dptxport_call_set_link_rate(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
415
static int dptxport_call_get_supports_hpd(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
429
dptxport_call_get_supports_downspread(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
443
dptxport_call_activate(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
461
dptxport_call_deactivate(struct apple_epic_service *service,
sys/dev/pci/drm/apple/dptxep.c
477
static int dptxport_call(struct apple_epic_service *service, u32 idx,
sys/dev/pci/drm/apple/dptxep.c
534
static void dptxport_init(struct apple_epic_service *service, const char *name,
sys/dev/pci/drm/apple/dptxep.c
72
int dptxport_validate_connection(struct apple_epic_service *service, u8 core,
sys/dev/pci/drm/apple/dptxep.h
47
struct apple_epic_service;
sys/dev/pci/drm/apple/dptxep.h
54
struct apple_epic_service *service;
sys/dev/pci/drm/apple/dptxep.h
63
int dptxport_validate_connection(struct apple_epic_service *service, u8 core,
sys/dev/pci/drm/apple/dptxep.h
65
int dptxport_connect(struct apple_epic_service *service, u8 core, u8 atc,
sys/dev/pci/drm/apple/dptxep.h
67
int dptxport_request_display(struct apple_epic_service *service);
sys/dev/pci/drm/apple/dptxep.h
68
int dptxport_release_display(struct apple_epic_service *service);
sys/dev/pci/drm/apple/dptxep.h
69
int dptxport_set_hpd(struct apple_epic_service *service, bool hpd);
sys/dev/pci/drm/apple/ibootep.c
9
static void disp_service_init(struct apple_epic_service *service, const char *name,
sys/dev/pci/drm/apple/systemep.c
27
struct apple_epic_service *service;
sys/dev/pci/drm/apple/systemep.c
44
static void system_init(struct apple_epic_service *service, const char *name,
sys/dev/pci/drm/apple/systemep.c
65
static void powerlog_init(struct apple_epic_service *service, const char *name,
sys/dev/pci/drm/apple/systemep.c
70
static int powerlog_report(struct apple_epic_service *service, enum epic_subtype type,